Skip to content

Commit

Permalink
Merge pull request #112 from statisticsnorway/fetch-metadata
Browse files Browse the repository at this point in the history
Update 'fetch-metadata'-action to have self-updating version
  • Loading branch information
mallport authored Nov 21, 2023
2 parents fbbcd88 + 657f127 commit 2c62080
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dependabot-reviewer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
private-key: ${{ secrets.DAPLA_BOT_PRIVATE_KEY }}
- name: Dependabot metadata
id: dependabot-metadata
uses: dependabot/fetch-metadata@v1.3.1
uses: dependabot/fetch-metadata@v1
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env:
Expand All @@ -38,4 +38,4 @@ jobs:
gh pr edit $PR_URL --add-label "requires-manual-qa"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{steps.app-token.outputs.token}}
GITHUB_TOKEN: ${{steps.app-token.outputs.token}}

0 comments on commit 2c62080

Please sign in to comment.