Skip to content

Agentic workflow experiment#12652

Merged
DaanHoogland merged 9 commits intoapache:mainfrom
DaanHoogland:agentic
Feb 17, 2026
Merged

Agentic workflow experiment#12652
DaanHoogland merged 9 commits intoapache:mainfrom
DaanHoogland:agentic

Conversation

@DaanHoogland
Copy link
Contributor

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

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)
  • Build/CI
  • Test (unit or integration test code)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

Bug Severity

  • BLOCKER
  • Critical
  • Major
  • Minor
  • Trivial

Screenshots (if appropriate):

How Has This Been Tested?

How did you try to break this feature and the system with this change?

@codecov
Copy link

codecov bot commented Feb 16, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 17.92%. Comparing base (22cda0c) to head (70c686d).
⚠️ Report is 2 commits behind head on main.

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     
Flag Coverage Δ
uitests 3.67% <ø> (ø)
unittests 19.03% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Member

@vishesh92 vishesh92 left a comment

Choose a reason for hiding this comment

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

clgtm. Changes in github workflows only. This shouldn't break anything and is good to merge.

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 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-aw workflow 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 .gitattributes rules 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.

@DaanHoogland DaanHoogland merged commit a1bcae9 into apache:main Feb 17, 2026
22 of 28 checks passed
@DaanHoogland DaanHoogland deleted the agentic branch February 17, 2026 15:11
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.

2 participants