Re-factor `commit-message.yml` workflow to reuse Slicer workflow
Closed this issue · 0 comments
jcfr commented
After the integration of Slicer pull-request Slicer/Slicer#7898, refactor the existing commit-message.yml
workflows to leverage the reusable workflow.
The existing workflow should be updated to use a syntax similar to the following:
jobs:
check-commit-message:
uses: Slicer/Slicer/.github/workflows/commit-message.yml@<SHA>
Replace <SHA>
with the appropriate commit hash corresponding to the merged pull request.