Fix workflow to include permissions block with write access for issues and PRs (#4275)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jiaren-wu <190862939+jiaren-wu@users.noreply.github.com>
This commit is contained in:
parent
b7ea16d336
commit
610a4cc3ac
|
|
@ -1,5 +1,10 @@
|
|||
name: First Interaction
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
issues:
|
||||
types: [opened]
|
||||
|
|
|
|||
Loading…
Reference in New Issue