Skip to content

Commit

Permalink
chore: update pull request approval comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BaljeetSinghaw authored and jpoehnelt committed Nov 14, 2024
1 parent 2d42035 commit a51cf39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
GITHUB_TOKEN: ${{secrets.SYNCED_GITHUB_TOKEN_REPO}}
steps:
- name: approve
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`."
run: gh pr review --comment -b "Automatically approved dependabot pull request."
- name: merge
run: gh pr merge --auto --squash --delete-branch "$PR_URL"

0 comments on commit a51cf39

Please sign in to comment.