sindresorhus/refined-github

Turn fork PR into local branch PR that can run CI with secrets #3434

janpio posted onGitHub

Github Actions does not allow running CI for PRs from forks, as a user could extract secrets and other credentials by sending them to a remote location in the code. That makes sense and is a good default.

But sometimes it would be neat to be able to do that anyway: The diff of the PR is small enough to be reviewed, and then you are just missing a button to trigger that CI to double check that your tests are still passing.

An example: https://github.com/prisma/e2e-tests/pull/664

Refined Github could offer a button "Turn fork PR into local PR" or similar, that creates a new PR with the same code changes as the PR from the fork, a "closes #123" for the original PR and adds appropriate Co-Authored by attribution to the commit message or PR content.

This PR would get a normal CI run and could be safely merged with confidence.


@janpio has funded $10.00 to this issue.


posted by issuehunt-app[bot] over 4 years ago

The easiest way (I can think of) to accomplish this is, one API call at a time:

  1. Create a branch on origin
  2. Change the PR base to that new branch
  3. Merge the current PR into it, possibly as a "rebase" so commits are preserved
  4. Open a new PR from that new branch

This is a niche and substantial feature, which is a bad combination as far as Refined GitHub is concerned. It's a 👎 for me

posted by fregante over 4 years ago

@sindresorhus has cancelled @janpio's funding for this issue.(Cancelled amount: $10.00) See it on IssueHunt

posted by issuehunt-app[bot] about 4 years ago

Fund this Issue

$0.00
Funded

Pull requests

Recent activities

sindresorhus cancelled funding 10.00 for  sindresorhus/ refined-github#3434
about 4 years ago
janpio funded 10.00 for sindresorhus/refined-github# 3434
over 4 years ago