File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,14 @@ jobs:
5959
6060 - name : Get Release Bot Token
6161 id : get-token
62- if : ${{ inputs.release }}
62+ if : ${{ inputs.release && github.actor != 'dependabot[bot]' }}
6363 uses : getsentry/action-github-app-token@v1
6464 with :
6565 app_id : ${{ secrets.DS_RELEASE_BOT_ID }}
6666 private_key : ${{ secrets.DS_RELEASE_BOT_PRIVATE_KEY }}
6767
6868 - name : Maybe Release 🚀
69- if : " ${{ inputs.release }} "
69+ if : ${{ inputs.release && github.actor != 'dependabot[bot]' }}
7070 run : |
7171 npm run semantic-release
7272 env :
Original file line number Diff line number Diff line change 1111jobs :
1212 lint-pr :
1313 runs-on : ubuntu-latest
14+ if : github.actor != 'dependabot[bot]'
1415 steps :
1516 - uses : actions/checkout@v4
1617
You can’t perform that action at this time.
0 commit comments