Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/actions/auto-approve-bot-prs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@ runs:
uses: hmarr/auto-approve-action@f0939ea97e9205ef24d872e76833fa908a770363 # v4.0.0
with:
github-token: ${{ inputs.github-token }}
review-message: 'Auto-approved: trusted bot, CI green, no merge conflicts.'
review-message: |
Approved by the shared auto-approve workflow because this PR matched the approval criteria.

For more information, see https://github.com/loft-sh/github-actions?tab=readme-ov-file#auto-approve-bot-prs.

- name: Enable auto-merge
if: steps.ci.outputs.ci_green == 'true' && inputs.auto-merge == 'true'
Expand Down
Loading