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.
When targeting the default branch, the action matches any branch that contains the name of the branch.
I noticed once it had created bot/manual-update-global-workflow-bot/update-global-workflow-bot/manual-update-global-workflow-main-682z1c-f9d96be555d6c90b389ed89c3de7038c325182ea-3psjvl 😂
I added some examples with main in various parts of branch names to the "should return default branch if others not requested" test for filterOutMissingBranches.
The current behaviour can still be achieved with branches: main once this is merged. Maybe that should be changed as well, i'm not sure.
Description
When targeting the default branch, the action matches any branch that contains the name of the branch.
I noticed once it had created
bot/manual-update-global-workflow-bot/update-global-workflow-bot/manual-update-global-workflow-main-682z1c-f9d96be555d6c90b389ed89c3de7038c325182ea-3psjvl
😂I added some examples with
main
in various parts of branch names to the "should return default branch if others not requested" test forfilterOutMissingBranches
.The current behaviour can still be achieved with
branches: main
once this is merged. Maybe that should be changed as well, i'm not sure.Related issue(s)