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.
2 parents 89df0c0 + 960201b commit e8a0d53Copy full SHA for e8a0d53
.github/workflows/auto-merge-pr.yml
@@ -9,11 +9,6 @@ jobs:
9
runs-on: ubuntu-latest
10
if: contains(github.head_ref, 'feature/update_cli')
11
steps:
12
- - name: Dependabot metadata
13
- id: metadata
14
- uses: dependabot/fetch-metadata@dbb049abf0d677abbd7f7eee0375145b417fdd34 #v2.2.0
15
- with:
16
- github-token: "${{ secrets.PERSONAL_ACCESS_TOKEN }}"
17
- name: Enable auto-merge for Dependabot PRs
18
env:
19
PR_URL: ${{github.event.pull_request.html_url}}
0 commit comments