Browse Source
Merge branch 'master' into release/v23.7.0
pull/4403/head
Daniel Gibbs
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.github/workflows/labeler.yml
|
|
@ -14,7 +14,7 @@ jobs: |
|
|
|
runs-on: ubuntu-latest |
|
|
|
steps: |
|
|
|
- name: Issue Labeler |
|
|
|
uses: github/issue-labeler@v3.2 |
|
|
|
uses: github/issue-labeler@v3.3 |
|
|
|
with: |
|
|
|
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
configuration-path: .github/labeler.yml |
|
|
|