-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Closed
Copy link
Description
Problem
We need to automatically add issues and PRs to the project board across all tracked repositories. GitHub's built-in automation is limited to 5 repos.
Proposed Solution
Deploy a reusable workflow from RequestNetwork/.github to all tracked repositories. The workflow:
- Adds issues to the project board when opened
- Adds PRs to the project board when opened (only if they don't have linked issues)
TODO
- Disable the 5 repo-auto-add automation rules in the GitHub Project settings (to avoid duplicates)
PRs
This issue tracks the deployment PRs across all repos. Individual PRs should not be on the project board - only this tracking issue.
Related
- Reusable workflow: https://github.com/RequestNetwork/.github
- Future enhancement for fork PRs: .github - Support adding fork PRs to project board .github#1
coderabbitai
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
✅ Done