derberg / manage-files-in-multiple-repositories

GitHub Action that introduces support for global workflows. Global workflows are the one you update in just one repo and they are automatically updated in other repositories.
MIT License
52 stars 18 forks source link

feat: add and configure retry plugin #4

Closed derberg closed 3 years ago

derberg commented 3 years ago

Sometimes when creating PR right after push to the branch, the action fails with Action failed because of: GraphqlError: was submitted too quickly. We should retry

derberg commented 3 years ago

tested here https://github.com/lukasz-lab/.github/runs/1761687101?check_suite_focus=true works not able to repeat the error but at least the action still works with the changes I introduced 😄