We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c51e1 commit c969be4Copy full SHA for c969be4
.github/workflows/labeler.yml
@@ -6,6 +6,8 @@ jobs:
6
triage:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/labeler@v3
10
- with:
11
- repo-token: "${{ secrets.PAT }}"
+ - run: |
+ # Skiped for now: Error: HttpError: Must have admin rights to Repository
+ # uses: actions/labeler@v3
12
+ # with:
13
+ # repo-token: "${{ secrets.PAT }}"
0 commit comments