Skip to content
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

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

Closed
jcfr opened this issue Aug 20, 2024 · 0 comments · Fixed by #66
Closed

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

jcfr opened this issue Aug 20, 2024 · 0 comments · Fixed by #66
Labels
enhancement New feature or request

Comments

@jcfr
Copy link
Collaborator

jcfr commented Aug 20, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant