File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 notify-checks :
1111 runs-on : ubuntu-latest
12-
1312 if : github.actor == 'dependabot[bot]'
1413 steps :
1514 - name : Get PR Information
15+ if : github.actor == 'dependabot[bot]'
1616 id : get-pr-info
1717 uses : actions/github-script@v6
1818 with :
@@ -111,11 +111,11 @@ jobs:
111111 }
112112
113113 - name : Send Slack Notification for Success
114- if : env.SHOULD_NOTIFY == 'true' && env.ALL_CHECKS_STATUS == 'success'
114+ if : env.SHOULD_NOTIFY == 'true' && env.ALL_CHECKS_STATUS == 'success' && github.actor == 'dependabot[bot]'
115115 id : slack
116116117117 with :
118- channel-id : ' C012YFE3D6D '
118+ channel-id : ' C08TLGVQ6V8 '
119119 slack-message : |
120120 Repository: ${{ github.repository }}
121121 Title: ${{ env.PR_TITLE }}
You can’t perform that action at this time.
0 commit comments