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
6 changes: 3 additions & 3 deletions .github/workflows/daily-team-status.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/daily-team-status.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ safe-outputs:
create-issue:
expires: 1d
title-prefix: "[team-status] "
labels: [automation, daily-report]
Copy link

Copilot AI Feb 21, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

daily-report is a newly introduced label reference (no other workflow/docs in this repo mention it). Since GitHub issue creation fails if any requested label doesn’t already exist, please ensure the daily-report label is present in the repository (or switch to an existing label) so this scheduled workflow doesn’t start erroring at runtime.

Suggested change
labels: [automation, daily-report]
labels: [automation]

Copilot uses AI. Check for mistakes.
description: |
This workflow created daily team status reporter creating upbeat activity summaries.
Gathers recent repository activity (issues, PRs, releases, code changes)
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-claude.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/smoke-claude.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ safe-outputs:
expires: 2h
group: true
close-older-issues: true
labels: [automation, testing]
add-labels:
allowed: [smoke-claude]
update-pull-request:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-codex.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/smoke-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ safe-outputs:
create-issue:
expires: 2h
close-older-issues: true
labels: [automation, testing]
add-labels:
allowed: [smoke-codex]
remove-labels:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-copilot-arm.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/smoke-copilot-arm.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ safe-outputs:
expires: 2h
group: true
close-older-issues: true
labels: [automation, testing]
create-discussion:
category: announcements
labels: [ai-generated]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-copilot.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/smoke-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ safe-outputs:
expires: 2h
group: true
close-older-issues: true
labels: [automation, testing]
create-discussion:
category: announcements
labels: [ai-generated]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/smoke-gemini.lock.yml

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

1 change: 1 addition & 0 deletions .github/workflows/smoke-gemini.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ safe-outputs:
create-issue:
expires: 2h
close-older-issues: true
labels: [automation, testing]
add-labels:
allowed: [smoke-gemini]
messages:
Expand Down
Loading