Skip to content

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge #4

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge

[DO NOT MERGE][RHCLOUD-37825] github action to check if the PR contains some fixup commits that is needed to resolve before the merge #4

name: Git Checks
on:
pull_request:
jobs:
block-fixup:
runs-on: ubuntu-latest
steps:
- name: Check for 'amend!', 'fixup!', or 'squash!' commits
uses: matijs/[email protected]