Skip to content

Commit c969be4

Browse files
committed
fix: skip labeler bacause errors
fix: skip labeler
1 parent 43c51e1 commit c969be4

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/labeler.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/labeler@v3
10-
with:
11-
repo-token: "${{ secrets.PAT }}"
9+
- run: |
10+
# Skiped for now: Error: HttpError: Must have admin rights to Repository
11+
# uses: actions/labeler@v3
12+
# with:
13+
# repo-token: "${{ secrets.PAT }}"

0 commit comments

Comments
 (0)