You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
degoogle/.github/workflows/labeler.yml

14 lines
274 B
YAML

name: RegEx Issue Labeler
on:
issues:
types: [opened, edited]
jobs:
add_label:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v2.1
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml