Browse Source
👷 Update issue-manager.yml GitHub Action permissions (#1278)
pull/13907/head
Sebastián Ramírez
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
0 deletions
-
.github/workflows/issue-manager.yml
|
@ -11,6 +11,9 @@ on: |
|
|
types: |
|
|
types: |
|
|
- labeled |
|
|
- labeled |
|
|
|
|
|
|
|
|
|
|
|
permissions: |
|
|
|
|
|
issues: write |
|
|
|
|
|
|
|
|
jobs: |
|
|
jobs: |
|
|
issue-manager: |
|
|
issue-manager: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|