-
Notifications
You must be signed in to change notification settings - Fork 4.4k
chore(mergify): indicate that users should not update manually after approval #6465
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,7 +11,7 @@ pull_request_rules: | |
| - name: automatic merge | ||
| actions: | ||
| comment: | ||
| message: Thank you for contributing! Your pull request is now being automatically merged. | ||
| message: Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually). | ||
| merge: | ||
| strict: smart | ||
| method: squash | ||
|
|
@@ -34,7 +34,7 @@ pull_request_rules: | |
| - name: automatic merge | ||
| actions: | ||
| comment: | ||
| message: Thank you for contributing! Your pull request is now being automatically merged without squashing. | ||
| message: Thank you for contributing! Your pull request will be updated from master and then merged automatically without sqaushing (do not update manually). | ||
|
||
| merge: | ||
| strict: smart | ||
| # Merge instead of squash | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.