mirror of
https://github.com/warengroup/eximiabots-radiox.git
synced 2024-12-22 19:03:21 +00:00
Update Dependabot Auto-Merge workflow (Github Workflows)
This commit is contained in:
parent
36157e53e3
commit
24f6172fbd
7
.github/workflows/dependabot_auto-merge.yml
vendored
7
.github/workflows/dependabot_auto-merge.yml
vendored
@ -11,13 +11,8 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.actor == 'dependabot[bot]' }}
|
||||
steps:
|
||||
- name: Dependabot metadata
|
||||
id: metadata
|
||||
uses: dependabot/fetch-metadata@v1.2.1
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Enable auto-merge for Dependabot PRs
|
||||
run: gh pr merge --auto --merge "$PR_URL"
|
||||
run: gh pr comment "$PR_URL" --body "@dependabot merge"
|
||||
env:
|
||||
PR_URL: ${{ github.event.pull_request.html_url }}
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user