Skip to content

Commit 69f02e2

Browse files
committed
Block merge with autosquash commits (#75)
1 parent d13c4e1 commit 69f02e2

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

.github/workflows/git.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
name: Git Checks
2+
3+
on: [pull_request]
4+
5+
jobs:
6+
block-merge-with-autosquash-commits:
7+
runs-on: ubuntu-18.04
8+
9+
steps:
10+
- name: Block Merge with Autosquash Commits
11+
uses: xt0rted/[email protected]
12+
with:
13+
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and run tests
1+
name: Build and Run Tests
22

33
on:
44
- push

0 commit comments

Comments
 (0)