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
4 changes: 2 additions & 2 deletions .github/workflows/gh-aw-issue-auto-triage.lock.yml

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

11 changes: 8 additions & 3 deletions .github/workflows/gh-aw-issue-auto-triage.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,14 @@ The engine's conventional repository instructions, such as `AGENTS.md` and Copil
instructions, remain in effect. Do not duplicate them into the project instructions file. Use the
file below as the triage-specific overlay.

If `${{ inputs.project-instructions-path }}` is not empty, use the GitHub repository read tools
to read that path from the consumer repository at ref
`${{ github.event.repository.default_branch }}`. If the file does not exist, continue without it.
The project instructions path is `${{ inputs.project-instructions-path }}`.

- If that path is empty, do not read any instructions file — not even one at the default
location — because the caller disabled it deliberately. Use only the inline instructions below.
- If it is not empty, use the GitHub repository read tools to read that path from the consumer
repository at ref `${{ github.event.repository.default_branch }}`. If the file does not exist,
continue without it.

Then apply the inline instructions below, if any:

${{ inputs.additional-instructions }}
Expand Down
Loading
Loading