瀏覽代碼

chore: linting

Daniel Gibbs 3 年之前
父節點
當前提交
b901412f9d
共有 1 個文件被更改,包括 6 次插入6 次删除
  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