feat(log_to_metric transform): support tags expansion similar to labels expansion
for loki sink
#10413
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Remove Awaiting Author Label | |
on: | |
pull_request: | |
types: [synchronize, review_requested] | |
jobs: | |
remove_label: | |
runs-on: ubuntu-24.04 | |
timeout-minutes: 5 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: actions-ecosystem/action-remove-labels@v1 | |
with: | |
labels: "meta: awaiting author" |