Skip to content

Commit

Permalink
fix: auto label permission
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnsonMao committed Jul 21, 2024
1 parent 5a4b3c3 commit e6d24fc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/auto-label.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: PR Auto Labeler

on:
pull_request:
types: [opened, edited, synchronize]

permissions:
pull-requests: write

jobs:
label:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e6d24fc

Please sign in to comment.