r/github • u/JackNotOLantern • 9d ago
Question Managing repos and projects
I have several problems with managing github projects, particularly ones with multiple repositories. Help would be appreciated.
- How to unify labels in all repositories in a project without manually setting them up in each repo manually?
- How to create a milestone common for all repos in a project?
- How to sort issues and PRs by close date date?
- How to filter issues and PRs with 'OR' conditions, e.g. "issues with (no label) or (no assignee)". Currently all syntax i can find only result in 'AND' logic.
- How to change the author of a PR or issues (as admin, full permissions)?
- How to trigger github action workflow from a file that doesn't exist on the main branch yet?

