Kevin Matthes

Results 172 comments of Kevin Matthes

Hi, @agateau-gg, As another Scriv user, I would like to give you some feedback for your idea. I agree with you that the selection of a particular category is very...

Thank you for answer! During the last days, I have been working on a workaround for the fragment creation Action such that its users can become independent of the actual...

In order to address the categories being commented out and empty by default, one option might be to harvest a given amount of commits beginning with HEAD in order to...

There is also crate for Git interaction which is capable of querying the diffs, as well; https://github.com/rust-lang/git2-rs. Might this be an option, as well?

Hello and thank you for your question, @ocaisa! The brief answer is: yes, technically, you could just reference the file. I would recommend using `type: database` for the reference entity;...

I would like to add that furthermore also pinning the version of an Action to a release commit might have benefits. If you take a look at the GitHub Action...

I submitted a Pull Request related to this topic to the main project. citation-file-format/citation-file-format#406

[Dependabot](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) is a bot related to this topic. Whenever a configured dependency is updated, it will submit a Pull Request with an appropriate update to the repository it is set...

Hello, @abelsiqueira! I think I found a concrete solution for this issue. 1. Create a `requirements.txt` with both `cffconvert == 2.0.0` and `bump2version` as requirements. 2. Configure Dependabot to update...

Another option would be [Renovate](https://github.com/renovatebot/renovate) which only requires an initial setup to listen to the `cffconvert` repository for GitHub releases and to update all version strings referring to it using...