From f6b43564e08deec87dcc77041cc8d8eeec288107 Mon Sep 17 00:00:00 2001 From: Nico Korthout Date: Wed, 21 Aug 2024 09:23:55 +0200 Subject: [PATCH] docs: sort inputs alphabetically Currently the inputs are ordered alphabetically (I know underscores aren't actually part of the alphabet). So, let's maintain this ordering. --- action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/action.yml b/action.yml index af042b0..da16734 100644 --- a/action.yml +++ b/action.yml @@ -116,16 +116,16 @@ inputs: Please refer to this action's README for all available placeholders. default: >- [Backport ${target_branch}] ${pull_title} + source_pr_number: + description: > + Specifty the pull request number to backport instead of detecting based on the pull request closed event. + Only valid when github.event_type == "workflow_dispatch". target_branches: description: > The action will backport the pull request to each specified target branch (space-delimited). Note that the pull request's headref is excluded automatically. Can be used in addition to backport labels. By default, only backport labels are used to specify the target branches. - source_pr_number: - description: > - Specifty the pull request number to backport instead of detecting based on the pull request closed event. - Only valid when github.event_type == "workflow_dispatch". outputs: created_pull_numbers: