👷 add issue bot

This commit is contained in:
Xhofe
2022-02-14 20:03:42 +08:00
parent 146a544af3
commit 8a219d0732
3 changed files with 38 additions and 1 deletions

View File

@ -0,0 +1,17 @@
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-helper@v2
with:
actions: 'month-statistics'
token: ${{ secrets.GITHUB_TOKEN }}
count-lables: 'true'
count-comments: 'true'