Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 1.02 KB

automation.md

File metadata and controls

25 lines (13 loc) · 1.02 KB

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.

  • 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

  • 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