Skip to content

Commit

Permalink
Merge pull request #502 from 3YOURMIND/add-documentation-for-auto-rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWendelborn committed Sep 16, 2021
2 parents bc4c257 + d248a53 commit 463cba3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -116,6 +116,17 @@ yarn workspace @3yourmind/kotti-ui run build
yarn workspace @3yourmind/documentation run serve
```

### Handling Rebases

There are two workflows to help with rebasing pull requests:

1. Rebase
Commenting `/rebase` on any pull request will trigger a GitHub Action that rebases the PR.
This is best used when attempting to rebase a PR without auto-rebase before merging.
2. Auto-Rebase
Adding the `autorebase:opt-in` label to any pull request will automatically rebase the PR as soon as it’s out-of-date.
This should preferrably be used by the author, as it requires them to be aware of having to use `git pull --rebase`

### Linting

```bash
Expand Down

0 comments on commit 463cba3

Please sign in to comment.