v0.9.0 Windows: search_code times out after 180s; related parallel call shows ~180s dispatch wait; diagnostics lack per-call timing #610
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: Label actions | |
| # Posts a templated comment when a maintainer adds certain labels. | |
| # Behavior is configured in .github/label-actions.yml. Issues only. | |
| on: | |
| issues: | |
| types: [labeled, unlabeled] | |
| permissions: | |
| contents: read | |
| jobs: | |
| action: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write | |
| steps: | |
| - uses: dessant/label-actions@65225c179d3b2502f6eda7b3d15101a3f412366b # v5.0.3 | |
| with: | |
| process-only: issues |