зеркало из https://github.com/github/docs.git
15 строки
365 B
YAML
15 строки
365 B
YAML
name: Auto label Pull Requests
|
|
|
|
on:
|
|
pull_request:
|
|
|
|
jobs:
|
|
triage:
|
|
if: github.repository == 'github/docs-internal'
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
# See labeling configuration in the `.github/labeler.yml` file
|
|
- uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb
|
|
with:
|
|
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|