remove metadata section
This commit is contained in:
parent
29c532af0c
commit
3c7da1121c
1 changed files with 5 additions and 5 deletions
10
.github/workflows/maven.yml
vendored
10
.github/workflows/maven.yml
vendored
|
|
@ -18,11 +18,11 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
# if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
|
# if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'owner/my_repo'
|
||||||
steps:
|
steps:
|
||||||
- name: Dependabot metadata
|
# - name: Dependabot metadata
|
||||||
id: metadata
|
# id: metadata
|
||||||
uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
|
# uses: dependabot/fetch-metadata@d7267f607e9d3fb96fc2fbe83e0af444713e90b7
|
||||||
with:
|
# with:
|
||||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
# github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
# if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
|
# if: steps.metadata.outputs.update-type == 'version-update:semver-patch'
|
||||||
run: gh pr merge --auto --merge "$PR_URL"
|
run: gh pr merge --auto --merge "$PR_URL"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue