Skip to content

Commit

Permalink
Update notify-triage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-claudia authored Sep 24, 2024
1 parent 817fc36 commit d2e3cb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/notify-triage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Run workflow
# Exclude dependabot's dependency updates. That's just going to annoy people.
if: ${{ github.actor != 'dependabot[bot]' }}
env:
GH_TOKEN_SECRET: ${{ github.token }}
run: |
Expand Down

0 comments on commit d2e3cb9

Please sign in to comment.