[PATCH] D133476: [automation] Add scripts to automate GitHub projects
Tobias Hieta via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 8 00:25:13 PDT 2022
thieta created this revision.
thieta added reviewers: tstellar, kwk.
Herald added a project: All.
thieta requested review of this revision.
Herald added a project: LLVM.
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".
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D133476
Files:
llvm/utils/git/github-project.py
llvm/utils/git/sync-release-repo.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133476.458669.patch
Type: text/x-patch
Size: 13824 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220908/ace36da1/attachment.bin>
More information about the llvm-commits
mailing list