Skip to content

Commit

Permalink
ci: set permissions to write-all to fix labeler (#819)
Browse files Browse the repository at this point in the history
Co-authored-by: Jikun <jikunchen@microsoft.com>
  • Loading branch information
cjk7989 and Jikun committed Mar 20, 2024
1 parent 3eb6627 commit dc37b72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/labeler.yml
Expand Up @@ -2,6 +2,8 @@ name: "Pull Request Labeler"
on:
- pull_request_target

permissions: write-all

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

0 comments on commit dc37b72

Please sign in to comment.