Skip to content

Commit

Permalink
ci: Block merging PRs with fixup commits (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
adombeck authored Aug 30, 2024
2 parents 924b003 + 3af0953 commit e80ad26
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/git.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Git Checks

on: [pull_request]

jobs:
block-fixup:
runs-on: ubuntu-latest

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

0 comments on commit e80ad26

Please sign in to comment.