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

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

Closed
EzraBrooks opened this issue Sep 5, 2024 · 0 comments · Fixed by #2
Closed
Assignees
Labels
enhancement New feature or request

Comments

@EzraBrooks
Copy link
Member

Feature description

This is annoying to do manually in each PR review! Make a composite action in this repository and reference it in each major space-ros project repository.

Implementation considerations

I looked at a variety of different "commit linters", but most of them do more than what we want. It's simple enough to just implement this as a little regular expression check in the beginning, then replace it with something beefier later if desired.

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
Status: Done
Development

Successfully merging a pull request may close this issue.

2 participants