-
Notifications
You must be signed in to change notification settings - Fork 158
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
Release to branches with labels #5843
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
. This github action will be triggered when a pull request is merged to master. It will then make sure check for lables in the Pr and iif there is a label in the format release-[0-9]+(.[0-9]+)?$/ it will send the comment (release to label here)
Note
PR Type
enhancement, configuration changes
Description
master
ormain
branches.release-...
and verify the labeler's membership in the organization.Changes walkthrough 📝
release-to-branches-in-label.yml
Add GitHub Actions workflow for release label handling
.github/workflows/release-to-branches-in-label.yml
to
master
ormain
.(
release-...
) and check the membership of the labeler in theorganization.
labeler is an organization member.