Agentic workflow experiment#12652
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #12652 +/- ##
=========================================
Coverage 17.92% 17.92%
- Complexity 16151 16153 +2
=========================================
Files 5939 5939
Lines 533151 533151
Branches 65228 65228
=========================================
+ Hits 95575 95582 +7
+ Misses 426837 426829 -8
- Partials 10739 10740 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
This PR experiments with adopting the gh-aw agentic workflow setup by adding two generated agent workflows (and their source manifests) plus repository configuration changes to avoid conflicts with existing license/RAT and pre-commit checks.
Changes:
- Add
gh-awworkflow manifests (*.md) and compiled workflow lock files (*.lock.yml) for issue triage and daily repo status. - Adjust pre-commit exclusions to avoid auto-inserting license headers / linting generated workflow artifacts.
- Update RAT exclusions and add
.gitattributesrules for generated workflow lock files and cached imports.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
pom.xml |
Updates Apache RAT excludes to ignore new agentic-workflow related files. |
.pre-commit-config.yaml |
Extends hook exclude patterns to skip workflow markdown and generated lock files. |
.github/workflows/issue-triage-agent.md |
Adds the gh-aw workflow manifest for issue triage agent behavior. |
.github/workflows/issue-triage-agent.lock.yml |
Adds compiled GitHub Actions workflow generated by gh-aw for issue triage. |
.github/workflows/daily-repo-status.md |
Adds the gh-aw workflow manifest for daily repo status reporting. |
.github/workflows/daily-repo-status.lock.yml |
Adds compiled GitHub Actions workflow generated by gh-aw for daily repo status. |
.github/aw/imports/github/gh-aw/.../.github_workflows_shared_reporting.md |
Adds cached imported shared reporting guidelines used by gh-aw manifests. |
.github/aw/imports/.gitattributes |
Marks cached imports as generated and sets merge strategy for updates. |
.gitattributes |
Marks workflow lock files as generated and uses merge=ours for them. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
085b787 to
70c686d
Compare
Description
This PR to try-out https://github.github.com/gh-aw/setup/quick-start/
install wizard conflicts with out pre-commit rules so this PR
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
How Has This Been Tested?
How did you try to break this feature and the system with this change?