Skip to content

Commit cf62208

Browse files
committed
chore: simplify dependabot workflow
1 parent 09a70a7 commit cf62208

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/dependabot.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,5 @@ jobs:
2828
steps:
2929
- name: approve
3030
run: gh pr review --comment -b "Automatically approved since dependabot is not [configured](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels) with label `do not merge`."
31-
if: ${{ github.event.label.name != 'do not merge' }}
32-
- name: approve-instructions
33-
run: echo "Configure dependabot with label 'do not merge' to prevent it from being automatically approved and merged. https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#labels"
34-
if: ${{ github.event.label.name == 'do not merge' }}
3531
- name: merge
3632
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 commit comments

Comments
 (0)