Skip to content

Commit c047258

Browse files
committed
Block merge commits check
1 parent 862f1fd commit c047258

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: "Block merge commits"
2+
3+
on:
4+
pull_request:
5+
6+
jobs:
7+
block-merge-commits:
8+
name: Block merge commits
9+
10+
runs-on: ubuntu-latest
11+
12+
steps:
13+
- name: Block merge commits
14+
uses: Morishiri/block-merge-commits-action@v1.0.1
15+
16+
with:
17+
repo-token: ${{ secrets.GITHUB_TOKEN }}
18+

0 commit comments

Comments
 (0)