Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add automation to update release branches on GitHub releases #62

Conversation

consideRatio
Copy link
Member

Closes #59 by adding automation to update v1 branches etc when a GitHub Release is made/updated.


jobs:
actions-tagger:
runs-on: windows-latest
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you know if this also works on ubuntu? In general I'd expect Linux systems to start-up quicker than windows.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it doesn't, I recall investigating this before because i was uneasy of a windows based action ^^

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a shame....maybe we can rewrite it ourselves in future 😄

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Haha yes, i considered it! With this github action we are half the way :)

@manics manics merged commit 7a5fabe into jupyterhub:main Apr 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Manage versions of this github action using a helper action
2 participants