mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
18 lines
395 B
YAML
18 lines
395 B
YAML
name: Issue Month Statistics
|
|
|
|
on:
|
|
schedule:
|
|
- cron: '0 1 1 * *'
|
|
|
|
jobs:
|
|
month-statistics:
|
|
runs-on: ubuntu-latest
|
|
if: ${{ github.repository_owner == 'element-plus' }}
|
|
steps:
|
|
- name: month-statistics
|
|
uses: actions-cool/issues-helper@v2
|
|
with:
|
|
actions: 'month-statistics'
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
count-lables: 'true'
|