Remove metadata job

This commit is contained in:
Erik Vroon
2024-11-05 11:48:34 +01:00
parent 7c0c1c68c5
commit 3e7176bbc6

View File

@@ -10,11 +10,6 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'evroon/bracket'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@4c5d6e7f8a9b0c1d2e3f4a5b6c7d8e9f0a1b2c3d
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --merge "$PR_URL"
env: