We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5608b45 commit 78d857cCopy full SHA for 78d857c
README.md
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v3
31
32
- name: Run test
33
- uses: NexusPHP/no-merge-commits@v1
+ uses: NexusPHP/no-merge-commits@v1.3.0
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
36
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "no-merge-commits",
3
"private": true,
4
- "version": "1.0.0",
+ "version": "1.3.0",
5
"description": "Prevent merge commits in pull requests.",
6
"main": "lib/main.js",
7
"scripts": {
0 commit comments