Skip to content

chore(skills): sync github-actions-dev skill with job-level if gotchas#150

Merged
Piotr1215 merged 1 commit into
mainfrom
chore/sync-github-actions-dev-skill
May 29, 2026
Merged

chore(skills): sync github-actions-dev skill with job-level if gotchas#150
Piotr1215 merged 1 commit into
mainfrom
chore/sync-github-actions-dev-skill

Conversation

@Piotr1215
Copy link
Copy Markdown
Contributor

Syncs the in-repo github-actions-dev skill with the maintained version.

The repo copy had drifted behind and was missing the job-level if conditions section:

  • success() transitive skip propagation (skipped ancestor skips all descendants)
  • surgical compound-condition removal (preserve unrelated guards)
  • backport label matching for fix PRs

Refs loft-enterprise#6265, vcluster#3636 (fix for vcluster#3593). Docs-only change, no CI logic touched.

the in-repo copy of the github-actions-dev skill drifted behind the
maintained version. it was missing the "job-level if conditions"
section that captures hard-won CI debugging knowledge: success()
transitive skip propagation, surgical compound-condition removal, and
backport label matching (refs loft-enterprise#6265, vcluster#3636).

without this section anyone loading the skill from the repo lacks the
guidance that prevented those outages, so fold it back in.
@Piotr1215 Piotr1215 merged commit 08c9eba into main May 29, 2026
3 checks passed
@Piotr1215 Piotr1215 deleted the chore/sync-github-actions-dev-skill branch May 29, 2026 13:02
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