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

Sync issue workflow broken? #198

Closed
GeorgianaElena opened this issue Jun 19, 2023 · 3 comments · Fixed by #199
Closed

Sync issue workflow broken? #198

GeorgianaElena opened this issue Jun 19, 2023 · 3 comments · Fixed by #199

Comments

@GeorgianaElena
Copy link
Member

The sync issue workflow appears to be failing for #197.

It might be because the issue-data branch it should commit to already exists and something extra needs to be done?
This use-case is documented in the action at https://github.com/EndBug/add-and-commit#creating-a-new-branch:

Please note that if the branch exists, the action will still try push to it, but it's possible that the push will be rejected by the remote as non-straightforward.

If that's the case, you need to make sure that the branch you want to commit to is already checked out before you run the action.
@sgibson91
Copy link
Member

#199 didn't work, because we need to checkout main in order to pip install the requirements and then run the script

@sgibson91
Copy link
Member

Actually, it's probably failing to push because the branch is protected

@sgibson91
Copy link
Member

I think #208 has fixed this now. Please reopen if the problem reappears.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants