Skip to content

Commit

Permalink
Update global workflows (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
devantler authored Sep 25, 2023
1 parent 1959541 commit dad83bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/require-labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
types: [opened, labeled, unlabeled, synchronize]
jobs:
require-labels:
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'web-flow'
if: github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' && github.actor != 'web-flow' && github.actor != 'github-actions[bot]'
runs-on: ubuntu-latest
permissions:
issues: write
Expand Down

0 comments on commit dad83bb

Please sign in to comment.