Skip to content

feat: implement pull request checks workflow and remove old time-to-review workflow#5

Merged
srajasimman merged 1 commit intomainfrom
feature/workflow-merge
Apr 15, 2026
Merged

feat: implement pull request checks workflow and remove old time-to-review workflow#5
srajasimman merged 1 commit intomainfrom
feature/workflow-merge

Conversation

@srajasimman
Copy link
Copy Markdown
Owner

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:

  • Renamed .github/workflows/validate-commits.yml to .github/workflows/pull-request.yml and updated the workflow name to "Pull Request Checks" to better reflect its broader responsibilities.
  • Added a new job time-to-review to the consolidated workflow, which calculates the review time using the srajasimman/time-to-review@v1 action.
  • Updated permissions in the workflow to add issues: write for broader integration capabilities.
  • Removed the now-redundant .github/workflows/time-to-review.yml workflow file, as its functionality is included in the new consolidated workflow.

@srajasimman srajasimman force-pushed the feature/workflow-merge branch from 4686836 to d1ac01a Compare April 15, 2026 19:34
@srajasimman srajasimman merged commit a2b49e9 into main Apr 15, 2026
2 checks passed
@srajasimman srajasimman deleted the feature/workflow-merge branch April 15, 2026 19:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant