-
Notifications
You must be signed in to change notification settings - Fork 84
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
Implement GitHub PR Issue Checker Workflow #147
Conversation
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.
Ensure the PR matches the requirements mentioned in the Contribution guide. The maintainer might get in touch to enusre quality. Thanks for your time
Add labels!! And assign me! |
@smog-root mentors will review and merge the PR |
You can add the labels right?? |
I will add the labels after my review. |
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.
@smog-root Please link the issue using keywords. (fixes/closes..) You can find the detailed info about the same here:
https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword
If needed, please check out merged PRs for reference.
Thanks & regards
@Mayureshd-18 changes done! ✅ |
You can review now I added close closes closed fix fixes fixed resolve resolves resolved |
@smog-root Don't change the workflow jobs. I meant to change the PR description to link the issue by using keywords. (fixes/closes). Please check other PRs that are merged for reference. |
@Mayureshd-18 is it okay now!?? |
@smog-root Edit your first comment. |
@jvedsaqib done 👍 |
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.
Looks good to me now!
@Mayureshd-18 add labels and merge! |
@Mayureshd-18 it's level2 on issue! |
don't decrease the level! |
Add level2 label @rohitinu6 |
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.
workflows = level 1
@MastanSayyad why you removed level label?? Add level1!! |
Closes #146
Usage:
When a pull request is created or edited, the workflow automatically triggers.
The workflow checks for:
Fixes , Close, Closes, Closed , Fix , Fixed , Resolve , Resolves #Issue_number
).Note: Kindly add all the labels added to the issue, to this PR!
@rohitinu6