Skip to content

Commit 2b8ae26

Browse files
Add fixup check to gh actions (#774)
Signed-off-by: Marcus Brandenburger <bur@zurich.ibm.com>
1 parent 2fddcd0 commit 2b8ae26

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/git.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
#
2+
# SPDX-License-Identifier: Apache-2.0
3+
#
4+
5+
6+
name: Git checks
7+
8+
on: [pull_request]
9+
10+
permissions:
11+
contents: read
12+
13+
jobs:
14+
block-fixup:
15+
runs-on: ubuntu-latest
16+
17+
steps:
18+
- uses: actions/checkout@v4
19+
- name: Block Fixup Commit Merge
20+
uses: 13rac1/block-fixup-merge-action@v2.0.0

0 commit comments

Comments
 (0)