π 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
δΉζ¬’θΏε ε ₯ ιιδΊ€ζ΅ηΎ€