ci: adds pull-request-age-gate - #145
Open
bmuenzenmeyer wants to merge 2 commits into
Open
bmuenzenmeyer wants to merge 2 commits into
bmuenzenmeyer wants to merge 2 commits into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
👋 Codeowner Review RequestThe following codeowners have been identified for the changed files: Team reviewers: @nodejs/web-infra Please review the changes when you have a chance. Thank you! 🙏 |
Contributor
There was a problem hiding this comment.
Copilot review overview
🔵 Needs a closer look
Three moderate issues and one nit remain unresolved.
Review effort: Lite
Findings: None
What changed in this PR
Adds a 48-hour pull-request age gate with hourly reevaluation and a fast-track bypass label.
Changes:
- Adds pull-request and scheduled triggers.
- Uses pinned, permission-scoped actions.
- Configures age-gate and bypass behavior.
| File | Summary | Findings |
|---|---|---|
.github/workflows/pull-request-age-gate.yml |
Defines the age-gate workflow and security settings. | Moderate (1 vote): Concurrent runs can overwrite gate results; fork workflows cannot write checks; the fast-track label does not exist. Nit (1 vote): The settings link targets the wrong repository. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
mikeesto
reviewed
Sep 23, 2026
Co-authored-by: Michael Esteban <mickel13@gmail.com> Signed-off-by: Matt Cowley <me@mattcowley.co.uk>
MattIPv4
approved these changes
Sep 23, 2026
MattIPv4
left a comment
Member
There was a problem hiding this comment.
Added the action to https://github.com/nodejs/learn/settings/actions
ovflowd
approved these changes
Sep 23, 2026
avivkeller
approved these changes
Sep 23, 2026
mikeesto
approved these changes
Sep 23, 2026
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
just like nodejs.org