Skip to content

Commit fd5c87a

Browse files
Merge pull request #195 from matthiasbeyer/actions-block-fixup-merge
Add workflow to block merges with fixup commits
2 parents eeede73 + 63a6f2b commit fd5c87a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/fixupmerge.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
on: [pull_request]
2+
3+
name: Git Checks
4+
5+
jobs:
6+
block-fixup:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/[email protected]
11+
- name: Block Fixup Commit Merge
12+
uses: 13rac1/[email protected]

0 commit comments

Comments
 (0)