diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml new file mode 100644 index 0000000..9c55c86 --- /dev/null +++ b/.github/workflows/labeler.yml @@ -0,0 +1,13 @@ +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