-
Notifications
You must be signed in to change notification settings - Fork 216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create monthly-issue-metircs.yml #862
Conversation
WalkthroughTwo new GitHub Actions workflows, Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant GitHub Actions
participant Issue Metrics Action
participant Issue Creation Action
User->>GitHub Actions: Trigger issue metrics workflow
GitHub Actions->>GitHub Actions: Calculate previous month's date range
GitHub Actions->>Issue Metrics Action: Gather metrics for opened issues
Issue Metrics Action-->>GitHub Actions: Return opened issues metrics
GitHub Actions->>Issue Creation Action: Create issue for opened issues
GitHub Actions->>Issue Metrics Action: Gather metrics for closed issues
Issue Metrics Action-->>GitHub Actions: Return closed issues metrics
GitHub Actions->>Issue Creation Action: Create issue for closed issues
User->>GitHub Actions: Trigger PR metrics workflow
GitHub Actions->>GitHub Actions: Calculate previous month's date range
GitHub Actions->>Issue Metrics Action: Gather metrics for opened PRs
Issue Metrics Action-->>GitHub Actions: Return opened PRs metrics
GitHub Actions->>Issue Creation Action: Create issue for opened PRs
GitHub Actions->>Issue Metrics Action: Gather metrics for closed PRs
Issue Metrics Action-->>GitHub Actions: Return closed PRs metrics
GitHub Actions->>Issue Creation Action: Create issue for closed PRs
Recent review detailsConfiguration used: .coderabbit.yaml Files selected for processing (2)
Files skipped from review due to trivial changes (1)
Additional comments not posted (4)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add Documentation and Community
|
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Description
Adding a github action workflow that will generate a report around the metrics for the issues in that month.