Skip to content

ci: retire obsolete skills-released dispatch to cline-fork @W-23853883@ - #330

Merged
hsinghbisht-sfdc merged 1 commit into
mainfrom
chore/retire-cline-fork-dispatch
Aug 14, 2026
Merged

ci: retire obsolete skills-released dispatch to cline-fork @W-23853883@#330
hsinghbisht-sfdc merged 1 commit into
mainfrom
chore/retire-cline-fork-dispatch

Conversation

@mohanraj-r

Copy link
Copy Markdown
Contributor

What changed

Removed the Notify cline-fork step from .github/workflows/release-skills.yml — the final step that fired a repository_dispatch (skills-released) at forcedotcom/cline-fork after each publish.

Why

  • cline-fork is the retired v3 Agentforce Vibes fork; its bump-skills.yml consumer no longer runs, so the dispatch is a no-op.
  • The v4 extension (salesforcedx-vscode-einstein-gpt) never consumed skills-released — it now keeps @salesforce/afv-skills current via Dependabot (pull-based npm polling), so no publish-side push is needed. See salesforcedx-vscode-einstein-gpt#2721.
  • Dispatching to an archived repo returns 403, so this step can red-fail the release-skills run after a successful npm publish — misleading noise.

Notes

  • If Dependabot proves unreliable, the fallback is a fresh dispatch targeting the v4 repo (paired with a consumer workflow there), not a revert of this cline-fork hook. Tracked in @W-23853883@.
  • No functional change to publishing: Publish to npm is now the final step; IDEE_GH_TOKEN / NPM_TOKEN usage elsewhere is untouched.

Skills

N/A — CI workflow cleanup; no skill added, changed, or removed, so the validate:skills gate and the checklist below don't apply.

cline-fork is the retired v3 fork; v4 keeps afv-skills current via
Dependabot (pull), so the publish-side push-notify is dead weight and
red-fails release-skills on a 403 to the archived repo.
@hsinghbisht-sfdc
hsinghbisht-sfdc merged commit a49b86f into main Aug 14, 2026
6 checks passed
@hsinghbisht-sfdc
hsinghbisht-sfdc deleted the chore/retire-cline-fork-dispatch branch August 14, 2026 04:17
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