-
-
Notifications
You must be signed in to change notification settings - Fork 211
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
Added Validation Workflow for Pull Request Content #1233
base: main
Are you sure you want to change the base?
Added Validation Workflow for Pull Request Content #1233
Conversation
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1233 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 10 10
Lines 373 373
Branches 94 94
=========================================
Hits 373 373 ☔ View full report in Codecov by Sentry. |
@abhayymishraa, can we test this here? Good job 🚀 |
yes @aialok would i make a try by not providing the issue |
Yes, lets try it. Just edit the PR body. |
Sure @aialok |
@aialok test is failing but the issue is i don't know why the comment is not appearing |
Basically, to add a comment when a pull request is created, edited, opened etc....you should use the |
sure @aialok i'll do it rn |
b96c1c0
to
7b0cfc3
Compare
@aialok and now it's not running that workflow ??.. but its working fine in the local so should i make a new pr or leave it.. just this would be enough |
c78621c
to
c28a3e3
Compare
@aialok i did a rebase on both the commit thought the test will run . I think a new pr will be a great option . |
@abhayymishraa This is because it executes with respect to the code on the base branch, and currently, the required code is not present on the base branch. I am currently occupied with some work. If you have tested this in your repository, you can attach the PR link. I will review it and get back to you. |
@aialok I have tested all the outcomes what will happen when a the body is not provided alongside with the PR. This test case will be failed . |
What kind of change does this PR introduce?
Issue Number:
Screenshots/videos:
If relevant, did you update the documentation?
N/A
Summary
This pull request introduces a GitHub Actions workflow that checks for essential information in pull requests. It ensures that contributors link relevant issues, answer key questions about their changes, and complete the checklist before submission. This enhancement aims to streamline the review process and improve communication regarding changes made in pull requests
Does this PR introduce a breaking change?
No, this PR does not introduce any breaking changes. It adds a new validation workflow without affecting existing functionality.