Rust-GCC/gerris

Create weekly PRs containing commits from `master`

Opened this issue · 0 comments

  • Add a subcommand to gerris (gerris upstream?)
  • Figure out way to fetch commits
    • Keep hash of last commit upstreamed?
    • Upstream all commits between gcc-patch-dev and master?
      • git log <last gcc-patch-dev commit on master>..master --no-merges -- gcc/{,testsuite}/rust > rev-list
      • This might create a lot of commits in one PR
        • That's probably fine :)
  • Add gccrs: prefix to each commit
  • Build and test each commit? Or is that part of the CI?
  • How to create a PR to github?
  • How to add the proper labels?
  • How to ask for the proper reviewers?