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

Default branchRegex input to a regex describing valid tags #329

Merged
merged 3 commits into from
Nov 25, 2023

Conversation

consideRatio
Copy link
Member

@consideRatio consideRatio commented Nov 24, 2023

Valid tags mustn't start with `.` or `-`, and should be 1-128 characters
long, and only include a-z, A-Z, 0-9, `_`, `.`, and `-`.
@consideRatio consideRatio added the bug Something isn't working label Nov 24, 2023
action.yml Outdated Show resolved Hide resolved
@manics manics merged commit 7708b00 into jupyterhub:main Nov 25, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

branchAllowed input to represent a "valid tag" regex by default
2 participants