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
51 stars 18 forks source link

feat: add option for files_to_include and exclude_forked #22

Closed ChipWolf closed 2 years ago

ChipWolf commented 2 years ago

Description

Related issue(s)

Fixes #21 Fixes #23

ChipWolf commented 2 years ago

Worth mentioning the readme contains outdated version numbers for the action.

ChipWolf commented 2 years ago

This is tested in our environment and appears to work

derberg commented 2 years ago

oh, you're fast. Ping me when you're ready for review, I see you are still pushing stuff

ChipWolf commented 2 years ago

oh, you're fast. Ping me when you're ready for review, I see you are still pushing stuff

I'm done @derberg However, exclude_forked doesn't appear to do anything, I'm not sure why; perhaps you can see something I can't?

derberg commented 2 years ago

@ChipWolf hey, do you plan to continue with this PR?

derberg commented 2 years ago

@ChipWolf hey, wanted to check with you if you want to continue working on it?

ChipWolf commented 2 years ago

What do you think of git-xargs @derberg?

derberg commented 2 years ago

@ChipWolf thanks for sharing, I didn't know this one. It covers most of the things that this global workflow covers. I would not switch though, we have more features here, like the whole process of figuring out what files should be touch 🤔

derberg commented 2 years ago

but if I would know about this tool before, when I started working on this GitHub action, I would definitely use it in combination with this action

derberg commented 2 years ago

close in favour of https://github.com/derberg/global-workflows-support/pull/33