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

feat: add github issues link to regex #385

Merged
merged 6 commits into from
Sep 25, 2023

Conversation

a0m0rajab
Copy link
Contributor

@a0m0rajab a0m0rajab commented Sep 15, 2023

What type of PR is this? (check all applicable)

  • ♻️ Refactor
  • ✨ Feature
  • 🐛 Bug Fix
  • 👷 Optimization
  • 📝 Documentation Update
  • 🔖 Release
  • 🚩 Other

Description

This PR add the extra regex to detect the issues link in the body.

Related Tickets & Documents

Closes #384

Mobile & Desktop Screenshots/Recordings

Added tests?

  • 👍 yes
  • 🙅 no, because they aren't needed
  • 🙋 no, because I need help

Added to documentation?

  • 📜 readme
  • 🙅 no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

[optional] What gif best describes this PR or how it makes you feel?

@a0m0rajab
Copy link
Contributor Author

Side note: when I opened the PR felt that's really similar to open sauced, then noticed you are one of the contributors there :)

@mtfoley
Copy link
Owner

mtfoley commented Sep 17, 2023

Yeah, great project 🤩

Copy link
Owner

@mtfoley mtfoley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you didn't change anything in main.ts or related files, I'm not surprised dist/*.js didn't change. Still, remember to run npm run all locally before pushing.

README.md Outdated Show resolved Hide resolved
__tests__/checks.test.ts Show resolved Hide resolved
@a0m0rajab
Copy link
Contributor Author

Thank you for the suggestions! Just solved it and all tests passed 👍

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually really surprised that anything in dist would be affected. perhaps there's a different node version or something. I'll probably just merge this and make sure things are cleaned up on the next release.

Copy link
Owner

@mtfoley mtfoley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks again for the PR @a0m0rajab!

@mtfoley mtfoley merged commit 11b664f into mtfoley:main Sep 25, 2023
1 check passed
@a0m0rajab a0m0rajab deleted the feat/issues-linke-regex branch September 25, 2023 17:40
@a0m0rajab
Copy link
Contributor Author

Thank you for accepting it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does this works with links?
2 participants