Skip to content

Commit

Permalink
Allow bot PRs to be automatically labeled (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed May 16, 2022
1 parent 832113c commit 4c51845
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/enforce-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
jobs:
enforce-label:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 4c51845

Please sign in to comment.