Skip to content

ci+skills: add R-CMD-check workflow and enforce no-branch-deletion policy#8

Merged
rkrug merged 1 commit into
mainfrom
dev
Apr 10, 2026
Merged

ci+skills: add R-CMD-check workflow and enforce no-branch-deletion policy#8
rkrug merged 1 commit into
mainfrom
dev

Conversation

@rkrug

@rkrug rkrug commented Apr 10, 2026

Copy link
Copy Markdown
Owner

Summary

This PR updates CI workflow files and hardens maintainer governance rules around branch handling.

Changes

  • Add .github/workflows/R-CMD-check.yaml as the active R CMD check workflow.
  • Remove .github/workflows/rhub.yaml from the current workflow set.
  • Update maintainer skills to enforce branch safety:
    • keep main and dev as long-lived branches,
    • never delete dev after PR merge,
    • do not delete any branch unless explicitly requested and explicitly confirmed by the user.
  • Propagate these rules to:
    • inst/skills/maintainer-workflow/SKILL.md
    • inst/skills/maintainer-release-sync/SKILL.md
    • inst/skills/maintainer-release-sync/references/checklist.md
    • inst/skills/README.md

Notes

  • This PR is based on main at release: v0.4.0 and includes only the subsequent dev commit:
    • 0bf8e3d.

Workflow and CI changes:

- Add .github/workflows/R-CMD-check.yaml as the active R CMD check workflow.

- Remove .github/workflows/rhub.yaml from current workflow set.

Skills and governance updates:

- Strengthen maintainer branch policy across skills to enforce long-lived main/dev model.

- Add explicit guardrail: no branch deletion unless explicitly requested and explicitly confirmed by the user.

- Propagate policy into maintainer-workflow, maintainer-release-sync, release-sync checklist, and skills README.

Docs alignment:

- Include corresponding README/skills text updates present in working tree.

Commit scope:

- Includes all current tracked/untracked working-tree changes as requested.
@rkrug rkrug merged commit f822744 into main Apr 10, 2026
6 checks passed
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