Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
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
5 changes: 5 additions & 0 deletions .changeset/patch-rate-limit-programmatic-events.md

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

19 changes: 17 additions & 2 deletions .github/workflows/ai-moderator.lock.yml

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

3 changes: 3 additions & 0 deletions .github/workflows/ai-moderator.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
description: 'Issue URL to moderate (e.g., https://github.com/owner/repo/issues/123)'
required: true
type: string
rate-limit:
max: 5
window: 60
engine:
id: copilot
model: gpt-5.1-codex-mini
Expand Down
19 changes: 17 additions & 2 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.

3 changes: 3 additions & 0 deletions .github/workflows/auto-triage-issues.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
issues:
types: [opened, edited]
schedule: every 6h
rate-limit:
max: 5
window: 60
permissions:
contents: read
issues: read
Expand Down
19 changes: 17 additions & 2 deletions .github/workflows/example-custom-error-patterns.lock.yml

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

4 changes: 3 additions & 1 deletion .github/workflows/example-custom-error-patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
on:
issues:
types: [opened]

rate-limit:
max: 5
window: 60
permissions:
contents: read
issues: read
Expand Down
19 changes: 17 additions & 2 deletions .github/workflows/workflow-generator.lock.yml

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

3 changes: 3 additions & 0 deletions .github/workflows/workflow-generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
types: [opened]
lock-for-agent: true
reaction: "eyes"
rate-limit:
max: 5
window: 60
permissions:
contents: read
issues: read
Expand Down
Loading