Wei He

Results 148 comments of Wei He

I believe you're asking for one-off user triggered branch deletion? I don't think that's a use-case `git-sync` will support at this time. You can look into `actions/checkout` which lets you...

Ahh, I see. Thanks for explaining that!! I agree adding an option to force sync all refs while deleting all the missing refs would be a good feature to have...

Sorry, I'm not too familiar with `--update-head-ok`. Could you please explain to me what this is, what it is for, how this applies to the issue in question, and write...

![](https://user-images.githubusercontent.com/5880908/28181458-afc59e4c-67d6-11e7-871a-2cfc16592bde.gif)

Changing the interface from `zt0` to `eth0` worked for me. eth0 is the default interface name in alpine.

You can try to manually set $GITHUB_REPOSITORY environment variable as this is what our action uses. If GitHub doesn't allow it you can create a PR to add it as...

Yep, that's what I figured, we'll need a new input `pr_repository` or something similar.

@sparksp Once pr_repository PR is in, you can write a small script to figure out the origin repo and provide it in a variable

@montanaflynn Does Does #59 fit your needs? It adds support to specify repository to make PR. We need some help with testing on that PR in order to merge it~