Skip to content

Audit agentics collection workflows for deprecated syntax#14661

Closed
Copilot wants to merge 3 commits intomainfrom
copilot/check-agentic-workflows-syntax
Closed

Audit agentics collection workflows for deprecated syntax#14661
Copilot wants to merge 3 commits intomainfrom
copilot/check-agentic-workflows-syntax

Conversation

Copy link
Contributor

Copilot AI commented Feb 9, 2026

Analyzed all 18 workflows from https://github.com/githubnext/agentics against current gh-aw syntax. Found 9 workflows using deprecated bash: anonymous syntax and 5 using deprecated add-comment.discussion field.

Deprecated Patterns Identified

Anonymous bash tool syntax (9 workflows):

tools:
-  bash:
+  bash: true

Deprecated discussion field (5 workflows):

safe-outputs:
  add-comment:
-    discussion: true
    target: "*"

Deliverables

  • docs/reports/agentics-syntax-check-2026-02-09.md: Full analysis (138 lines)
  • docs/reports/agentics-detailed-diffs.md: Line-by-line changes (218 lines)
  • docs/reports/agentics-fixed-workflows/: All 18 workflows with fixes applied

All workflows verified to compile successfully (gh aw compile --validate --strict).

Application

Maintainers can apply fixes automatically:

cd agentics
gh aw fix --write  # Applies bash-anonymous-removal and discussion-flag-removal codemods
gh aw compile

Fixed workflows ready for submission to githubnext/agentics.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/githubnext/agentics/contents/workflows
    • Triggering command: /usr/bin/curl curl -s REDACTED (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

Check all agentic workflows in agentics collection (https://github.com/githubnext/agentics/tree/main/workflows) for latest syntax.


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Copilot AI and others added 2 commits February 9, 2026 13:03
Copilot AI changed the title [WIP] Check all agentic workflows for latest syntax Audit agentics collection workflows for deprecated syntax Feb 9, 2026
Copilot AI requested a review from mnkiefer February 9, 2026 13:06
@pelikhan pelikhan closed this Feb 9, 2026
@pelikhan
Copy link
Contributor

pelikhan commented Feb 9, 2026

Fixed.

@pelikhan
Copy link
Contributor

pelikhan commented Feb 9, 2026

githubnext/agentics#128

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.

3 participants