5959 github.event.pull_request.author_association == 'COLLABORATOR' ||
6060 github.event.pull_request.author_association == 'MEMBER' ||
6161 github.event.pull_request.user.login == 'dependabot[bot]' ||
62- contains(github.event.pull_request.labels.*.name, 'safe to test')
62+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
63+ contains(github.event.pull_request.labels.*.name, 'check-release')
6364
6465 runs-on : ubuntu-latest
6566
@@ -114,7 +115,8 @@ jobs:
114115 github.event.pull_request.author_association == 'COLLABORATOR' ||
115116 github.event.pull_request.author_association == 'MEMBER' ||
116117 github.event.pull_request.user.login == 'dependabot[bot]' ||
117- contains(github.event.pull_request.labels.*.name, 'safe to test')
118+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
119+ contains(github.event.pull_request.labels.*.name, 'check-release')
118120
119121 runs-on : ubuntu-latest
120122
@@ -169,7 +171,8 @@ jobs:
169171 github.event.pull_request.author_association == 'COLLABORATOR' ||
170172 github.event.pull_request.author_association == 'MEMBER' ||
171173 github.event.pull_request.user.login == 'dependabot[bot]' ||
172- contains(github.event.pull_request.labels.*.name, 'safe to test')
174+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
175+ contains(github.event.pull_request.labels.*.name, 'check-release')
173176
174177 runs-on : ubuntu-latest
175178
@@ -223,7 +226,8 @@ jobs:
223226 github.event.pull_request.author_association == 'COLLABORATOR' ||
224227 github.event.pull_request.author_association == 'MEMBER' ||
225228 github.event.pull_request.user.login == 'dependabot[bot]' ||
226- contains(github.event.pull_request.labels.*.name, 'safe to test')
229+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
230+ contains(github.event.pull_request.labels.*.name, 'check-release')
227231
228232 runs-on : ubuntu-latest
229233
@@ -279,7 +283,8 @@ jobs:
279283 github.event.pull_request.author_association == 'COLLABORATOR' ||
280284 github.event.pull_request.author_association == 'MEMBER' ||
281285 github.event.pull_request.user.login == 'dependabot[bot]' ||
282- contains(github.event.pull_request.labels.*.name, 'safe to test')
286+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
287+ contains(github.event.pull_request.labels.*.name, 'check-release')
283288
284289 runs-on : ubuntu-latest
285290
@@ -304,7 +309,8 @@ jobs:
304309 github.event.pull_request.author_association == 'COLLABORATOR' ||
305310 github.event.pull_request.author_association == 'MEMBER' ||
306311 github.event.pull_request.user.login == 'dependabot[bot]' ||
307- contains(github.event.pull_request.labels.*.name, 'safe to test')
312+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
313+ contains(github.event.pull_request.labels.*.name, 'check-release')
308314
309315 runs-on : ubuntu-latest
310316
@@ -343,7 +349,8 @@ jobs:
343349 github.event.pull_request.author_association == 'COLLABORATOR' ||
344350 github.event.pull_request.author_association == 'MEMBER' ||
345351 github.event.pull_request.user.login == 'dependabot[bot]' ||
346- contains(github.event.pull_request.labels.*.name, 'safe to test')
352+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
353+ contains(github.event.pull_request.labels.*.name, 'check-release')
347354
348355 runs-on : ubuntu-latest
349356
@@ -381,7 +388,8 @@ jobs:
381388 github.event.pull_request.author_association == 'COLLABORATOR' ||
382389 github.event.pull_request.author_association == 'MEMBER' ||
383390 github.event.pull_request.user.login == 'dependabot[bot]' ||
384- contains(github.event.pull_request.labels.*.name, 'safe to test')
391+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
392+ contains(github.event.pull_request.labels.*.name, 'check-release')
385393
386394 runs-on : ubuntu-latest
387395
@@ -429,7 +437,8 @@ jobs:
429437 github.event.pull_request.author_association == 'COLLABORATOR' ||
430438 github.event.pull_request.author_association == 'MEMBER' ||
431439 github.event.pull_request.user.login == 'dependabot[bot]' ||
432- contains(github.event.pull_request.labels.*.name, 'safe to test')
440+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
441+ contains(github.event.pull_request.labels.*.name, 'check-release')
433442
434443 runs-on : ubuntu-latest
435444
@@ -458,7 +467,8 @@ jobs:
458467 github.event.pull_request.author_association == 'COLLABORATOR' ||
459468 github.event.pull_request.author_association == 'MEMBER' ||
460469 github.event.pull_request.user.login == 'dependabot[bot]' ||
461- contains(github.event.pull_request.labels.*.name, 'safe to test')
470+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
471+ contains(github.event.pull_request.labels.*.name, 'check-release')
462472
463473 runs-on : ubuntu-latest
464474
@@ -482,7 +492,8 @@ jobs:
482492 github.event.pull_request.author_association == 'COLLABORATOR' ||
483493 github.event.pull_request.author_association == 'MEMBER' ||
484494 github.event.pull_request.user.login == 'dependabot[bot]' ||
485- contains(github.event.pull_request.labels.*.name, 'safe to test')
495+ contains(github.event.pull_request.labels.*.name, 'safe to test') ||
496+ contains(github.event.pull_request.labels.*.name, 'check-release')
486497
487498 runs-on : ubuntu-latest
488499
0 commit comments