Skip to content

Commit

Permalink
docs: sort inputs alphabetically
Browse files Browse the repository at this point in the history
Currently the inputs are ordered alphabetically (I know underscores
aren't actually part of the alphabet). So, let's maintain this ordering.
  • Loading branch information
korthout committed Aug 21, 2024
1 parent eddb81c commit f6b4356
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f6b4356

Please sign in to comment.