We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6a239 + e35b83b commit e32ef8cCopy full SHA for e32ef8c
.github/workflows/create-github-release.yml
@@ -106,7 +106,7 @@ jobs:
106
107
- name: Announce if Github Release was skipped
108
id: slack
109
- if: ${{ steps.changelog.outputs.skipped == 'true' }}
+ if: ${{ steps.changelog.outputs.skipped == 'true' && github.actor != 'dependabot[bot]' }}
110
uses: slackapi/slack-github-action@v1.26.0
111
env:
112
# for non-CLI-team-owned plugins, you can send this anywhere you like
0 commit comments