Skip to content
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

Bot errors if repo already has all-contributors branch #460

Open
VeckoTheGecko opened this issue Mar 24, 2023 · 2 comments
Open

Bot errors if repo already has all-contributors branch #460

VeckoTheGecko opened this issue Mar 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@VeckoTheGecko
Copy link

VeckoTheGecko commented Mar 24, 2023

UPDATE: See #460 (comment)

Describe the bug
I have tried following all the instructions, but can't get the bot to work on a specific repo (but works on all minimal example repos, and even a fork with main pointing to the same commit using the same call to the bot).

To Reproduce
I've tried, but I can't reproduce this...

Timeline of things I've tried:

  • Updated README with below table section (PR) as in docs, and called the bot. Bot gave error message.

Added to README:

## ✨Contributors

Thanks go to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome!

Expected behavior
The bot to make a PR instead of replying with "We had trouble processing your request. Please try again later.".

Additional comments
Sorry this is such a weird issue with minimal debugging help from me. Let me know if I can be of any more help, Any ideas?? I'm out of ideas here 😢

@DillonB07
Copy link

Got the same issue on one of my repos: DillonB07/WhooshServer#2
Been using the bot for a while and never had any issues before.

@VeckoTheGecko VeckoTheGecko changed the title Bot errors out on specific repo, can't reproduce on other repos (even fork at same commit) Bot errors if repo already has all-contributors branch May 12, 2023
@VeckoTheGecko
Copy link
Author

Realised that this issue stemmed from my repo having an all-contributors branch, which conflicted with the bot as it tries to create branches in the all-contributors/* namespace.

This didn't occur on all forks as the forks may only have been created with the main branch.

Having this issue noted somewhere in docs would be a good addition.

As far as I know, this isn't the same issue faced by @DillonB07

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants