Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/copilot.generate-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
jobs:
generate-docs:
runs-on: ubuntu-latest
permissions:
contents: read # Required to read repository content and commit diffs
issues: write # Required to create GitHub issues for documentation recommendations

steps:
- name: Checkout code
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/copilot.generate-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
jobs:
generate-tests:
runs-on: ubuntu-latest
permissions:
contents: read # Required to read repository content and commit diffs
issues: write # Required to create GitHub issues for test coverage recommendations

steps:
- name: Checkout code
Expand Down
Loading