-
-
Notifications
You must be signed in to change notification settings - Fork 657
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
feat: add autofix.ci
to address formatting issues and possible clippy fixes
#3235
Conversation
Hi! I'm the autofix.ci troubleshooter bot. It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the autofix.ci GitHub App has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃 |
I love the idea of this, but I'm somewhat torn because it's got a very small number of installs. |
I believe we are giving it read access. I don't understand the installs counter shown in github apps, but some pretty big repos are using it (from https://github.com/autofix-ci/action/network/dependents): https://github.com/jdx/mise/blob/main/.github/workflows/autofix.yml |
That makes me feel better. We can give it a shot |
Cool! Have you installed it on this repo?
|
Yes, I did
…On Tue, Nov 12, 2024, at 11:06 AM, Saber Haj Rabiee wrote:
Cool! Have you installed it on this repo?
> Hi! I'm the autofix logo*autofix.ci* troubleshooter bot.
>
> It looks like you correctly set up a CI job that uses the autofix.ci GitHub Action, but the *autofix.ci GitHub App* <https://github.com/apps/autofix-ci/> has not been installed for this repository. This means that autofix.ci unfortunately does not have the permissions to fix this pull request. If you are the repository owner, please install the app and then restart the CI workflow! 😃
>
—
Reply to this email directly, view it on GitHub <#3235 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABVBTCNRU2KKIJAVMFNEEX32AJGSXAVCNFSM6AAAAABRT4MLYKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINZRGM2DGNZXGM>.
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
https://github.com/leptos-rs/leptos/runs/32883145624 There should be permission issue here that it can not open PR for the fix. |
Github isn't that granular. It has the permissions it asked for and I can't give it more |
Ooops! Changes cannot be applied to the main branch as we don't give it write permission and it will not open PRs for that. We have three options here:
|
I think running only on PRs makes sense here, that's the real pain point anyway |
No description provided.