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 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…
Cancel
Save