feat: implement pull request checks workflow and remove old time-to-review workflow#5
Merged
srajasimman merged 1 commit intomainfrom Apr 15, 2026
Merged
Conversation
4686836 to
d1ac01a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request consolidates and improves the GitHub Actions workflows for pull request checks. It merges the commit message validation and review time calculation into a single workflow file, simplifies permissions, and removes a redundant workflow file.
Workflow consolidation and improvements:
.github/workflows/validate-commits.ymlto.github/workflows/pull-request.ymland updated the workflow name to "Pull Request Checks" to better reflect its broader responsibilities.time-to-reviewto the consolidated workflow, which calculates the review time using thesrajasimman/time-to-review@v1action.issues: writefor broader integration capabilities..github/workflows/time-to-review.ymlworkflow file, as its functionality is included in the new consolidated workflow.