-
Notifications
You must be signed in to change notification settings - Fork 620
[CI] Feature: Auto assign pr author to pr #5661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[CI] Feature: Auto assign pr author to pr #5661
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
Your org has enabled the Graphite merge queue for merging into mainAdd the label “merge-queue” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. Or use the label “hotfix” to add to the merge queue as a hot fix. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
f40b9fe to
0438aab
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5661 +/- ##
=======================================
Coverage 50.72% 50.72%
=======================================
Files 1092 1092
Lines 57213 57213
Branches 4630 4630
=======================================
Hits 29019 29019
Misses 27478 27478
Partials 716 716
*This pull request uses carry forward flags. Click here to find out more. |
size-limit report 📦
|
Merge activity
|
<!-- start pr-codex --> ## PR-Codex overview This PR introduces a new GitHub Actions workflow for automatically assigning authors to pull requests when they are opened or reopened. ### Detailed summary - Added a new workflow file: `.github/workflows/auto-assign.yml` - Defined the workflow name as `Auto Author Assign` - Set the trigger for the workflow on `pull_request` events for types `opened` and `reopened` - Specified permissions for pull requests as `write` - Created a job named `assign-author` that runs on `ubuntu-latest` - Included a step to use the action `toshimaru/[email protected]` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
0438aab to
2d66242
Compare
PR-Codex overview
This PR introduces a new GitHub Actions workflow for automatically assigning authors to pull requests when they are opened or reopened.
Detailed summary
.github/workflows/auto-assign.ymlAuto Author Assignpull_requestevents of typesopenedandreopenedwriteassign-authorthat runs onubuntu-latesttoshimaru/[email protected]