ci: temporarily use self-modified issue-helper

pull/1604/head
Noah Hsu 2022-08-07 21:03:37 +08:00
parent 1fd4ebe53e
commit ccce6a30bb
4 changed files with 3 additions and 19 deletions

View File

@ -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 }}

View File

@ -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 }}

View File

@ -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'

View File

@ -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 }}