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

fix(ci): preview action pr remote rejection due to name restriction #1031

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jeevithakannan2
Copy link
Contributor

Type of Change

  • Bug fix

Description

Not sure whether this fixes the issue but it's worth a try.
The action is failing because it cannot push the refs to the branch due to name restrictions.
Branch name that contains feature/\d+-(.*) gets rejected, not sure why.

Change the branch name from some thing like this feature/preview-15.02.2025 -> preview-15-02-2025.

Found this https://github.com/orgs/community/discussions/61107#discussioncomment-6591355

Issues / other PRs related

@jeevithakannan2 jeevithakannan2 changed the title fix: pr remote rejection due to name restriction fix(ci): preview action pr remote rejection due to name restriction Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Preview Action Failing
1 participant