mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 08:33:20 +00:00
Add pull request labeler
This commit is contained in:
23
.github/labeler.yml
vendored
Normal file
23
.github/labeler.yml
vendored
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
repo:
|
||||||
|
- '*'
|
||||||
|
|
||||||
|
github:
|
||||||
|
- .github/**/*
|
||||||
|
|
||||||
|
application:
|
||||||
|
- application/**/*
|
||||||
|
|
||||||
|
docs:
|
||||||
|
- docs/**/*
|
||||||
|
|
||||||
|
extensions:
|
||||||
|
- extensions/**/*
|
||||||
|
|
||||||
|
frontend:
|
||||||
|
- frontend/**/*
|
||||||
|
|
||||||
|
scripts:
|
||||||
|
- scripts/**/*
|
||||||
|
|
||||||
|
tests:
|
||||||
|
- tests/**/*
|
||||||
15
.github/workflows/labeler.yml
vendored
Normal file
15
.github/workflows/labeler.yml
vendored
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
# https://github.com/actions/labeler
|
||||||
|
name: Pull Request Labeler
|
||||||
|
on:
|
||||||
|
- pull_request_target
|
||||||
|
jobs:
|
||||||
|
triage:
|
||||||
|
permissions:
|
||||||
|
contents: read
|
||||||
|
pull-requests: write
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v4
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
sync-labels: true
|
||||||
Reference in New Issue
Block a user