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

feat: Prepend banner and remove lock #701

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

Conversation

scheibinger
Copy link
Contributor

@scheibinger scheibinger commented Nov 8, 2024

As per discussion in slack we need to remove edit-lock to unblock the deletion flow, which relies on adding delete_pls label

@scheibinger scheibinger requested a review from a team as a code owner November 8, 2024 13:00
@@ -60,6 +60,18 @@ runs:
run: |
go install github.com/kovetskiy/[email protected]

- name: Get default branch
id: get_default_branch
uses: actions/github-script@v6
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
uses: actions/github-script@v6
uses: actions/github-script@v7

Copy link
Contributor

@chainchad chainchad left a comment

Choose a reason for hiding this comment

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

LGTM, just some minor nits as comments. Feel free to ignore.

--mermaid-provider mermaid-go \
--ci
if [[ -z "${DEFAULT_BRANCH:-}" ]]; then
echo "DEFAULT_BRANCH is not set. Exiting."
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
echo "DEFAULT_BRANCH is not set. Exiting."
echo "::error::DEFAULT_BRANCH is not set. Exiting."

Not crucial but it makes the error obvious in the run logs (highlighted red).

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.

2 participants