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

Allow manual dispatch of workflows for break glass without commits or tags #2427

Merged
merged 1 commit into from
May 4, 2023

Conversation

jdbaldry
Copy link
Member

@jdbaldry jdbaldry commented May 4, 2023

Signed-off-by: Jack Baldry jack.baldry@grafana.com

… tags

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
@kvrhdn kvrhdn merged commit d8b0923 into main May 4, 2023
15 checks passed
@kvrhdn kvrhdn deleted the jdb/2023-05-allow-manual-dispatch branch May 4, 2023 15:17
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

Hello @jdbaldry!
Backport pull requests need to be either:

  • Pull requests which address bugs,
  • Urgent fixes which need product approval, in order to get merged,
  • Docs changes.

Please, if the current pull request addresses a bug fix, label it with the type/bug label.
If it already has the product approval, please add the product-approved label. For docs changes, please add the type/docs label.
If the pull request modifies CI behaviour, please add the type/ci label.
If none of the above applies, please consider removing the backport label and target the next major/minor release.
Thanks!

@jdbaldry jdbaldry added type/ci type/docs Improvements or additions to documentation backport release-v2.0 and removed missing-labels labels May 4, 2023
@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

The backport to release-v2.0 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-2427-to-release-v2.0 origin/release-v2.0
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x d8b092319f840f3b30aad8caaefdf3ca664235a2
# Push it to GitHub
git push --set-upstream origin backport-2427-to-release-v2.0
git switch main
# Remove the local backport branch
git branch -D backport-2427-to-release-v2.0

Then, create a pull request where the base branch is release-v2.0 and the compare/head branch is backport-2427-to-release-v2.0.

@github-actions
Copy link
Contributor

github-actions bot commented May 4, 2023

The backport to release-v2.1 failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new branch
git switch --create backport-2427-to-release-v2.1 origin/release-v2.1
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x d8b092319f840f3b30aad8caaefdf3ca664235a2
# Push it to GitHub
git push --set-upstream origin backport-2427-to-release-v2.1
git switch main
# Remove the local backport branch
git branch -D backport-2427-to-release-v2.1

Then, create a pull request where the base branch is release-v2.1 and the compare/head branch is backport-2427-to-release-v2.1.

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

Successfully merging this pull request may close these issues.

None yet

2 participants