mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-04 13:48:56 +02:00
chore: add permissions to ai flag cleanup workflow (#10249)
This commit is contained in:
parent
681ce3bfd9
commit
2b23cb1246
3
.github/workflows/ai-flag-cleanup.yml
vendored
3
.github/workflows/ai-flag-cleanup.yml
vendored
@ -3,6 +3,9 @@ on:
|
|||||||
issues:
|
issues:
|
||||||
types: [labeled]
|
types: [labeled]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
flag-cleanup:
|
flag-cleanup:
|
||||||
uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@v1.0.0
|
uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@v1.0.0
|
||||||
|
Loading…
Reference in New Issue
Block a user