[CSS] support contain-intrinsic-size: auto none #2306
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: "Label issues by MDN URL or other regex match in issue description" | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
issue-labeler: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: github/[email protected] | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
configuration-path: .github/issue-regex-labeler.yml | |
enable-versioned-regex: 0 |