We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0af3d37 + cb09e8a commit 561003bCopy full SHA for 561003b
.github/workflows/auto-merge.yaml
@@ -13,7 +13,7 @@ jobs:
13
outputs:
14
can-auto-merge: ${{ steps.can-auto-merge.outputs.approve }}
15
steps:
16
- - uses: dependabot/fetch-metadata@v2.2.0
+ - uses: dependabot/fetch-metadata@v2.3.0
17
id: dependabot-metadata
18
with:
19
github-token: ${{ secrets.GITHUB_TOKEN }}
@@ -28,7 +28,7 @@ jobs:
28
name: Auto merge pull requests
29
runs-on: ubuntu-latest
30
31
32
33
34
0 commit comments