Skip to content

Commit

Permalink
ci: block fixup commits
Browse files Browse the repository at this point in the history
  • Loading branch information
pczeglik-iohk committed Jun 24, 2024
1 parent a063025 commit 556ad3a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/git-checks.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Git Checks

on:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]

jobs:
block-fixup:
if: github.event.pull_request.draft == false
runs-on: ubuntu-20.04

steps:
- uses: actions/checkout@v4
- name: Block Fixup Commit Merge
uses: 13rac1/[email protected]

0 comments on commit 556ad3a

Please sign in to comment.