Skip to content

Add GitHub Actions runtime upgrade skill#2016

Merged
aaronpowell merged 3 commits into
github:stagedfrom
jamesmontemagno:jamesmontemagno/add-actions-runtime-instruction
Jun 19, 2026
Merged

Add GitHub Actions runtime upgrade skill#2016
aaronpowell merged 3 commits into
github:stagedfrom
jamesmontemagno:jamesmontemagno/add-actions-runtime-instruction

Conversation

@jamesmontemagno

@jamesmontemagno jamesmontemagno commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • convert the contribution to a new Agent Skill: skills/github-actions-runtime-upgrade-conventions/SKILL.md
  • include skill frontmatter and guidance for runtime deprecation upgrades in GitHub Actions workflows
  • regenerate docs so the skill appears in docs/README.skills.md and is removed from docs/README.instructions.md

Validation

  • npm start
  • npm run skill:validate
  • npm run plugin:validate
  • bash eng/fix-line-endings.sh

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings June 16, 2026 16:30
@github-actions github-actions Bot added instructions PR touches instructions new-submission PR adds at least one new contribution labels Jun 16, 2026

Copilot AI 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.

Pull request overview

Note

Copilot was unable to run its full agentic suite in this review.

Adds a new instruction set to guide GitHub Actions “Node.js runtime deprecated” upgrades and surfaces it in the instructions catalog.

Changes:

  • Added “GitHub Actions Runtime Upgrade Conventions” instruction file scoped to workflow YAMLs.
  • Updated the docs instructions index to include an install link for the new instruction.
Show a summary per file
File Description
instructions/github-actions-runtime-upgrade-conventions.instructions.md New instruction content and frontmatter for workflow runtime upgrade guidance.
docs/README.instructions.md Adds the new instruction to the documentation list with install links.

Copilot's findings

  • Files reviewed: 2/2 changed files
  • Comments generated: 1

Comment thread instructions/github-actions-runtime-upgrade-conventions.instructions.md Outdated
@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

🔒 PR Risk Scan Results

Scanned 2 changed file(s).

Severity Count
🔴 High 0
🟠 Medium 1
ℹ️ Info 0
Severity Rule File Line Match
🟠 package-exec-command docs/README.skills.md 31 | [acreadiness-assess](../skills/acreadiness-assess/SKILL.md)&lt;br /&gt;`gh skills install github/awesome-copilot acreadiness-assess` | Run the AgentRC readiness assessment on the curre

This is an automated soft-gate report. Findings indicate review targets and do not block merge by themselves.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesmontemagno jamesmontemagno changed the title Add GitHub Actions runtime upgrade instruction Add GitHub Actions runtime upgrade skill Jun 16, 2026
@github-actions github-actions Bot added skills PR touches skills skill-check-warning Skill validator reported warnings and removed instructions PR touches instructions labels Jun 16, 2026
@github-actions

github-actions Bot commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

🔍 Skill Validator Results

✅ All checks passed

Scope Checked
Skills 1
Agents 0
Total 1
Severity Count
❌ Errors 0
⚠️ Warnings 0
ℹ️ Advisories 0

Summary

Level Finding
ℹ️ Found 1 skill(s)
ℹ️ [github-actions-runtime-upgrade-conventions] 📊 github-actions-runtime-upgrade-conventions: 606 BPE tokens [chars/4: 722] (detailed ✓), 8 sections, 1 code blocks
ℹ️ ✅ All checks passed (1 skill(s))
Full validator output
Found 1 skill(s)
[github-actions-runtime-upgrade-conventions] 📊 github-actions-runtime-upgrade-conventions: 606 BPE tokens [chars/4: 722] (detailed ✓), 8 sections, 1 code blocks
✅ All checks passed (1 skill(s))

@aaronpowell aaronpowell 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.

How is this skill different to having dependabot running on a repo monitoring workflows?

@jamesmontemagno

Copy link
Copy Markdown
Contributor Author

This skill helps the agent update my actions correctly. Not everyone has dependabot on in every repo

Comment thread skills/github-actions-runtime-upgrade-conventions/SKILL.md Outdated
Comment thread skills/github-actions-runtime-upgrade-conventions/SKILL.md
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@jamesmontemagno

Copy link
Copy Markdown
Contributor Author

Addressed the review feedback in 3cd8033:\n\n- generalized targeting from a fixed action list to first-party \�ctions/\ with priority on \�ctions/setup-\n- updated pinning guidance to prefer immutable SHA pins resolved from the latest compatible release (and avoid mutable tag/branch pins)\n- added a concrete YAML pinning example block\n- added a short section clarifying how this skill complements Dependabot (especially for repos without it enabled)\n\nI also reran local validation (build + skill/plugin validators).

@github-actions github-actions Bot removed the skill-check-warning Skill validator reported warnings label Jun 18, 2026
@aaronpowell aaronpowell merged commit 128b0ed into github:staged Jun 19, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new-submission PR adds at least one new contribution skills PR touches skills

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants