Browse Source

chore: linting

Daniel Gibbs 3 năm trước cách đây
mục cha
commit
b901412f9d
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      .github/workflows/labeler.yml

+ 6 - 6
.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/issue-labeler@v2.5
-      with:
-        repo-token: "${{ secrets.GITHUB_TOKEN }}"
-        configuration-path: .github/labeler.yml
-        not-before:
-        enable-versioned-regex: 0
+      - uses: github/issue-labeler@v2.5
+        with:
+          repo-token: "${{ secrets.GITHUB_TOKEN }}"
+          configuration-path: .github/labeler.yml
+          not-before:
+          enable-versioned-regex: 0