Skip to content

Standardize GitHub Actions to the core set - #122

Merged
aylapear merged 2 commits into
mainfrom
f-standardize-actions
Jun 18, 2026
Merged

Standardize GitHub Actions to the core set#122
aylapear merged 2 commits into
mainfrom
f-standardize-actions

Conversation

@joethorley

Copy link
Copy Markdown
Member

Closes #121.

Reduces dttr2's bespoke CI to the standard Poisson Consulting set.

Standard set (5):

  • R-CMD-check.yaml, pkgdown.yaml, test-coverage.yaml — r-lib/actions@v2 examples (same as embr/bboutools)
  • fledge-bump.yml, fledge-tag-on-merge.yml — unchanged (@v1)

Removed: custom composite-action directories (check/, commit/, covr/, roxygenize/, style/, matrix-check/, versions-matrix/, dep-*, install/, git-identity/, get-extra/, rate-limit/, repo-state/, update-snapshots/) and extra workflows (R-CMD-check-dev/-status, commit-suggest, format-suggest, copilot-setup-steps, lock, pr-commands, revdep, pkgdown-build/-deploy), plus the old fledge.yaml (superseded by fledge-bump.yml; removing it prevents double-bumping).

CODEOWNERS and community-health files untouched.

@aylapear — draft for your review as CODEOWNER; happy to adjust.

Replace the bespoke CI system with the standard Poisson Consulting workflows:
R-CMD-check, pkgdown, and test-coverage (the r-lib/actions@v2 examples), keeping
the fledge-bump and fledge-tag-on-merge callers.

Removes the custom composite-action directories and extra workflows and the old
fledge.yaml, which is superseded by fledge-bump.yml and would otherwise double-bump.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@joethorley
joethorley marked this pull request as ready for review June 17, 2026 16:52

@aylapear aylapear left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Looks good to me. Thanks!

@aylapear
aylapear merged commit 86f2dd5 into main Jun 18, 2026
8 of 9 checks passed
@aylapear
aylapear deleted the f-standardize-actions branch June 18, 2026 01:40
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.

Standardize GitHub Actions to the core Poisson set

2 participants