mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
* chore: clean up stalebot config * chore: introduce issue labeler bot * chore: clean up PR labeler bot * chore: clean up bug report process * chore: add space * chore: add links to docs in provider/adapter issue templates * chore: add triage label to feature request issue template
19 lines
387 B
YAML
19 lines
387 B
YAML
# https://github.com/github/issue-labeler#create-workflow
|
|
|
|
name: Label issues
|
|
|
|
on:
|
|
issues:
|
|
types: [opened]
|
|
|
|
jobs:
|
|
triage:
|
|
name: Triage
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: github/issue-labeler@v2.4.1
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: ".github/issue-labeler.yml"
|
|
enable-versioned-regex: 0
|