Skip to content

fix: skip checkout in CTA action before transition step #2215

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

Merged
merged 1 commit into from
Apr 22, 2025

Conversation

JoshuaKGoldberg
Copy link
Owner

PR Checklist

Overview

Upstreaming of JoshuaKGoldberg/formatly#122. Previously, the action would only check on step 2 of 3 if it should skip. But step 1 -checkout- requires a token that doesn't exist on fork.

Now, step 1 does the if. No more checking out the repo unnecessarily.

🎁

Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.80%. Comparing base (5b171ce) to head (1f75359).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2215   +/-   ##
=======================================
  Coverage   99.80%   99.80%           
=======================================
  Files         134      134           
  Lines        6005     6006    +1     
  Branches      499      499           
=======================================
+ Hits         5993     5994    +1     
  Misses         12       12           

☔ 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 merged commit 61fd266 into main Apr 22, 2025
14 checks passed
@JoshuaKGoldberg JoshuaKGoldberg deleted the skip-cta-checkout-before-action branch April 22, 2025 14:14
Copy link

🎉 This is included in version v2.41.2 🎉

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.

🐛 Bug: Transition action failing in PRs from fork
1 participant