Proposal: Add RuleCondition to declarativeNetRequest that can check the headers #209
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: "Needs Triage" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
triage: | |
if: github.event.issue.labels[0] == null | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/issue-labeler@v2.5 | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 |