We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8753e39 commit 0c321d5Copy full SHA for 0c321d5
.github/labeler.yml
@@ -1,3 +1,3 @@
1
-alsoTargeting:rel-v4r3:
+alsoTargeting:integration:
2
- "*"
3
- "**/*"
.github/workflows/labeler.yml
@@ -6,8 +6,6 @@ jobs:
6
triage:
7
runs-on: ubuntu-latest
8
steps:
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 }}"
+ - uses: actions/labeler@v3
+ with:
+ repo-token: "${{ secrets.PAT }}"
0 commit comments