🌝 There are currently some problems, which are temporarily unavailable. If there is an urgent need, please raise it in the issues.
Create a issue to show month statistics by GitHub Actions
At 1 o'clock on the 1st of each month, an issue is generated for the statistics of the previous month.
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: '+1, -1'
labels: '1, 2'
assignees: '1'
Param | Desc | Type | Required |
---|---|---|---|
token | Action Token | string | ✖ |
labels | The labels for the new issue | string | ✖ |
assignees | The assignees for the new issue | string | ✖ |
count-lables | Whether the new issue count labels | string | ✖ |
count-comments | Whether the new issue count comments | string | ✖ |
emoji | Add emoji for the new issue | string | ✖ |
- The new issue title defaults to
[Current repo] Month Statistics: Year-Month
count-lables
: You can set'true'
to add labels statisticscount-comments
: You can set'true'
to add comments statistics
content | emoji |
---|---|
+1 |
👍 |
-1 |
👎 |
laugh |
😄 |
confused |
😕 |
heart |
❤️ |
hooray |
🎉 |
rocket |
🚀 |
eyes |
👀 |
You are very welcome to try it out and put forward your comments. You can use the following methods:
- Report bugs or consult with Issue
- Submit Pull Request to improve the code
也欢迎加入 钉钉交流群