Manifest v3 problems: ability to update the set-cookie header in response headers and also set dynamic header values #208
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/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/labeler.yml | |
enable-versioned-regex: 0 |