KitwareMedical / SlicerCustomAppTemplate

Template to be used as a starting point for creating a custom 3D Slicer application
Apache License 2.0
51 stars 23 forks source link

Re-factor `commit-message.yml` workflow to reuse Slicer workflow #65

Closed jcfr closed 2 months ago

jcfr commented 2 months ago

After the integration of Slicer pull-request https://github.com/Slicer/Slicer/pull/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.