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 c476496 commit 2cb0ac0Copy full SHA for 2cb0ac0
1 file changed
.github/workflows/dependabot-notifications.yml
@@ -9,10 +9,10 @@ on:
9
jobs:
10
notify-checks:
11
runs-on: ubuntu-latest
12
-
13
if: github.actor == 'dependabot[bot]'
14
steps:
15
- name: Get PR Information
+ if: github.actor == 'dependabot[bot]'
16
id: get-pr-info
17
uses: actions/github-script@v6
18
with:
@@ -111,11 +111,11 @@ jobs:
111
}
112
113
- name: Send Slack Notification for Success
114
- if: env.SHOULD_NOTIFY == 'true' && env.ALL_CHECKS_STATUS == 'success'
+ if: env.SHOULD_NOTIFY == 'true' && env.ALL_CHECKS_STATUS == 'success' && github.actor == 'dependabot[bot]'
115
id: slack
116
uses: slackapi/slack-github-action@v1.25.0
117
118
- channel-id: 'C012YFE3D6D'
+ channel-id: 'C08TLGVQ6V8'
119
slack-message: |
120
Repository: ${{ github.repository }}
121
Title: ${{ env.PR_TITLE }}
0 commit comments