-
-
Notifications
You must be signed in to change notification settings - Fork 52
Description
I've long thought about having an approach to manage and control GitHub Actions across org repos in a centralised way.
Today I saw a checklist in a PR, and the author didn't want the PR to be merged till all the items were checked. I looked, and found this: https://github.com/Shopify/task-list-checker
Then i rememberd, and thought, it could be neat to roll this out to multipe repos!
I looked and found this https://github.com/varunsridharan/action-github-workflow-sync
Then I also remembered https://github.com/derberg/copy-files-to-other-repositories - @derberg is a member of the AsyncAPI team, and they use this tool for the org.
In looking at the feature set again, it does seem to have improved, but I haven't fully evaluated the differences. I'm probably more inclined to use the solution we know we can get patched or updated if required, than that of someone we don't know.
I'll hopefully find some time to test this idea out soon!