Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: standalone CTA Transitions workflow #2012

Merged
merged 4 commits into from
Mar 25, 2025

Conversation

JoshuaKGoldberg
Copy link
Owner

@JoshuaKGoldberg JoshuaKGoldberg commented Mar 25, 2025

PR Checklist

Overview

Moves the transition mode logic into two files:

  1. .github/actions/transition/action.yml: A dedicated composite action for running in transition mode and checking in & commenting any changes
  2. .github/workflows/cta.yml: Checks if the action should be run, and runs it if so

This means the job won't be marked as Skipped if the logic is skipped. It'll still be Success and thus not block PRs.

🎁

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.80%. Comparing base (cb898c9) to head (67c2c96).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2012   +/-   ##
=======================================
  Coverage   99.80%   99.80%           
=======================================
  Files         113      114    +1     
  Lines        4573     4616   +43     
  Branches      285      287    +2     
=======================================
+ Hits         4564     4607   +43     
  Misses          9        9           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@JoshuaKGoldberg JoshuaKGoldberg marked this pull request as ready for review March 25, 2025 19:30
@JoshuaKGoldberg JoshuaKGoldberg merged commit dcfa47b into main Mar 25, 2025
15 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the cta-transitions-solo-workflow-file branch March 25, 2025 19:40
Copy link

🎉 This is included in version v2.10.0 🎉

The release is available on:

Cheers! 📦🚀

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.

🚀 Feature: Use a standalone CI file for CTA transitions
1 participant