Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Validating PR Issue Checker Workflow (#697)
## Description Closes #671 This workflow ensures that every pull request description includes an associated issue number for better tracking and clarity. If the required format is not met, contributors will receive clear feedback on how to correct it. ## Error Case **When the PR description does not meet the required format (missing the issue reference):** - **PR description:** Fixed bug - **Output:** The PR description should include the issue number assigned to you.⚠️ ##[error]An issue reference like 'Fixed #<issue-number>' must be included in the description. ## Success - **PR description**: Fixed # or Issue number # or Closes # - **Output:** PR description is valid. All checks passed. ## Checklist <!-- [X] - put a cross/X inside [] to check the box --> - [x] I have gone through the [contributing guide](https://github.com/Anjaliavv51/Retro) - [x] I have updated my branch and synced it with project `main` branch before making this PR - [x] I have performed a self-review of my code - [x] I have tested the changes thoroughly before submitting this pull request. - [x] I have provided relevant issue numbers, screenshots, and videos after making the changes. - [x] I have commented my code, particularly in hard-to-understand areas. ## Additional context: @Anjaliavv51 please add all the necessary labels
- Loading branch information