-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #21 from lumeohq/base-ref
Rewrite branch logic to allow base branches other than master
- Loading branch information
Showing
3 changed files
with
20 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Git Checks | ||
|
||
on: [push] | ||
on: [pull_request] | ||
|
||
jobs: | ||
block-fixup: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ following: | |
```yaml | ||
name: Git Checks | ||
|
||
on: [push] | ||
on: [pull_request] | ||
|
||
jobs: | ||
block-fixup: | ||
|
@@ -34,7 +34,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: Block Fixup Commit Merge | ||
uses: 13rac1/block-fixup-merge-action@v1.1.2 | ||
uses: 13rac1/block-fixup-merge-action@v2.0.0 | ||
``` | ||
Optionally, setup Branch Protection to block merging of PRs against the `master` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters