From ab87d469df54a425f633e4d92d36b348d0492844 Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 16 Jun 2024 19:05:36 +0200 Subject: [PATCH] chore(label-actions): fix ordered list (#29702) --- .github/label-actions.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index a41b8515d1..4758a918bc 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -13,13 +13,12 @@ Please follow these steps: - - 1. Read our guide on creating a [minimal reproduction](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md). - 2. Go to our [minimal reproduction template repository](https://github.com/renovatebot/minimal-reproduction-template). - 3. Select the _Use this template_ button to create a new repository based on the template. - 4. Work on the minimal reproduction in your own repository. - 5. Fill out the information in your repository's `README.md`. - 6. Add the link to your reproduction to the first post of your Discussion. If you are not the original author, you can post a new comment with the link. + 1. Read our guide on creating a [minimal reproduction](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md). + 2. Go to our [minimal reproduction template repository](https://github.com/renovatebot/minimal-reproduction-template). + 3. Select the _Use this template_ button to create a new repository based on the template. + 4. Work on the minimal reproduction in your own repository. + 5. Fill out the information in your repository's `README.md`. + 6. Add the link to your reproduction to the first post of your Discussion. If you are not the original author, you can post a new comment with the link. Good luck, -- GitLab