Update actions

This commit is contained in:
Mimi 2020-11-30 01:23:36 +08:00
parent 2671c0a512
commit 8c141d1f0c
3 changed files with 4 additions and 5 deletions

1
.github/labeler.yml vendored
View File

@ -6,3 +6,4 @@ CSS: source/css/**/*
📖 Docs: docs/**/* 📖 Docs: docs/**/*
Layout: layout/**/* Layout: layout/**/*
🌍 i18n: languages/**/* 🌍 i18n: languages/**/*
Actions: .github/workflows/**/*

View File

@ -13,6 +13,7 @@ jobs:
with: with:
ref: master ref: master
- name: Label Commenter - 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: with:
github_token: ${{ secrets.GITHUB_TOKEN }} github_token: ${{ secrets.GITHUB_TOKEN }}

View File

@ -8,10 +8,7 @@
"stylint": "stylint source/css/", "stylint": "stylint source/css/",
"test": "mocha test/index.js" "test": "mocha test/index.js"
}, },
"repository": { "repository": "next-theme/hexo-theme-next",
"type": "git",
"url": "git+https://github.com/next-theme/hexo-theme-next.git"
},
"keywords": [ "keywords": [
"hexo", "hexo",
"theme", "theme",