Skip to content

Commit c078142

Browse files
authored
Merge pull request #925 from lsst-it/IT-6159/block_merge_commits
(gha) add block merge commits workflow
2 parents 1c7f7a7 + f7ddbf7 commit c078142

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
# yamllint disable rule:quoted-strings
3+
name: Block Merge Commits
4+
5+
"on": pull_request
6+
7+
permissions:
8+
contents: read
9+
10+
concurrency:
11+
group: ${{ github.workflow }}-${{ github.ref_name }}
12+
cancel-in-progress: true
13+
14+
jobs:
15+
message-check:
16+
name: Block Merge Commits
17+
18+
runs-on: ubuntu-latest
19+
20+
steps:
21+
- name: Block Merge Commits
22+
uses: Morishiri/[email protected]
23+
with:
24+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)