CI: gate heavy reviews on self-review (Doc consistency); comment-trigger; disable TTL heavy reviews #159
@@ -65,7 +65,7 @@ jobs:
|
|||||||
|
|
||||||
review:
|
review:
|
||||||
|
|
|||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
if: github.event_name == 'pull_request' && needs.review-gate.outputs.allow_review == 'true'
|
if: github.event_name == 'pull_request' && needs.review-gate.outputs.reason == 'self-review'
|
||||||
needs: [test, review-gate]
|
needs: [test, review-gate]
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user
[MINOR]
date -u -d "$UPDATED_AT" +%suses GNU date syntax. This is fine on ubuntu-24.04, but the-dflag for parsing a date string is a GNU extension. Worth a comment so future maintainers know this is intentionally Linux-only.