Skip to content

Commit

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

0 comments on commit 6b9e7f9

Please sign in to comment.