Skip to content

Commit e32ef8c

Browse files
authored
Merge pull request #150 from salesforcecli/ew/dependabot-check
W-21263659: Don't post if dependabot was skipped
2 parents 3a6a239 + e35b83b commit e32ef8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/create-github-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Announce if Github Release was skipped
108108
id: slack
109-
if: ${{ steps.changelog.outputs.skipped == 'true' }}
109+
if: ${{ steps.changelog.outputs.skipped == 'true' && github.actor != 'dependabot[bot]' }}
110110
uses: slackapi/slack-github-action@v1.26.0
111111
env:
112112
# for non-CLI-team-owned plugins, you can send this anywhere you like

0 commit comments

Comments
 (0)