You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Set up GitHub Actions to automate PR management tasks. Specifically, we need to:
Automatically label and assign reviewers to PRs.
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.
The text was updated successfully, but these errors were encountered:
Describe the task
Set up GitHub Actions to automate PR management tasks. Specifically, we need to:
Acceptance Criteria
Additional context
Back end PRs pertaining to the
data/
subdirectory should be reviewed by @zigouras, while front end PRs pertaining to the root directory andsrc/
should be reviewed by @CodeWritingCow.The text was updated successfully, but these errors were encountered: