Skip to content

Commit bbe3c08

Browse files
authored
Update label.yml
comment out labeler workflow
1 parent 903650f commit bbe3c08

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/label.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
# file with configuration. For more information, see:
66
# https://github.com/actions/labeler
77

8-
name: Labeler
9-
on: [pull_request]
8+
# name: Labeler
9+
# on: [pull_request]
1010

11-
jobs:
12-
label:
11+
# jobs:
12+
# label:
1313

14-
runs-on: ubuntu-latest
15-
permissions:
16-
contents: read
17-
pull-requests: write
14+
# runs-on: ubuntu-latest
15+
# permissions:
16+
# contents: read
17+
# pull-requests: write
1818

19-
steps:
20-
- uses: actions/labeler@v4
21-
with:
22-
repo-token: "${{ secrets.GITHUB_TOKEN }}"
19+
# steps:
20+
# - uses: actions/labeler@v4
21+
# with:
22+
# repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)