diff --git a/.github/labeler.yml b/.github/labeler.yml index 2694e72..8ca6aad 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,3 +6,4 @@ CSS: source/css/**/* 📖 Docs: docs/**/* Layout: layout/**/* 🌍 i18n: languages/**/* +Actions: .github/workflows/**/* diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index dd8be08..1203929 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -13,6 +13,7 @@ jobs: with: ref: master - name: Label Commenter - uses: peaceiris/actions-label-commenter@v1 + # Exclude https://github.com/peaceiris/actions-label-commenter/pull/316 + uses: peaceiris/actions-label-commenter@v1.7.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} diff --git a/package.json b/package.json index 7da8359..ef40a97 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,7 @@ "stylint": "stylint source/css/", "test": "mocha test/index.js" }, - "repository": { - "type": "git", - "url": "git+https://github.com/next-theme/hexo-theme-next.git" - }, + "repository": "next-theme/hexo-theme-next", "keywords": [ "hexo", "theme",