-
-
Couldn't load subscription status.
- Fork 4
feat: create add-to-triage.yml
#7
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
Conversation
Yes.
Yes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Leaving open for @lumirlumir to decide if it's ready for merge based on my comment.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for checking! Everything looks good, so I'll go ahead and merge it. 👍
Prerequisites checklist
What is the purpose of this pull request?
Hi,
In this PR, I've created the
add-to-triage.ymlworkflow. (You can find the guides for the reusable workflow here.)FYI, This workflow is also triggered in this repository, as I used the
on.issuesandon.pull_requestevents.Other repositories can use this workflow as well, since I included the
workflow_callevent.I've tested this workflow in my personal repository, and it works as expected except for the part where a token is required.
It means that the workflow is triggered when issues and pull requests are opened, reopened, or transferred.
What changes did you make? (Give an overview)
add-to-triage.ymlworkflow..gitignore.editorconfigfile, referring to https://github.com/eslint/markdown/blob/main/.editorconfig.Related Issues
Ref: #4, #5
Is there anything you'd like reviewers to focus on?
There are a few prerequisites for this workflow to function as expected:
PROJECT_BOT_TOKENsecret set at the organization level?Needs Triagecolumn set as the default for the "Triage" project board?It would be great if these items could be addressed before wrapping up this work!