Matej Focko

Results 173 comments of Matej Focko

> @mfocko You want to get this option removed, don't you? Definitely for 1.0 release

↑ That ain't right, is it? It's before retrying.

So, based on APIs: - GitHub: `labels` in JSON - array of strings - GitLab: `labels` as URL parameter - comma-separated string For now there is formatting for: - unreported...

Maybe `--label` CLI option? that could be used multiple times? or would take directly the comma-separated string... Or both .yaml and CLI or `[]` at the beginning of the title,...

I just got an idea related to this issue... What do you think about switch that would automatically assign label to issue based on the keyword?

had a look at main branch, this is coming from one of the older PRs that is not rebased :) config was updated March 24th, looks like this affects only...

Changelog helper is quite versatile, so I would probably suggest doing the following: - [ ] Add `--interactive-changelog` switch which will open the editor for filling in and »editing« changelog...

> Could "reading the changelog entry from a file" be implemented as adding (or replacing) the `changelog-entry` action on the fly? This way there would be no need for the...

I was naïve /o\ even the `--interactive` is a rabbit hole… `ChangelogHelper` is not useful at all, if called from a hundred different places; it isolates the logic, but the...