mirror of
https://github.com/SrIzan10/next-auth.git
synced 2026-05-01 10:55:20 +00:00
17 lines
331 B
YAML
17 lines
331 B
YAML
# https://github.com/actions/labeler#create-workflow
|
|
|
|
name: Label Pull Requests
|
|
|
|
on:
|
|
pull_request_target:
|
|
|
|
jobs:
|
|
prs:
|
|
name: Triage
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/labeler@v4
|
|
with:
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
|
configuration-path: ".github/pr-labeler.yml"
|