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 bf863a9 commit 3b184adCopy full SHA for 3b184ad
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@v2.0.0
+ uses: juliangruber/approve-pull-request-action@v2
11
with:
12
github-token: ${{ secrets.GITHUB_TOKEN }}
13
number: 1
0 commit comments