Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Jan 11, 2026

Migrates daily-team-status from discussions to issues for better tracking and searchability. Implements automatic closure of stale reports to prevent accumulation.

Changes

  • Safe outputs: Replaced create-discussion with create-issue configuration
  • Automatic cleanup: Uses close-older-issues: true field to automatically close older status report issues
  • Labeling: Tags new issues with report and daily-status for filtering
  • Documentation: Updated to reflect issue-based workflow and automatic cleanup behavior

Configuration

safe-outputs:
  create-issue:
    title-prefix: "[team-status] "
    labels: [report, daily-status]
    close-older-issues: true

The close-older-issues field automatically closes older issues with the same title prefix when new status reports are created.

Custom agent used: create-agentic-workflow
Design agentic workflows using GitHub Agentic Workflows (gh-aw) extension with interactive guidance on triggers, tools, and security best practices.

Original prompt

Update daily-team-status to use create-issue and close older issues

Custom agent used: create-agentic-workflow
Design agentic workflows using GitHub Agentic Workflows (gh-aw) extension with interactive guidance on triggers, tools, and security best practices.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

- Changed from create-discussion to create-issue safe-output
- Added close-issue configuration to automatically close older status reports
- Updated workflow description and process steps
- Updated documentation to reflect issue-based reporting

Co-authored-by: pelikhan <[email protected]>
Copilot AI changed the title [WIP] Update daily team status to create and close issues Update daily-team-status to use create-issue with automatic cleanup Jan 11, 2026
Copilot AI requested a review from pelikhan January 11, 2026 18:31
@pelikhan
Copy link
Contributor

@copilot remove close-issue, use "close-older-issues" on create-issue

…e-issue

- Replaced separate close-issue safe-output with close-older-issues: true on create-issue
- Simplified workflow configuration as requested
- Removed redundant process step

Co-authored-by: pelikhan <[email protected]>
Copy link
Contributor Author

Copilot AI commented Jan 11, 2026

@copilot remove close-issue, use "close-older-issues" on create-issue

Updated to use close-older-issues: true on the create-issue configuration and removed the separate close-issue safe-output. (9472358)

@pelikhan pelikhan marked this pull request as ready for review January 11, 2026 18:57
@pelikhan pelikhan merged commit c5da0cd into main Jan 11, 2026
1 of 2 checks passed
@pelikhan pelikhan deleted the copilot/update-daily-team-status branch January 11, 2026 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants