Skip to content

Commit 9bf72da

Browse files
authored
Merge pull request #158 from xt0rted/xt0rted-patch-1
Update and rename pull_request.yml to fixup-commits.yml
2 parents b1bda4b + 09c4b3d commit 9bf72da

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1+
name: Block on fixup commits
2+
13
on: pull_request
24

3-
name: Pull Request
5+
permissions:
6+
pull-requests: read
47

58
jobs:
6-
message-check:
7-
name: Block Autosquash Commits
8-
9+
message:
910
runs-on: ubuntu-latest
1011

1112
steps:
12-
- name: Checkout Repo
13+
- name: Check out Repo
1314
uses: actions/[email protected]
1415

15-
- name: Block Autosquash Commits
16-
uses: ./
16+
- uses: ./
1717
with:
1818
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)