Skip release PR in PR status workflow example - #2240
Conversation
|
✅ Deploy Preview for changesets ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2240 +/- ##
=======================================
Coverage 84.53% 84.53%
=======================================
Files 80 80
Lines 3168 3168
Branches 892 892
=======================================
Hits 2678 2678
Misses 433 433
Partials 57 57 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
beeequeue
left a comment
There was a problem hiding this comment.
should we also add this to the pr-comment step?
Co-authored-by: Bjorn Lu <bjornlu.dev@gmail.com>
The example comments on every pull request, including the release PR where
changeset versionhas consumed all changesets, so the comment always reports that none is present.This adds an
ifcondition to thepr-statusjob skippingchangeset-release/*branches, matching what the Changesets GitHub Bot does internally.