Create automation.md (PR automation) (#760)

pull/769/head
yann300 4 years ago committed by GitHub
parent 25c8f3b06d
commit 11c3db77cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 25
      automation.md

@ -0,0 +1,25 @@
# Automation
## Activated automations:
- **Out of the box, github automerge** will merge a PR once everything is green. It is activated from a pull request page.
It won't automatically sync (merge or rebase) the branch with master.
For more [information](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests/automatically-merging-a-pull-request).
- **Autosquash** will automatically update the branch - merge commit (when a new commit lands on master).
It will automatically squash and merge to master once everything is green.
It is activated by adding the `autosquash` label.
For more [information](https://github.com/marketplace/actions/autosquash)
- **Autorebase** will automatically rebase the branch (when a new commit lands on master).
It won't automatically merge to master (this can be done with the first automation).
It is activated by adding the `autorebase` label.
For more [information](https://github.com/marketplace/actions/rebase-pull-requests)
Loading…
Cancel
Save