gear icon indicating copy to clipboard operation
gear copied to clipboard

ci(label): use fork-action instead of action script

Open clearloop opened this issue 1 year ago • 0 comments

Resolves #3661 Resolves #3821 Blocked by #3767

Migrates the action script of labeling to fork-action for saving the time of debugging, make the action a github repo can have these benefits

  • the action could be written in typescript
  • it can have its own CI for testing but not make our current repo more verbose and bigger
  • easier for version management

@reviewer-or-team

clearloop avatar Feb 29 '24 00:02 clearloop