Skip to content
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

Merged
merged 32 commits into from
Sep 16, 2023

Conversation

nagarajan-ck
Copy link
Contributor

@nagarajan-ck nagarajan-ck commented Aug 18, 2023

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.

nagarajan-ck and others added 26 commits August 16, 2023 17:00
[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
@github-actions
Copy link

Hi @nagarajan-ck, thank you for your interest in contributing to TEAMMATES!
However, your PR does not appear to follow our contribution guidelines:

  • Title must start with the issue number the PR is fixing in square brackets, e.g. [#<issue-number>]

Please address the above before we proceed to review your PR.

@nusoss-bot
Copy link

Folks, This PR seems to be stalling (no activities for the past 7 days). 🐌 😢
Hope someone can get it to move forward again soon...

@nusoss-bot
Copy link

Folks, This PR seems to be stalling (no activities for the past 8 days). 🐌 😢
Hope someone can get it to move forward again soon...

@zhaojj2209
Copy link
Contributor

@nagarajan-ck Apologies for the late review. Please note my comment in #12490.

We are currently using actions/github-script@v6 for our PR checker workflow. Could you switch to using v6 instead of v5 for this workflow as well for consistency?

@nagarajan-ck
Copy link
Contributor Author

@zhaojj2209
I have changed the file so that it now uses actions/github-script@v6

@cedricongjh cedricongjh added the s.FinalReview The PR is ready for final review label Sep 8, 2023
Copy link
Contributor

@cedricongjh cedricongjh left a 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

@zhaojj2209 zhaojj2209 changed the title [12480] Add a trigger for good first issues [#12480] Add a trigger for good first issues Sep 9, 2023
@nagarajan-ck
Copy link
Contributor Author

@zhaojj2209 yes the suggested changes look a lot more simplified, I have commited them.

Copy link
Contributor

@zhaojj2209 zhaojj2209 left a 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!

@zhaojj2209 zhaojj2209 added s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging and removed s.FinalReview The PR is ready for final review labels Sep 16, 2023
@zhaojj2209 zhaojj2209 merged commit ef058ca into TEAMMATES:master Sep 16, 2023
@wkurniawan07 wkurniawan07 added the c.Task Other non-user-facing works, e.g. refactoring, adding tests label Jan 21, 2024
@wkurniawan07 wkurniawan07 added this to the V8.30.0 milestone Jan 21, 2024
@wkurniawan07 wkurniawan07 added c.DevOps Process-related or build-related improvement and addition and removed c.Task Other non-user-facing works, e.g. refactoring, adding tests labels Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c.DevOps Process-related or build-related improvement and addition s.ToMerge The PR is approved by all reviewers including final reviewer; ready for merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a trigger for good first issues
5 participants