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
19 changes: 12 additions & 7 deletions .github/workflows/gh-aw-pr-review.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions .github/workflows/gh-aw-pr-review.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ imports:
- gh-aw-fragments/safe-output-review-comment.md
- gh-aw-fragments/safe-output-submit-review.md
- gh-aw-fragments/network-ecosystems.md
features:
copilot-requests: true
engine:
id: copilot
model: ${{ inputs.model }}
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-bug-exterminator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-bug-hunter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-code-duplication-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-code-simplifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-downstream-health.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-newbie-contributor-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-pr-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

permissions:
actions: read
contents: read
issues: write # needed for no-op run tracking issue
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-refactor-opportunist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-small-problem-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-test-improver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/trigger-text-beautifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/bug-exterminator/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/bug-hunter/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/code-duplication-fixer/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/code-simplifier/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/downstream-health/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/issue-fixer/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened]

permissions:
actions: read
contents: read
discussions: write
issues: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/newbie-contributor-fixer/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/pr-review/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
types: [opened, synchronize, reopened, ready_for_review, labeled, unlabeled]

permissions:
actions: read
contents: read
issues: write # needed for no-op run tracking issue
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/refactor-opportunist/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/release-update/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/scheduled-audit/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: write
pull-requests: read
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/scheduled-fix/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: read
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/small-problem-fixer/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/test-improver/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: write
issues: write
pull-requests: write
Expand Down
1 change: 1 addition & 0 deletions gh-agent-workflows/text-beautifier/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
workflow_dispatch:

permissions:
actions: read
contents: read
issues: read
pull-requests: write
Expand Down
Loading