Files
alist/.github/workflows/issue_month_statistics.yml
Xhofe 8a219d0732 👷 add issue bot
2022-02-14 20:03:42 +08:00

17 lines
370 B
YAML

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'