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

Add reusable Action for commit message checks #2

Merged
merged 1 commit into from
Sep 9, 2024
Merged

Conversation

EzraBrooks
Copy link
Member

@EzraBrooks EzraBrooks commented Sep 5, 2024

Closes #1.

This PR creates a "composite action" we can reference in a one-liner in our other repositories like so:

- uses: space-ros/check-commit-message-action@main

which will automatically fail PRs that do not include an issue number in every commit, and log a message saying which commit is missing an issue number.

@EzraBrooks EzraBrooks force-pushed the add-action branch 2 times, most recently from 446bb63 to 43e5979 Compare September 5, 2024 02:40
@EzraBrooks
Copy link
Member Author

@EzraBrooks
Copy link
Member Author

@EzraBrooks EzraBrooks marked this pull request as ready for review September 5, 2024 02:42
@EzraBrooks EzraBrooks force-pushed the add-action branch 2 times, most recently from 078af60 to 7e4c2f8 Compare September 5, 2024 02:44
@EzraBrooks EzraBrooks merged commit 7ae0819 into main Sep 9, 2024
1 check passed
@Bckempa Bckempa added this to the jazzy-2024.10.0 milestone Sep 15, 2024
@mkhansenbot mkhansenbot deleted the add-action branch September 17, 2024 22:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Create a composite action that checks for the presence of an issue number in each commit
3 participants