👷 add issue bot
This commit is contained in:
17
.github/workflows/issue_month_statistics.yml
vendored
Normal file
17
.github/workflows/issue_month_statistics.yml
vendored
Normal 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'
|
Reference in New Issue
Block a user