Nicolas Karolak

Results 52 comments of Nicolas Karolak

It's been almost one year. I'm closing it.

Just passing by as i skimmed the release notes and saw this, so i did not dig to much in your processes, but i've already stumbled on this when the...

Could it be the `paths` filtering? As far as i know both conditions (`tags` and `paths`) must be satisfied for the workflow to be triggered. And as you will likely...

Hello @kuzaxak any chance that you intend to finish the work on this PR? 😇

Since [you are using](https://github.com/commitizen-tools/commitizen-action/blob/master/.github/workflows/bumpversion.yaml#L20) the default token with `${{ secrets.GITHUB_TOKEN }}` it may not be triggered automatically, though :-/ I added the `workflow_dispatch` trigger to allow to run it manually...

> Please, update the bump version to use `secrets.PERSONAL_ACCESS_TOKEN`, I've added the secret Hi, i've done it.

**Edit:** this is just my dumb corporate AV (Acronis CyberProtect) that think it is doing shady things... ~~I'm still having this is issue:~~ ``` > helm plugin install --debug https://github.com/databus23/helm-diff...

Hello @andreynering, You mean something like this? ```yaml build:all: desc: Build for all targets vars: matrix: - os: linux arch: arm64 - os: linux arch: amd64 - os: darwin arch:...

> we could introduce a `.taskignore`, using the same format This would be fine as it could be a symlink to `.gitignore` to avoid duplicating file content in case you...

I don't have much time right now to give this a try, but this lib could probably be used to help for gitignore parsing: https://pkg.go.dev/github.com/go-git/go-git/v5/plumbing/format/gitignore