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

Implement GitHub PR Issue Checker Workflow #113

Merged
merged 1 commit into from
Oct 18, 2024

Conversation

smog-root
Copy link
Contributor

Fixes: #112

Usage:

  1. When a pull request is created or edited, the workflow automatically triggers.

  2. The workflow checks for:

  • A non-empty PR description.
  • A valid issue reference format (Fixes #<issue-number> or Fixes #NEW).
  1. If either check fails, the PR will be marked as failing, and the author will receive clear error messages in the PR comments.
  2. If all checks pass, a confirmation message will indicate that the PR is valid.

Note: Kindly add all the labels added to the issue, to this PR!

@jinx-vi-0 jinx-vi-0 added good first issue Good for newcomers gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level1 gssoc: level 1 labels Oct 17, 2024
@smog-root
Copy link
Contributor Author

merge it bro! @jinx-vi-0

@jinx-vi-0 jinx-vi-0 merged commit a24353e into jinx-vi-0:main Oct 18, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers gssoc-ext GSSoC'24 Extended hacktoberfest-accepted hacktoberfest 2024 level1 gssoc: level 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants