Skip to content

ci(workflows): fix registry sync and link check#96

Merged
kantorcodes merged 2 commits into
mainfrom
fix/ci-cd-workflows
May 13, 2026
Merged

ci(workflows): fix registry sync and link check#96
kantorcodes merged 2 commits into
mainfrom
fix/ci-cd-workflows

Conversation

@kantorcodes

Copy link
Copy Markdown
Member

Summary

  • replace the dead PR badge target with the local Contributing section so markdown link check is stable
  • remove the invalid secret-context conditional from the cross-repo sync workflow
  • add workflow_dispatch so admins can manually smoke-test the sync workflow after it lands

Root cause

  • Build & Deploy failed because README linked to http://makeapullrequest.com, which markdown-link-check reports as dead
  • Sync to awesome-ai-plugins failed before jobs ran because GitHub Actions does not allow secrets context directly in a step if expression

Verification

  • yq parsed .github/workflows/sync-to-ai-plugins.yml and .github/workflows/deploy.yml
  • npx markdown-link-check@latest README.md --config .mlc_config.json
  • node build.js

Signed-off-by: Michael Kantor <6068672+kantorcodes@users.noreply.github.com>
# Conflicts:
#	.github/workflows/sync-to-ai-plugins.yml
#	README.md

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request updates the 'PRs Welcome' badge link in the README.md file to point to the internal contributing section instead of an external URL. I have no feedback to provide as there were no review comments.

@kantorcodes kantorcodes merged commit b74674d into main May 13, 2026
8 checks passed
@kantorcodes kantorcodes deleted the fix/ci-cd-workflows branch May 13, 2026 13:34
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.

1 participant