We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fead267 commit 8afc7f5Copy full SHA for 8afc7f5
.github/workflows/ci.yml
@@ -4,7 +4,7 @@ jobs:
4
approve:
5
runs-on: ubuntu-latest
6
steps:
7
- - uses: fastify/github-action-merge-dependabot@v1.1.1
+ - uses: fastify/github-action-merge-dependabot@v1.2.0
8
with:
9
github-token: ${{secrets.GITHUB_TOKEN}}
10
approve-only: true
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "github-action-merge-dependabot",
3
- "version": "1.0.1",
+ "version": "1.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
0 commit comments