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

Fix merge to main action #606

Merged
merged 4 commits into from
Aug 24, 2023
Merged

Fix merge to main action #606

merged 4 commits into from
Aug 24, 2023

Conversation

squidarth
Copy link
Collaborator

Merging the release branch seems to cause problems. We're fetching all branches before this step, so merging in origin/release is correct.

Also updated the branch protection rules to allow basetenbot to push to main.

@@ -25,7 +25,7 @@ jobs:
- name: Merge release into main with priority on main changes
run: |
git checkout main
git merge --strategy-option=ours release -m "Merge release into main prioritizing main changes"
git merge --strategy-option=ours origin/release -m "Merge release into main prioritizing main changes"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you please update this code to us actions/checkout@v3? All the other actions use that and It would be nice to keep it all consistent.

@squidarth squidarth merged commit d3baf5b into main Aug 24, 2023
@squidarth squidarth deleted the sshanker/fix-merge-action branch August 24, 2023 16:13
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