Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Nov 20, 2025

Daily workflows were missing tracker-id fields, preventing tracking of workflow-created assets (issues, discussions, PRs, comments).

Changes

Added tracker-id to 6 daily workflows:

  • daily-code-metrics.mddaily-code-metrics
  • daily-doc-updater.mddaily-doc-updater
  • daily-file-diet.mddaily-file-diet
  • daily-firewall-report.mddaily-firewall-report
  • daily-multi-device-docs-tester.mddaily-multi-device-docs-tester
  • daily-team-status.mddaily-team-status

Follows existing pattern from daily-news and daily-repo-chronicle workflows. The tracker-id is compiled into the workflow's environment variables and embedded in all created assets for searchability.

Example

---
permissions:
  contents: read
  issues: read
tracker-id: daily-code-metrics
engine: claude
---
Original prompt

Add track ids to daily workflows.


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

Copilot AI changed the title [WIP] Add track ids to daily workflows Add tracker-id to daily workflows Nov 20, 2025
Copilot AI requested a review from pelikhan November 20, 2025 17:49
@pelikhan pelikhan marked this pull request as ready for review November 20, 2025 18:51
Copilot AI review requested due to automatic review settings November 20, 2025 18:51
@pelikhan pelikhan merged commit 1a5d83c into main Nov 20, 2025
4 checks passed
@pelikhan pelikhan deleted the copilot/add-track-ids-daily-workflows branch November 20, 2025 18:51
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR adds the tracker-id field to 6 daily workflow files that were previously missing this tracking capability. The tracker-id enables searchability and management of workflow-generated assets (issues, discussions, PRs, comments) by embedding a unique identifier in all created content. The implementation follows the existing pattern established in daily-news and daily-repo-chronicle workflows, where the tracker-id is compiled into the GH_AW_TRACKER_ID environment variable and made available to all workflow jobs.

Key Changes:

  • Added tracker-id field to frontmatter of 6 workflow markdown files
  • Compiled changes propagated GH_AW_TRACKER_ID environment variable to all relevant jobs in lock files
  • All tracker-id values follow consistent naming convention matching workflow file names

Reviewed Changes

Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.

Show a summary per file
File Description
.github/workflows/daily-team-status.md Added tracker-id: daily-team-status to frontmatter at line 11
.github/workflows/daily-team-status.lock.yml Added GH_AW_TRACKER_ID: "daily-team-status" environment variable to 4 job steps
.github/workflows/daily-multi-device-docs-tester.md Added tracker-id: daily-multi-device-docs-tester to frontmatter at line 17
.github/workflows/daily-multi-device-docs-tester.lock.yml Added GH_AW_TRACKER_ID: "daily-multi-device-docs-tester" environment variable to 5 job steps
.github/workflows/daily-firewall-report.md Added tracker-id: daily-firewall-report to frontmatter at line 15
.github/workflows/daily-firewall-report.lock.yml Added GH_AW_TRACKER_ID: "daily-firewall-report" environment variable to 5 job steps
.github/workflows/daily-file-diet.md Added tracker-id: daily-file-diet to frontmatter at line 15
.github/workflows/daily-file-diet.lock.yml Added GH_AW_TRACKER_ID: "daily-file-diet" environment variable to 4 job steps
.github/workflows/daily-doc-updater.md Added tracker-id: daily-doc-updater to frontmatter at line 15
.github/workflows/daily-doc-updater.lock.yml Added GH_AW_TRACKER_ID: "daily-doc-updater" environment variable to 4 job steps
.github/workflows/daily-code-metrics.md Added tracker-id: daily-code-metrics to frontmatter at line 11
.github/workflows/daily-code-metrics.lock.yml Added GH_AW_TRACKER_ID: "daily-code-metrics" environment variable to 4 job steps

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants