Skip to content

Commit

Permalink
Add job to block fixup commits
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
matthiasbeyer committed Sep 11, 2022
1 parent bc9c1c9 commit e4d773e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/commit-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ on:
name: Pull Request Checks

jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Block fixup commit merge
uses: 13rac1/[email protected]

commit-lint:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit e4d773e

Please sign in to comment.