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

chore(label-actions): no-merge-from-main #33875

Merged
merged 2 commits into from
Jan 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .github/label-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,21 @@
Good luck,


The Renovate team

'auto:no-merge-from-main':
comment: >
Hi there,


Please don't merge from `main` into your PR's branch unless you have a merge conflict or have a specific reason to do so.
Doing so consumes CI systems unnecessarily, and also resets CI approvals if this is your first PR to the repo.
This repo uses GitHub's Merge Queue, which will automatically test your PR against `main` before merging, so it's no longer necessary to always keep branches up-to-date.


Thanks,


The Renovate team

'auto:discussion-first':
Expand Down
Loading