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
12 changes: 10 additions & 2 deletions .github/workflows/ci-doctor.lock.yml

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

6 changes: 5 additions & 1 deletion .github/workflows/ci-doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ on:
workflows:
- Daily Perf Improver
- Daily Test Coverage Improver
permissions: read-all
permissions:
contents: read
issues: read
pull-requests: read
actions: read
safe-outputs:
add-comment: null
create-issue:
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/copilot-agent-analysis.lock.yml

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

6 changes: 5 additions & 1 deletion .github/workflows/copilot-agent-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- cron: "0 18 * * *"
workflow_dispatch:

permissions: read-all
permissions:
contents: read
issues: read
pull-requests: read
actions: read

engine: claude

Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/copilot-pr-prompt-analysis.lock.yml

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

6 changes: 5 additions & 1 deletion .github/workflows/copilot-pr-prompt-analysis.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,11 @@ on:
- cron: "0 9 * * *"
workflow_dispatch:

permissions: read-all
permissions:
contents: read
issues: read
pull-requests: read
actions: read

engine: copilot

Expand Down
14 changes: 12 additions & 2 deletions .github/workflows/daily-news.lock.yml

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

7 changes: 6 additions & 1 deletion .github/workflows/daily-news.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,12 @@ on:
- cron: "0 9 * * 1-5"
workflow_dispatch:

permissions: read-all
permissions:
contents: read
issues: read
pull-requests: read
discussions: read
actions: read

engine: copilot

Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/smoke-detector.lock.yml

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

6 changes: 5 additions & 1 deletion .github/workflows/smoke-detector.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ on:
- Smoke Copilot Firewall
- Smoke Opencode
reaction: "eyes"
permissions: read-all
permissions:
contents: read
issues: read
pull-requests: read
actions: read
safe-outputs:
add-comment:
target: "*"
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/technical-doc-writer.lock.yml

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

6 changes: 5 additions & 1 deletion .github/workflows/technical-doc-writer.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ on:
required: true
type: string

permissions: read-all
permissions:
contents: read
pull-requests: read
issues: read
actions: read

engine:
id: copilot
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/test-timestamp-js.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
---
on:
workflow_dispatch:
permissions:
contents: read
issues: read
pull-requests: read
engine: copilot
---

Expand Down
Loading