Skip to content

Commit

Permalink
chore(CI): correct permissions for issue labeler (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Dec 24, 2024
1 parent ca5d561 commit da84673
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ on:

permissions:
contents: read
issues: write

jobs:
reply-labeled:
permissions:
issues: write
name: Reply need reproduction
runs-on: ubuntu-latest
if: github.repository == 'web-infra-dev/rsbuild'
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-label.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
- edited

permissions:
issues: write
pull-requests: write
contents: read

jobs:
Expand Down

0 comments on commit da84673

Please sign in to comment.