gear
gear copied to clipboard
ci(label): use fork-action instead of action script
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