Skip to content

Commit 556ad3a

Browse files
committed
ci: block fixup commits
1 parent a063025 commit 556ad3a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/git-checks.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Git Checks
2+
3+
on:
4+
pull_request:
5+
types: [opened, synchronize, reopened, ready_for_review]
6+
7+
jobs:
8+
block-fixup:
9+
if: github.event.pull_request.draft == false
10+
runs-on: ubuntu-20.04
11+
12+
steps:
13+
- uses: actions/checkout@v4
14+
- name: Block Fixup Commit Merge
15+
uses: 13rac1/[email protected]

0 commit comments

Comments
 (0)