Skip to content

Commit cbf4f2d

Browse files
Copilotpelikhan
andauthored
Add copilot-requests: write to all .github/workflows (#362)
* Update .github/workflows to add copilot-requests: write permission Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Add copilot-requests: write permission to all .github/workflows and recompile lock files Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> * Use minimal permissions instead of all:read in .github/workflows Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com> Co-authored-by: Peli de Halleux <pelikhan@users.noreply.github.com>
1 parent 81c7fc3 commit cbf4f2d

10 files changed

Lines changed: 102 additions & 80 deletions

.github/workflows/daily-repo-goals.lock.yml

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/workflows/daily-repo-goals.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,14 @@ timeout-minutes: 30
1414
network: defaults
1515

1616

17-
permissions: read-all
17+
permissions:
18+
contents: read
19+
issues: read
20+
pull-requests: read
21+
actions: read
22+
discussions: read
23+
security-events: read
24+
copilot-requests: write
1825

1926
tools:
2027
github:

0 commit comments

Comments
 (0)