We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37ea38d commit 3b56610Copy full SHA for 3b56610
1 file changed
.github/workflows/auto-label-prs.yml
@@ -1,4 +1,5 @@
1
name: Auto label Pull Requests
2
+
3
on:
4
pull_request:
5
@@ -7,6 +8,7 @@ jobs:
7
8
if: github.repository == 'github/docs-internal'
9
runs-on: ubuntu-latest
10
steps:
11
+ # See labeling configuration in the `.github/labeler.yml` file
12
- uses: actions/labeler@5f867a63be70efff62b767459b009290364495eb
13
with:
14
repo-token: '${{ secrets.GITHUB_TOKEN }}'
0 commit comments