remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
remix-project/automation.md

1.0 KiB

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