Hey, what do you reckon about allowing the action to be triggered when a label gets added? I have a label that I'd like to change my env vars.
Current flow
- Open PR
- Action runs
- User manually adds label
- Push another commit
- Action runs with label based on env var
Proposed flow
- Open PR
- Action runs
- User manually adds label
- Action runs with label based on env var
- Push another commit
- Action runs with label based on env var
Hey, what do you reckon about allowing the action to be triggered when a label gets added? I have a label that I'd like to change my env vars.
Current flow
Proposed flow