-
Notifications
You must be signed in to change notification settings - Fork 27
Release bot as GitHub Action #251
Comments
Hi Marek, Thanks for your effort on this one. As far as I know, we can support both the app and the action, right? I definitely like the idea of the release-bot as Github action and I am curious how the PyPI token would be handled in this case? |
Hey @rpitonak, of course, it's not 'either-or' :) ... The |
Edit: I have read the article and got the answer :D |
Ah right, sorry, somehow miss the PyPI part -- there is such thing as PyPI token? 😮 |
I meant |
Correct, ye ... The current implementation of the GH Action allows to feed the yaml configuration as an argument to that action, see the action.yml for more info. |
Hello,
I've been doing some groundwork around this. I am creating an issue so that I could link PRs and additional resources for this one.
Intro:
The GitHub actions are quite a new feature that GitHub opened for beta some time back. Check out the article I wrote about it.
Justification of the idea:
In comparison to GitHub Applications (which might seem like a similar approach and there already is an issue for that), there are significant differences:
Disadvantages: Slower response time on events since the Action has to pull the image first. Approximately 1 minute. Given that release is not a thing that would typically require quick interaction, the impact of this is quite low.
Current implementation in progress: https://github.com/CermakM/python-release-action
The text was updated successfully, but these errors were encountered: