Wei He

Results 148 comments of Wei He

@leethree @SionAbes Perhaps you guys can help test for backwards compatibility and new features

`GITHUB_TOKEN` works well for repos without workflows.

@jeremymeyers Thanks for noticing. Looks like these two should be removed ⬇️ . @zeke could you get someone to help with this 😃 ? ![image](https://user-images.githubusercontent.com/5880908/108274120-7767be80-7142-11eb-906c-242fb1d2b006.png)

Thanks for the detailed issue. We didn't want to error when prs failed to be created because you could have permission but there just weren't any changes between the branches....

The action let's you define source and destination branches. There are cases when someone might run this on a schedule and ignore errors when a pr can't be created due...

[This](https://stackoverflow.com/questions/1668649/how-to-keep-quotes-in-bash-arguments#answer-39463371) might be the way to go. PR welcome if anyone has time! Excerpt When expanding a variable via `${variable@Q}`: The expansion is a string that is the value of...

Thanks for your inputs 😃 PR welcome if any of you have time. Potential solution is in my last comment~

Hi thanks for opening the issue. Please confirm whether your domain has a valid certificate installed. or do you have it under http only?

Sounds like that is the reason. I'm not quite sure the right solution to this, and this must happen to all docker based actions trying to access your instance. :...

Try to use a PAT with admin:org(read:org) scope See https://github.community/t/bug-github-action-cannot-assign-teams/131186