MQE: fix incorrect query results or "found duplicate series for the match group" errors when binary operation has unsorted labels in on
#47
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: Add to docs project | |
on: | |
issues: | |
types: [labeled] | |
pull_request: | |
types: [labeled] | |
jobs: | |
main: | |
if: ${{ github.event.label.name == 'type/docs' }} | |
permissions: | |
contents: read | |
id-token: write | |
runs-on: ubuntu-latest | |
steps: | |
- uses: grafana/writers-toolkit/add-to-docs-project@add-to-docs-project/v1 |