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

Automated release should not need to push up to develop #710

Closed
GCHQ-Developer-530 opened this issue May 22, 2023 · 0 comments
Closed

Automated release should not need to push up to develop #710

GCHQ-Developer-530 opened this issue May 22, 2023 · 0 comments
Assignees

Comments

@GCHQ-Developer-530
Copy link
Contributor

Summary of the bug

Currently the github workflow ic-ui-kit-release fails as it cannot push the release check changes onto the develop branch since it's protected.

🪜 How to reproduce

Tell us the steps to reproduce the problem:

  1. Go to actions tab
  2. Click on release
  3. See it failed

🧐 Expected behaviour

Should create develop -> main PR.

📸 Screenshots or code

Screenshot 2023-05-22 at 15 40 13

Additional info

Potentially as easy as adding git stash after line 20 of the workflow file.

@GCHQ-Developer-530 GCHQ-Developer-530 self-assigned this May 23, 2023
GCHQ-Developer-530 added a commit that referenced this issue May 23, 2023
Add git stash to automated release step so that it can successfully create a develop -> main PR

. #710
GCHQ-Developer-530 added a commit that referenced this issue May 23, 2023
…essage

Add git stash to automated release step and remove commit message so that it can successfully create
a develop -> main PR

. #710
GCHQ-Developer-530 added a commit that referenced this issue May 23, 2023
…essage

Add git stash to automated release step and remove commit message so that it can successfully create
a develop -> main PR

. #710
GCHQ-Developer-741 pushed a commit that referenced this issue Jun 2, 2023
…essage

Add git stash to automated release step and remove commit message so that it can successfully create
a develop -> main PR

. #710
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant