Two new scripts that will later be called from github-actions:
- github-project.py is using GitHub GraphQL API to query and change the github projects board we use. This can show all the issues in the project and add new issues to the project.
- sync-release-repo.sh is a bash script that syncs llvm/llvm-project and llvm/llvm-project-release-prs and optionally merges the PR's that are marked as "Needs Merge".
I would love to see those queries in their own files. Then we can call them manually and verify them using tools etc. But I see that this query itself comes from here: https://docs.github.com/en/issues/planning-and-tracking-with-projects/automating-your-project/automating-projects-using-actions#example-workflow-authenticating-with-a-github-app, right?