Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create weekly PRs containing commits from master #3

Open
7 tasks
CohenArthur opened this issue Feb 27, 2023 · 0 comments
Open
7 tasks

Create weekly PRs containing commits from master #3

CohenArthur opened this issue Feb 27, 2023 · 0 comments

Comments

@CohenArthur
Copy link
Member

  • 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?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant