foundation-model-stack / fms-hf-tuning

🚀 Collection of tuning recipes with HuggingFace SFTTrainer and PyTorch FSDP.
Apache License 2.0
28 stars 48 forks source link

ci: add a github workflow to label pull requests based on their title #298

Closed HarikrishnanBalagopal closed 2 months ago

HarikrishnanBalagopal commented 3 months ago

Description of the change

Related issue number

How to verify the PR

Was the PR tested

ashokponkumar commented 3 months ago

@Ssukriti @anhuong If we are comfortable with this we can merge.

  1. It puts a message like https://github.com/konveyor/move2kube/pull/1191#issuecomment-2264954757 as soon as a PR is created.
  2. It creates an action which will fail if it does not have ['feat', 'fix', 'docs', 'style', 'refactor', 'perf', 'test', 'build', 'ci', 'chore', 'revert'] as the prefix of the PR.