-
Notifications
You must be signed in to change notification settings - Fork 2
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
ci: add workflow to check if versioning pr exists #645
ci: add workflow to check if versioning pr exists #645
Conversation
for better clarity, i think we can also comment why the pr is blocked
|
6d832b7
to
e32101c
Compare
848dc0e
to
f625a80
Compare
} else { | ||
console.log("No version bump pull request found."); | ||
} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it is passing even if we have chore available. this is just printing to console log
uses: marocchino/sticky-pull-request-comment@4b7290acd5c5b99ef9995db30e52150e705d2475 | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.PAT }} | ||
message: | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
exit 1 is needed if this is true. and please double check if secrets.PAT has comment access I don't see any comment message on the pr
Clickup link: https://app.clickup.com/t/20696747/DERG-2546
Fixes issue: #
This PR contains the following changes:
Developers Note (Optional)
Pre-launch Checklist (For PR creator)
As a creator of this PR:
Reviewers
Pre-launch Checklist (For Reviewers)
As a reviewer I ensure that:
Pre-launch Checklist (For QA)
Pre-launch Checklist (For Maintainer)