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

DevOps: automate PR management tasks #791

Closed
3 tasks
nlebovits opened this issue Jul 18, 2024 · 1 comment
Closed
3 tasks

DevOps: automate PR management tasks #791

nlebovits opened this issue Jul 18, 2024 · 1 comment
Assignees
Labels

Comments

@nlebovits
Copy link
Collaborator

Describe the task

Set up GitHub Actions to automate PR management tasks. Specifically, we need to:

  1. Automatically label and assign reviewers to PRs.
  2. Flag (but not close) PRs that are more than a week old.

Acceptance Criteria

  • A GitHub Action is created that automatically assigns labels and reviewers when a PR is opened.
  • A GitHub Action is created that flags PRs that are older than 7 days with a "stale" label.
  • Both actions are tested and confirmed to be working as expected.

Additional context

Back end PRs pertaining to the data/ subdirectory should be reviewed by @zigouras, while front end PRs pertaining to the root directory and src/ should be reviewed by @CodeWritingCow.

@nlebovits nlebovits self-assigned this Jul 19, 2024
@nlebovits nlebovits moved this from To Do to In Development in Clean & Green Philly Jul 19, 2024
@nlebovits
Copy link
Collaborator Author

closed by #795

@github-project-automation github-project-automation bot moved this from In Development to Live in Clean & Green Philly Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Archived in project
Development

No branches or pull requests

1 participant