We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
The Rust Auto Format workflow fails when running on pull requests made by another user.
Expected behavior
There may be a permission or repository confusion issue here. The check should be lenient if it can't modify the PR branch.
Screenshots
Error log excerpt:
Fetching the repository /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/structopt-for-h*:refs/remotes/origin/structopt-for-h* +refs/tags/structopt-for-h*:refs/tags/structopt-for-h* The process '/usr/bin/git' failed with exit code 1 Waiting 12 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/structopt-for-h*:refs/remotes/origin/structopt-for-h* +refs/tags/structopt-for-h*:refs/tags/structopt-for-h* The process '/usr/bin/git' failed with exit code 1 Waiting 18 seconds before trying again /usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/structopt-for-h*:refs/remotes/origin/structopt-for-h* +refs/tags/structopt-for-h*:refs/tags/structopt-for-h* Error: The process '/usr/bin/git' failed with exit code 1
please complete the following information:
rustc --version
Additional context
See also: Tamschi/reserde#31
The text was updated successfully, but these errors were encountered:
Deactivated Rust Auto Format workflow for pull requests
98d8552
This is a preliminary fix for #36 so that the workflow doesn't get in the way. I'd like to eventually still have it.
62f3119
No branches or pull requests
Describe the bug
The Rust Auto Format workflow fails when running on pull requests made by another user.
Expected behavior
There may be a permission or repository confusion issue here.
The check should be lenient if it can't modify the PR branch.
Screenshots
Error log excerpt:
please complete the following information:
rustc --version
: Not applicable.Additional context
See also: Tamschi/reserde#31
The text was updated successfully, but these errors were encountered: