feat: auto-assign labels, milestone, and projects on PR open#1397
Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
3 tasks
Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/2bdac2dd-fb5e-4cac-8123-051c642e4297 Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
…ojects Agent-Logs-Url: https://github.com/recodehive/recode-website/sessions/2bdac2dd-fb5e-4cac-8123-051c642e4297 Co-authored-by: sanjay-kv <30715153+sanjay-kv@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add automatic population of labels, projects, and milestones for issues
feat: auto-assign labels, milestone, and projects on PR open
May 4, 2026
sanjay-kv
approved these changes
May 4, 2026
|
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. I would be grateful if you can nominate for keeping this opensource project live and running Link to Nominate. Please do star the repo and Keep up the fantastic work! 🚀 |
Member
|
@Adez017 can u raise a sample PR and see if this is working? |
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.
New PRs previously had no labels, milestone, or project assignments. This updates the autolabeler workflow to populate all three automatically on
pull_request_target: opened.Type of Change
Changes Made
.github/workflows/autolabler.yml["recode"]→["in-review", "level 1", "recode"]recode:launch 3.0by name (queries all open milestones) and assign it to the PR@recode-webandRecode Public Roadmapvia GitHub GraphQL Projects v2 APIsecrets.GH_PATif configured (needsProjects: read/writescope); falls back toGITHUB_TOKENcontinue-on-error: true— permission failure on project assignment won't block labels/milestoneDependencies
actions/github-script@v7.Checklist
npm run buildand attached screenshot(s) in this PR.