mirror of
https://github.com/super-linter/super-linter.git
synced 2025-01-22 22:39:02 -05:00
chore: remove delete-branch option (#6514)
Remove the --delete-branch option in the dependency automation workflow. Ref: https://github.com/cli/cli/pull/10074
This commit is contained in:
parent
ae844193ed
commit
4c666df3c9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/dependabot-automation.yaml
vendored
4
.github/workflows/dependabot-automation.yaml
vendored
|
@ -24,6 +24,6 @@ jobs:
|
|||
uses: dependabot/fetch-metadata@v2
|
||||
with:
|
||||
github-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
# This doesn't trigger an automated merge because we require at approvals
|
||||
# This doesn't trigger an automated merge because we require approvals
|
||||
- name: Enable auto-merge
|
||||
run: gh pr merge --auto --squash --delete-branch "${PR_URL}"
|
||||
run: gh pr merge --auto --squash "${PR_URL}"
|
||||
|
|
Loading…
Add table
Reference in a new issue