Skip to content

[discard] πŸ“… Create a issue to show month statistics by GitHub Actions

License

Notifications You must be signed in to change notification settings

actions-cool/issues-month-statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌝 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

About

[discard] πŸ“… Create a issue to show month statistics by GitHub Actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published