Skip to content

Commit 0c321d5

Browse files
chrisburrweb-flow
authored andcommitted
sweep: #588 Re-enable labeler and fix configuration
1 parent 8753e39 commit 0c321d5

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/labeler.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
alsoTargeting:rel-v4r3:
1+
alsoTargeting:integration:
22
- "*"
33
- "**/*"

.github/workflows/labeler.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ jobs:
66
triage:
77
runs-on: ubuntu-latest
88
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 }}"
9+
- uses: actions/labeler@v3
10+
with:
11+
repo-token: "${{ secrets.PAT }}"

0 commit comments

Comments
 (0)