Browse Source

chore: linting

pull/3745/merge
Daniel Gibbs 2 years ago
parent
commit
b901412f9d
  1. 12
      .github/workflows/labeler.yml

12
.github/workflows/labeler.yml

@ -13,9 +13,9 @@ jobs:
issues: write # for github/issue-labeler to create or remove labels
runs-on: ubuntu-latest
steps:
- uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
not-before:
enable-versioned-regex: 0
- uses: github/[email protected]
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/labeler.yml
not-before:
enable-versioned-regex: 0

Loading…
Cancel
Save