Conversation
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
There was a problem hiding this comment.
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-idfield to frontmatter of 6 workflow markdown files - Compiled changes propagated
GH_AW_TRACKER_IDenvironment 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.
Daily workflows were missing
tracker-idfields, preventing tracking of workflow-created assets (issues, discussions, PRs, comments).Changes
Added
tracker-idto 6 daily workflows:daily-code-metrics.md→daily-code-metricsdaily-doc-updater.md→daily-doc-updaterdaily-file-diet.md→daily-file-dietdaily-firewall-report.md→daily-firewall-reportdaily-multi-device-docs-tester.md→daily-multi-device-docs-testerdaily-team-status.md→daily-team-statusFollows existing pattern from
daily-newsanddaily-repo-chronicleworkflows. The tracker-id is compiled into the workflow's environment variables and embedded in all created assets for searchability.Example
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.