-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
[#12480] Add a trigger for good first issues #12560
Conversation
[TEAMMATES#12480] add good first issue yaml file
[TEAMMATES#12480] remove error: context.issue is not a function
[TEAMMATES#12480] change github.issues.createComment to github.rest.issues.createComment
Merge master into good first issue branch
change message to be TEAMMATES specific
resolve unexpected identifier issue
put messages in seperate lines
put messages in env variable
put 2 whitespaces for a newline
Hi @nagarajan-ck, thank you for your interest in contributing to TEAMMATES!
Please address the above before we proceed to review your PR. |
Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢 |
Folks, This PR seems to be stalling (no activities for the past 8 days). 🐌 😢 |
@nagarajan-ck Apologies for the late review. Please note my comment in #12490.
|
@zhaojj2209 |
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! thank you for your contribution to TEAMMATES
Co-authored-by: Zhao Jingjing <[email protected]>
@zhaojj2209 yes the suggested changes look a lot more simplified, I have commited them. |
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, thanks for the changes!
Fixes #12480
Outline of Solution
The comment is added using github actions script. The comment to be added is appended to the body key of github.rest.issues.createComment.
Originally part of #12490 by athakaras.
Please suggest if any changes are required.