mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
chore(dependabot): remove approval from auto merge flow
This commit is contained in:
parent
1c36f9fb46
commit
1061dece16
5
.github/workflows/dependabot.yml
vendored
5
.github/workflows/dependabot.yml
vendored
|
@ -21,11 +21,6 @@ jobs:
|
||||||
uses: sersoft-gmbh/setup-gh-cli-action@4022189b02796671e17d07f27c496713d09cb3a7
|
uses: sersoft-gmbh/setup-gh-cli-action@4022189b02796671e17d07f27c496713d09cb3a7
|
||||||
with:
|
with:
|
||||||
version: stable
|
version: stable
|
||||||
- name: Approve a PR
|
|
||||||
run: gh pr review --approve "$PR_URL"
|
|
||||||
env:
|
|
||||||
PR_URL: ${{github.event.pull_request.html_url}}
|
|
||||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
|
||||||
- name: Enable auto-merge for Dependabot PRs
|
- name: Enable auto-merge for Dependabot PRs
|
||||||
run: gh pr merge --auto --rebase "$PR_URL"
|
run: gh pr merge --auto --rebase "$PR_URL"
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue