Skip to content
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

MVP for GitHub Actions (GHA) #1

Open
8 tasks
Aveline-art opened this issue Aug 28, 2021 · 1 comment
Open
8 tasks

MVP for GitHub Actions (GHA) #1

Aveline-art opened this issue Aug 28, 2021 · 1 comment

Comments

@Aveline-art
Copy link
Member

Aveline-art commented Aug 28, 2021

Overview

As a user of GHAs, I want the team-analytics GHA to be usable across multiple repositories. For this issue, we are compiling a list of all MVP requirements.

Action Items

  • The data must be stored in the repository, in a JSON format.
  • The data must update whenever there is activity regarding an issue or PR.
    • Activity includes: when an issue is opened, when an issue is assigned, when a pr is made, and when an issue is closed.
  • The data must create charts at regular intervals (perhaps per month).
    • The charts can either be stored in the repo, or in an issue.
  • There must be a configuration file or some sort of configuration that makes it customizable for the future, and new features are easy to add.
  • To save bandwidth, the initial data creation must be done with graphql
    • Subsequent actions can use either graphql or the API.

Resources/Instructions

Events that trigger workflows
Workflow syntax for GitHub Actions
actions/github-script
GitHub RESTAPI
GitHub GraphQL
Building and testing Python
actions/setup-python

@Samhitha444
Copy link
Member

Samhitha444 commented Sep 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: New Issue Approval
Development

No branches or pull requests

4 participants