summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2023-04-29 17:26:41 +0200
committerMatthias Beyer <mail@beyermatthias.de>2023-04-29 17:26:41 +0200
commitbc0bab4a3a9148286ed9d2355925bbb89e472f62 (patch)
tree042c06f343335d8be9af0185e2de728035a0f185
parentc51a2146d2d6361a5471f15373dafaec75681a26 (diff)
Remove block-fixup-merge-action as gitlint does this 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'