Skip to content

Commit e4fca65

Browse files
committed
chore(CI): allow release managers to use auto-merge-after-CI (#37385)
Co-authored-by: Joscha <joscha@plugh.de>
1 parent 8a17838 commit e4fca65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_template.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -955,6 +955,7 @@ jobs:
955955
steps.get-label-actor.outputs.username == 'mathlib-update-dependencies' ||
956956
steps.get-label-actor.outputs.username == 'mathlib-splicebot' ||
957957
contains(steps.actorTeams.outputs.teams, 'mathlib-maintainers') ||
958+
contains(steps.actorTeams.outputs.teams, 'lean-release-managers') ||
958959
contains(steps.actorTeams.outputs.teams, 'bot-users')
959960
)
960961
name: If `auto-merge-after-CI` is present, add a `bors merge` comment.

0 commit comments

Comments
 (0)