Adrian Jost

Results 31 comments of Adrian Jost

duplicate of https://github.com/CodelyTV/pr-size-labeler/issues/19

I didn't open a PR yet, because I've used the permission stuff myself for the first time here. So I don't feel comfortable writing any documentation regarding that. I don't...

@lauthieb The code is now working as expected and ready for review. Please let me know what you think. And sorry if the PR is not as focused as it...

Hi @lauthieb, I absolutely agree with your take: > Maybe instead of adding "All", it could be better to have 2 select, one for selecting the collection and the other...

@lauthieb I've made the requested change. It is now a breaking change, because the "All variables" mode that showed the default value for all collections now does not exist anymore...

You need to also specify the [`FilePatterns`](https://github.com/adrianjost/files-sync-action#file_patterns) you want to sync from those folders. note: please use proper formatting of code, to make reading your issues easier. You just need...

I'm not sure about what the code does anymore and my documentation about `SRC_ROOT` could be better. My guess is, that If you specify a `SRC_ROOT` your `FILE_PATTERNS` should be...

I have no immediate idea anymore. But I know that the config [here](https://github.com/adrianjost/.github/blob/main/.github/workflows/sync.yml#L40) works. It's almost the same use-case, but for specific files. Maybe there is a Syntax difference and...

@ReenigneArcher Your filepattern does not look quite right. `/*` matches a `/` 0-infinite many times, followed by `.` matching any character (but just once) and then ending on `rb`. So...

could you please provide the workflow `on` trigger. GitHub Actions does sometimes work on "virtual-merge-branches" depending on the trigger. Mostly [on pull-request](https://docs.github.com/en/actions/learn-github-actions/events-that-trigger-workflows#pull_request) runs. Maybe it has to do with that....