Skip to content
Open
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
27 changes: 15 additions & 12 deletions .github/workflows/gh-aw-mention-in-issue.lock.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/gh-aw-mention-in-issue.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ on:
secrets:
COPILOT_GITHUB_TOKEN:
required: true
SAFE_OUTPUTS_GITHUB_TOKEN:
required: false
reaction: "eyes"
roles: [admin, maintainer, write]
bots:
Expand All @@ -73,6 +75,8 @@ tools:
web-fetch:
strict: false
timeout-minutes: 60
safe-outputs:
github-token: "${{ secrets.SAFE_OUTPUTS_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}"
steps:
- name: Repo-specific setup
if: ${{ inputs.setup-commands != '' }}
Expand Down
25 changes: 14 additions & 11 deletions .github/workflows/gh-aw-mention-in-pr.lock.yml

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

4 changes: 4 additions & 0 deletions .github/workflows/gh-aw-mention-in-pr.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ on:
secrets:
COPILOT_GITHUB_TOKEN:
required: true
SAFE_OUTPUTS_GITHUB_TOKEN:
required: false
reaction: "eyes"
roles: [admin, maintainer, write]
bots:
Expand All @@ -91,6 +93,8 @@ tools:
web-fetch:
strict: false
timeout-minutes: 60
safe-outputs:
github-token: "${{ secrets.SAFE_OUTPUTS_GITHUB_TOKEN || secrets.GITHUB_TOKEN }}"
steps:
- name: Ensure origin refs for PR patch generation
env:
Expand Down
Loading