ci: Add conventional commit check for PRs#497
Conversation
| # You may pin to the exact commit or the version. | ||
| # uses: amannn/action-semantic-pull-request@db6e259b93f286e3416eef27aaae88935d16cf2e | ||
| uses: amannn/action-semantic-pull-request@v3.4.0 |
There was a problem hiding this comment.
should we rely on this external repository or fork it under Unity-Technologies (and keep it up-to-date with the original repo when needed)? Personally, I'd suggest the latter.
There was a problem hiding this comment.
Would you settle for a specific commit hash instead of a fork? You can't reference actions from private repos without a bunch of partial workarounds, and getting approval for another public repo is a very slow and involved process.
There was a problem hiding this comment.
ugh sure, my point was "what if repo goes away?" but I think I'm fine with this too (this-is-fine emoji here)
There was a problem hiding this comment.
Referencing a specific commit hash now. Also added an (intentionally vague) comment about having a mirror of the repo on Unity github.
- Update the Conventional PR github action to reference a specific commit hash - Added note about internal mirror in case the public repo is ever destroyed
No description provided.