mirror of https://github.com/Xhofe/alist
ci: temporarily use self-modified issue-helper
parent
1fd4ebe53e
commit
ccce6a30bb
|
@ -19,7 +19,7 @@ jobs:
|
||||||
Hello @${{ github.event.issue.user.login }}, your issue is a duplicate and will be closed.
|
Hello @${{ github.event.issue.user.login }}, your issue is a duplicate and will be closed.
|
||||||
你好 @${{ github.event.issue.user.login }},你的issue是重复的,将被关闭。
|
你好 @${{ github.event.issue.user.login }},你的issue是重复的,将被关闭。
|
||||||
- name: Close issue
|
- name: Close issue
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: Xhofe/issues-helper@main
|
||||||
with:
|
with:
|
||||||
actions: 'close-issue'
|
actions: 'close-issue'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
Hello @${{ github.event.issue.user.login }}, your issue is invalid and will be closed.
|
Hello @${{ github.event.issue.user.login }}, your issue is invalid and will be closed.
|
||||||
你好 @${{ github.event.issue.user.login }},你的issue无效,将被关闭。
|
你好 @${{ github.event.issue.user.login }},你的issue无效,将被关闭。
|
||||||
- name: Close issue
|
- name: Close issue
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: Xhofe/issues-helper@main
|
||||||
with:
|
with:
|
||||||
actions: 'close-issue'
|
actions: 'close-issue'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
@ -1,16 +0,0 @@
|
||||||
name: Issue Month Statistics
|
|
||||||
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: "0 1 1 * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
month-statistics:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- name: month-statistics
|
|
||||||
uses: actions-cool/issues-month-statistics@v1
|
|
||||||
with:
|
|
||||||
count-lables: true
|
|
||||||
count-comments: true
|
|
||||||
emoji: 'eyes'
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
Hello @${{ github.event.issue.user.login }}, this issue will not be worked on and will be closed.
|
Hello @${{ github.event.issue.user.login }}, this issue will not be worked on and will be closed.
|
||||||
你好 @${{ github.event.issue.user.login }},这不会被处理,将被关闭。
|
你好 @${{ github.event.issue.user.login }},这不会被处理,将被关闭。
|
||||||
- name: Close issue
|
- name: Close issue
|
||||||
uses: actions-cool/issues-helper@v2
|
uses: Xhofe/issues-helper@main
|
||||||
with:
|
with:
|
||||||
actions: 'close-issue'
|
actions: 'close-issue'
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
Reference in New Issue