Skip to content

Remove source field from agentic workflows#165

Merged
pelikhan merged 2 commits intomainfrom
copilot/remove-source-field-agentic-workflows
Feb 17, 2026
Merged

Remove source field from agentic workflows#165
pelikhan merged 2 commits intomainfrom
copilot/remove-source-field-agentic-workflows

Conversation

Copy link
Contributor

Copilot AI commented Feb 17, 2026

Agentic workflows in this repository are canonical sources, not imports. The source: field pointing to external URLs is redundant and misleading.

Changes

  • Removed source: field from workflow frontmatter in workflows/contribution-check.md and workflows/ai-moderator.md
  • Updated import instructions in .github/workflows/import-workflow.md to no longer add source: field when importing workflows
  • Recompiled affected lock files for import-workflow and daily-workflow-sync

Before:

---
name: "Contribution Check"
description: |
  Reviews a batch of open pull requests...

source: https://github.com/github/gh-aw/blob/main/.github/workflows/contribution-check.md

on:
  schedule: "every 4 hours"

After:

---
name: "Contribution Check"
description: |
  Reviews a batch of open pull requests...

on:
  schedule: "every 4 hours"

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/github/gh-aw/git/ref/tags/v0.45.5
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw/git/ref/tags/v0.45.5 --jq .object.sha (http block)
  • https://api.github.com/repos/githubnext/agentics/actions/workflows
    • Triggering command: /usr/bin/gh gh workflow list --all --json id,name,path,state (http block)
  • https://api.github.com/user
    • Triggering command: /usr/bin/gh gh api user --jq .login (http block)

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


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot AI changed the title [WIP] Remove source field from agentic workflows Remove source field from agentic workflows Feb 17, 2026
Copilot AI requested a review from pelikhan February 17, 2026 18:31
@pelikhan pelikhan marked this pull request as ready for review February 17, 2026 18:54
@pelikhan pelikhan merged commit 6d16104 into main Feb 17, 2026
1 check passed
@pelikhan pelikhan deleted the copilot/remove-source-field-agentic-workflows branch February 17, 2026 18:54
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.

2 participants

Comments