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

docs: workflow to add labels on analyzing title/comment based on conditions #545

Merged
merged 4 commits into from
Aug 1, 2023

Conversation

Anmol-Baranwal
Copy link
Contributor

Related Issue

Closes #501

About Regex Expression

You can test it here: https://regex101.com/

I am taking two examples, which you must read so that you can properly review the PR.

  • /\bfeat\b/: This regular expression matches the exact word "feat" with word boundaries (\b). It will match strings that contain the word "feat" as a whole word, but not if it's part of another word (e.g., "defeat" or "feature").

  • /feature/i: This regular expression matches the word "feature" (case-insensitive) anywhere within a string. It will match strings that contain "feature" in any combination of uppercase and lowercase letters (e.g., "Feature", "FEATURE", "feature").

Describe the changes you've made

  • I have checked issue forms and corresponding labels to properly use the config workflow.
  • I have not made this workflow for analyzing issues, so let me know.
  • I didn't found anything related to adding multiple labels at once, so I have used 1 label for 1 set.
  • add labels in the repository used in the config file or suggest any changes.

Let me know if you need anything.
Good luck :)

Type of change

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update.
  • This change requires a documentation update

How Has This Been Tested?

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented on my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added tests that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Code of Conduct

@vercel
Copy link

vercel bot commented Jul 28, 2023

@Anmol-Baranwal is attempting to deploy a commit to the Vibey Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link

Thank you, @Anmol-Baranwal, for creating this pull request and contributing to GitHub-ReadMe!
Our review team will thoroughly review the pull request and will reach out to you soon!
Please make sure you have marked all the completed tasks as done.
We appreciate your patience and contribution!

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Thank you for creating a pull request for vibey!

We appreciate your contribution and are excited to review your changes. If you have any questions or need additional information, please don't hesitate to let us know. We look forward to working with you to improve vibey. Thanks again for your support!

If you want to keep contributing to open source and want to do it with a supportive and inclusive community, consider joining UniKonf. We help and encourage each other to make regular contributions to open source projects. If you have any questions, do not hesitate to ask. We look forward to having you as part of our community!

@vercel
Copy link

vercel bot commented Jul 30, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vibey ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 1, 2023 11:24am

Deepu178

This comment was marked as duplicate.

Copy link
Collaborator

@Deepu178 Deepu178 left a comment

Choose a reason for hiding this comment

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

you should check the errors.

@Anmol-Baranwal
Copy link
Contributor Author

you should check the errors.

Let me double check it. I will let you know.

@Anmol-Baranwal
Copy link
Contributor Author

I believe this would work. Earlier, I was trying to take issues into account, but I hadn't given read permission for the same. Due to this, an error was arising in the CI activity.

@Deepu178
Copy link
Collaborator

vibey-–-Deployment-Overview
@Anmol-Baranwal there was no issue with your code. you can checkout in above screen by building it locally.

@Anmol-Baranwal
Copy link
Contributor Author

vibey-–-Deployment-Overview @Anmol-Baranwal there was no issue with your code. you can checkout in above screen by building it locally.

Yeah, it is running as usual.
image

Copy link
Collaborator

@Deepu178 Deepu178 left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution @Anmol-Baranwal and looking for more contribution in gh actions.

@Deepu178 Deepu178 merged commit 23f6f44 into UniKonf:main Aug 1, 2023
3 checks passed
@Deepu178 Deepu178 added gssoc23 This label aids in the tracking of issues for octabot used by GSSoC'23 for tracking. level3 Level describing the difficulty nature of the raised issue labels Aug 1, 2023
@Anmol-Baranwal Anmol-Baranwal deleted the hack_analyse_title branch August 1, 2023 11:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc23 This label aids in the tracking of issues for octabot used by GSSoC'23 for tracking. level3 Level describing the difficulty nature of the raised issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Workflow to add labels to PR & issues by analyzing titles
2 participants