Skip to content
Snippets Groups Projects
Commit f5891e1c authored by Adriaan de Groot's avatar Adriaan de Groot
Browse files

CI: try to get useful notification from pull request change

parent c03850a3
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,14 @@ jobs: ...@@ -8,6 +8,14 @@ jobs:
notify: notify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: "notify: any"
uses: calamares/actions/matrix-notify@v4
with:
token: ${{ secrets.MATRIX_TOKEN }}
room: ${{ secrets.MATRIX_ROOM }}
message: |
PR something ${{ github.event.pull_request.html_url }} by ${{ github.actor }} ${{ github.event.pull_request.action }}
.. ${{ github.event.pull_request.title }}
- name: "notify: new" - name: "notify: new"
if: github.event.pull_request.action == 'opened' if: github.event.pull_request.action == 'opened'
uses: calamares/actions/matrix-notify@v4 uses: calamares/actions/matrix-notify@v4
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment