fix: validate post-processed histograms #130
Workflow file for this run
This file contains hidden or 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: Blocking Issues and PRs | |
| on: | |
| issues: | |
| types: [opened, edited, deleted, transferred, closed, reopened] | |
| pull_request_target: | |
| types: [opened, edited, closed, reopened] | |
| jobs: | |
| blocking_issues: | |
| runs-on: ubuntu-latest | |
| name: Checks for blocking issues | |
| steps: | |
| - uses: Levi-Lesches/blocking-issues@v2 | |
| with: | |
| # Optional: Choose an existing label to use instead of creating a new one. | |
| # If the label cannot be found, the default one will be created and used. | |
| # The default is: "blocked" (black). | |
| use-label: "blocked by another" |