mirror of
https://github.com/next-theme/hexo-theme-next.git
synced 2026-01-18 18:33:42 +00:00
Update actions
This commit is contained in:
parent
2671c0a512
commit
8c141d1f0c
1
.github/labeler.yml
vendored
1
.github/labeler.yml
vendored
@ -6,3 +6,4 @@ CSS: source/css/**/*
|
|||||||
📖 Docs: docs/**/*
|
📖 Docs: docs/**/*
|
||||||
Layout: layout/**/*
|
Layout: layout/**/*
|
||||||
🌍 i18n: languages/**/*
|
🌍 i18n: languages/**/*
|
||||||
|
Actions: .github/workflows/**/*
|
||||||
|
|||||||
3
.github/workflows/label-commenter.yml
vendored
3
.github/workflows/label-commenter.yml
vendored
@ -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 }}
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user