Skip to content

:any-link matching <link> should not be described as "privacy" #634

:any-link matching <link> should not be described as "privacy"

:any-link matching <link> should not be described as "privacy" #634

# Labels issues by BCD key, MDN URL or other regex match in issue description.
name: Issue Labeler
on:
issues:
types: [opened]
permissions:
contents: read
issues: write
jobs:
issue-labeler:
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
configuration-path: .github/issue-regex-labeler.yml
enable-versioned-regex: 0
include-title: 1
repo-token: "${{ secrets.GITHUB_TOKEN }}"