Skip to content

Commit 1238467

Browse files
scar055Robbert
authored andcommitted
feat: new action to fixup commits
1 parent 05c92ff commit 1238467

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+
on: pull_request
2+
3+
name: Pull Request
4+
5+
permissions:
6+
pull-requests: read
7+
8+
jobs:
9+
message-check:
10+
name: Block Autosquash Commits
11+
12+
runs-on: ubuntu-latest
13+
14+
steps:
15+
- name: Block Autosquash Commits
16+
uses: xt0rted/block-autosquash-commits-action@v2.2.0
17+
with:
18+
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)