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 f83b836 commit 14c0d88Copy full SHA for 14c0d88
README.md
@@ -7,7 +7,7 @@ A GitHub Action for approving pull requests.
7
```yaml
8
steps:
9
- name: Approve Pull Request
10
- uses: juliangruber/approve-pull-request-action@v1.1.1
+ uses: juliangruber/approve-pull-request-action@v2.0.0
11
with:
12
github-token: ${{ secrets.GITHUB_TOKEN }}
13
number: 1
package.json
@@ -10,7 +10,7 @@
"build": "ncc build index.js",
"version": "npm run build && git add dist",
"release": "np",
- "postversion": "git tag --force v1"
+ "postversion": "git tag --force v2"
14
},
15
"np": {
16
"publish": false
0 commit comments