mirror of
https://github.com/evroon/bracket.git
synced 2026-05-19 05:59:34 -04:00
Remove metadata job
This commit is contained in:
5
.github/workflows/automerge.yml
vendored
5
.github/workflows/automerge.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user