Skip to content

Latest commit

 

History

History
89 lines (66 loc) · 2.66 KB

README.md

File metadata and controls

89 lines (66 loc) · 2.66 KB

🌝 There are currently some problems, which are temporarily unavailable. If there is an urgent need, please raise it in the issues.


📅 Issues Month Statistics

Create a issue to show month statistics by GitHub Actions

🚀 How to use?

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 statistics
  • count-comments: You can set 'true' to add comments statistics

emoji types

content emoji
+1 👍
-1 👎
laugh 😄
confused 😕
heart ❤️
hooray 🎉
rocket 🚀
eyes 👀

⚡ Feedback

You are very welcome to try it out and put forward your comments. You can use the following methods:

也欢迎加入 钉钉交流群

Changelog

CHANGELOG

LICENSE

MIT