This issue was automatically closed because the title was left as the default, and a summary was not added. #6
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
# Labels issues by BCD key, MDN URL or other regex match in issue description. | |
name: Issue Labeler | |
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 |