We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f338cb0 commit 607c25dCopy full SHA for 607c25d
.github/workflows/pr-notify.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- name: Notification
14
if: ${{ github.actor != 'dependabot[bot]' }}
15
- uses: mattermost/action-mattermost-notify@master
+ uses: mattermost/action-mattermost-notify@2.0.0
16
env:
17
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
18
with:
@@ -23,7 +23,7 @@ jobs:
23
[${{ github.repository }}] | [${{ github.event.pull_request.title }} #${{ github.event.number }}](${{ env.PR_URL }}) was created by ${{ github.actor }}
24
25
- name: Notification to BotChannel
26
27
28
29
0 commit comments