Ability to define an alternative toolbar icon visual when an allowAllRequests DNR rule is in effect in top frame
#341
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: "Needs Triage" | |
| on: | |
| issues: | |
| types: [opened] | |
| jobs: | |
| triage: | |
| if: github.event.issue.labels[0] == null | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: github/issue-labeler@v3.4 | |
| with: | |
| repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
| configuration-path: .github/labeler.yml | |
| enable-versioned-regex: 0 |