Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/agentics-maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# in create-discussions, create-issues, or create-pull-request safe-outputs configuration.
# Schedule frequency is automatically determined by the shortest expiration time.
#
name: "Internal: Agentic Maintenance"
name: Agentic Maintenance

on:
schedule:
Expand Down
25 changes: 19 additions & 6 deletions .github/workflows/gh-aw-agent-suggestions.lock.yml

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

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-agent-suggestions.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ on:
type: string
required: false
default: ""
close-older-issues:
description: "Whether to close older issues with the same title prefix when a new one is created"
type: boolean
required: false
default: true
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down
25 changes: 19 additions & 6 deletions .github/workflows/gh-aw-breaking-change-detect.lock.yml

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

25 changes: 19 additions & 6 deletions .github/workflows/gh-aw-breaking-change-detector.lock.yml

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

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-breaking-change-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ on:
type: string
required: false
default: ""
close-older-issues:
description: "Whether to close older issues with the same title prefix when a new one is created"
type: boolean
required: false
default: true
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down
25 changes: 19 additions & 6 deletions .github/workflows/gh-aw-bug-hunter.lock.yml

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

5 changes: 5 additions & 0 deletions .github/workflows/gh-aw-bug-hunter.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ on:
type: string
required: false
default: ""
close-older-issues:
description: "Whether to close older issues with the same title prefix when a new one is created"
type: boolean
required: false
default: true
secrets:
COPILOT_GITHUB_TOKEN:
required: true
Expand Down
Loading
Loading