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

[Release 1.26] Filter release branchs #4858

Merged
merged 1 commit into from
Oct 10, 2023
Merged

[Release 1.26] Filter release branchs #4858

merged 1 commit into from
Oct 10, 2023

Conversation

vitorsavian
Copy link
Member

@vitorsavian vitorsavian commented Oct 6, 2023

Proposed Changes

Backport #4841
A filter in validate-release to not accept branchs that contains dependabot and updatecli

Types of Changes

  • Improvement
  • Backport

Verification

Create a branch with dependabot or update cli in our project

git checkout -b dependabot/testing

Push the branch

git push origin dependabot/testing

See the tag that are in the commit and then use

git branch --all -q --contains $YOUR_TAG_HERE | grep origin | grep -vE 'dependabot|updatecli|origin$|HEAD' | sed -e 's/^[[:space:]]*//'

You will not see any dependabot and updatecli branches

Testing

Linked Issues

User-Facing Change


Further Comments

@vitorsavian vitorsavian requested a review from a team as a code owner October 6, 2023 15:09
@vitorsavian vitorsavian merged commit 0dc8663 into rancher:release-1.26 Oct 10, 2023
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.

2 participants