Skip to content

Commit e35b83b

Browse files
committed
chore: dont post if dependabot was skipped
1 parent 5c17ee9 commit e35b83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)