We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a17838 commit e4fca65Copy full SHA for e4fca65
.github/workflows/build_template.yml
@@ -955,6 +955,7 @@ jobs:
955
steps.get-label-actor.outputs.username == 'mathlib-update-dependencies' ||
956
steps.get-label-actor.outputs.username == 'mathlib-splicebot' ||
957
contains(steps.actorTeams.outputs.teams, 'mathlib-maintainers') ||
958
+ contains(steps.actorTeams.outputs.teams, 'lean-release-managers') ||
959
contains(steps.actorTeams.outputs.teams, 'bot-users')
960
)
961
name: If `auto-merge-after-CI` is present, add a `bors merge` comment.
0 commit comments