Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Simplify check-label workflow (#5033)
## Which problem is this PR solving? Fixes a deprecation in the workflow as [outlined here](jaegertracing/jaeger-ui#2067) ## Description of the changes Removed the `set-output` command in favor of the new environment variable by GitHub. ## How was this change tested? NA ## Checklist - [X] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [X] I have signed all commits - [X] I have added unit tests for the new functionality - [X] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `yarn lint` and `yarn test` --------- Signed-off-by: Eshaan Aggarwal <96648934+EshaanAgg@users.noreply.github.com>
- Loading branch information