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
403 changes: 298 additions & 105 deletions .github/workflows/agentic-labeler.lock.yml

Large diffs are not rendered by default.

277 changes: 194 additions & 83 deletions .github/workflows/ci-status-main.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/ci-status-main.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |
maui-pr-uitests). Files tracking issues for recurring failures so the team
can triage.

environment: gh-aw-agents
Comment thread
kubaflo marked this conversation as resolved.
Comment thread
kubaflo marked this conversation as resolved.

permissions:
contents: read
issues: read
Expand Down Expand Up @@ -40,7 +42,7 @@ safe-outputs:
report-as-issue: false

timeout-minutes: 60
max-effective-tokens: -1
max-ai-credits: -1
Comment thread
kubaflo marked this conversation as resolved.

network:
allowed:
Expand Down
277 changes: 194 additions & 83 deletions .github/workflows/ci-status-net11.lock.yml

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion .github/workflows/ci-status-net11.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |
maui-pr-uitests). Files tracking issues for recurring failures so the team
can triage.

environment: gh-aw-agents

permissions:
contents: read
issues: read
Expand Down Expand Up @@ -41,7 +43,7 @@ safe-outputs:
report-as-issue: false

timeout-minutes: 60
max-effective-tokens: -1
max-ai-credits: -1

network:
allowed:
Expand Down
427 changes: 312 additions & 115 deletions .github/workflows/copilot-evaluate-tests.lock.yml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .github/workflows/copilot-evaluate-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
inputs:
pr_number:
description: 'PR number to evaluate'
required: true
required: false
type: number
suppress_output:
description: 'Dry-run — evaluate but do not post output on the PR'
Expand Down
260 changes: 182 additions & 78 deletions .github/workflows/copilot-review-tests.lock.yml

Large diffs are not rendered by default.

428 changes: 309 additions & 119 deletions .github/workflows/daily-repo-status.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/daily-repo-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ description: |
engaging GitHub issues with productivity insights, community highlights,
and project recommendations.

environment: gh-aw-agents

on:
schedule: daily
workflow_dispatch:
Expand Down
271 changes: 187 additions & 84 deletions .github/workflows/rerun-review-scanner.lock.yml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions .github/workflows/rerun-review-scanner.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
environment: gh-aw-agents

on:
schedule:
- cron: "0 * * * *"
Expand Down
Loading