1 changed files with 6 additions and 6 deletions
@ -13,9 +13,9 @@ jobs: |
|||||
issues: write # for github/issue-labeler to create or remove labels |
issues: write # for github/issue-labeler to create or remove labels |
||||
runs-on: ubuntu-latest |
runs-on: ubuntu-latest |
||||
steps: |
steps: |
||||
- uses: github/[email protected] |
- uses: github/[email protected] |
||||
with: |
with: |
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
repo-token: "${{ secrets.GITHUB_TOKEN }}" |
||||
configuration-path: .github/labeler.yml |
configuration-path: .github/labeler.yml |
||||
not-before: |
not-before: |
||||
enable-versioned-regex: 0 |
enable-versioned-regex: 0 |
||||
|
Loading…
Reference in new issue