Tomas Tomecek

Results 140 issues of Tomas Tomecek

I am using release-bot with my own identity. I feel like it could be confusing for others to think that all the comments, issues and PRs are written by me...

feature
user-experience

Requires #190 Right now we only support Github. In Fedora land, a lot of projects use pagure.io, let's add support for it! TODO * [ ] listen to fedmsg events...

feature

Related: https://github.com/user-cont/release-bot/issues/133#issuecomment-478491919 We removed all Fedora & RPM related functionality from release-bot. I personally miss the part where release-bot bumped the spec file. Can we reintroduce this functionality back in...

feature

Since we closed the dedup issue, let's start a new one. When something goes wrong, release-bot usually doesn't provide any details and we need to inspect its logs. It would...

It feels like it's finally time to package release-bot as an RPM to Fedora.

missing feature

right now the bot parses two versions using semver and then figures out if there is some work to be done if the comparison fails, how about if we controlled...

I am using python versioning scheme in my python project (you don't say). Unfortunately release bot fails to parse it: ``` 08:51:35.770 utils.py INFO Editing line with new version: __version__...

feature
help wanted

Release bot polls the tracked github project every 10 minutes in current implementation. It would be much more efficient if it was able to receive Github's callbacks. Alternatively, it can...

feature

Related #148 * [ ] don't set or create labels if you don't have the permission * [ ] create the PR from fork, not on the upstream repo (also...

feature
good-first-issue

TODO * [ ] don't create duplicate commits in case of failures (in [packit/ogr](https://github.com/packit-service/ogr/pull/16), bot was not allowed to create a PR and kept adding new commits; we should `reset...

feature