Skip to content

Commit 3b56610

Browse files
authored
Add comment about labeling configuration to that workflow (#17797)
1 parent 37ea38d commit 3b56610

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/auto-label-prs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Auto label Pull Requests
2+
23
on:
34
pull_request:
45

@@ -7,6 +8,7 @@ jobs:
78
if: github.repository == 'github/docs-internal'
89
runs-on: ubuntu-latest
910
steps:
11+
# See labeling configuration in the `.github/labeler.yml` file
1012
- uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb
1113
with:
1214
repo-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)