summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2022-12-28 16:58:56 +0100
committerMatthias Beyer <mail@beyermatthias.de>2022-12-28 16:58:56 +0100
commit0c064cb611cdcc9e19db95c079d03422a1f5ba9a (patch)
treefc5d4ab37e4fb32b00a0792a0939c57b85979460
parent6365b615f16e33f1707c28787c002982c320f6b4 (diff)
Remove fixup-block, as gitlint does that now
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--.github/workflows/commit-lint.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml
index 5e6e22d..309d637 100644
--- a/.github/workflows/commit-lint.yml
+++ b/.github/workflows/commit-lint.yml
@@ -4,13 +4,6 @@ on:
name: Pull Request Checks
jobs:
- block-fixup:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: Block fixup commit merge
- uses: 13rac1/block-fixup-merge-action@v2.0.0
-
commit-lint:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'