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
59 changes: 31 additions & 28 deletions .github/workflows/auto-triage-issues.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/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@ network:
- defaults
- github
imports:
- shared/github-guard-policy.md
- shared/reporting.md
tools:
github:
toolsets:
- issues
min-integrity: approved
bash:
- "jq *"
safe-outputs:
Expand Down Expand Up @@ -116,9 +118,11 @@ Apply component labels based on mentioned areas:

- `cli` - Mentions CLI commands, command-line interface, `gh aw` commands
- `workflows` - Mentions workflow files, `.md` workflows, compilation, `.lock.yml`
- `compiler` - Mentions `gh aw compile`, `.lock.yml` generation, frontmatter parsing, compilation pipeline
- `mcp` - Mentions MCP servers, tools, integrations
- `security` - Mentions security issues, vulnerabilities, CVE, authentication
- `performance` - Mentions speed, performance, slow, optimization, memory usage
- `threat-detection` - Mentions threat detection, detection job, `detection_agentic_execution`, safe outputs detection

### Priority Indicators

Expand Down
38 changes: 20 additions & 18 deletions .github/workflows/daily-doc-updater.lock.yml

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

2 changes: 1 addition & 1 deletion .github/workflows/daily-doc-updater.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ tools:
github:
toolsets: [default]
min-integrity: approved
approval-labels: [cookie]
edit:
bash:
- "find docs -name '*.md' -o -name '*.mdx'"
Expand All @@ -49,6 +48,7 @@ tools:
timeout-minutes: 45

imports:
- shared/github-guard-policy.md
- uses: shared/qmd.md
with:
runs-on: aw-gpu-runner-T4
Expand Down
Loading
Loading