You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People other than the original author should be able to unlock PRs / slices. Currently this requires going outside of TACOS and using the CLI to do a terraform force-unlock.
With our distributed company, this can block someone for hours to a day depending on who has a lock.
i was trying to help a user with an ops request by requesting a plan on someone elses PR. This locked the PR so all future commits failed and attempts to unlock also failed due to this lock. It had to be manually unlocked over CLI.
People other than the original author should be able to unlock PRs / slices. Currently this requires going outside of TACOS and using the CLI to do a
terraform force-unlock
.With our distributed company, this can block someone for hours to a day depending on who has a lock.
Alternative, keep the existing functionality but have a force-unlock option to bypass this check.
The text was updated successfully, but these errors were encountered: