We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c686688 commit b1ba1f7Copy full SHA for b1ba1f7
1 file changed
action.yml
@@ -18,7 +18,7 @@ inputs:
18
19
descriptionReminder:
20
required: false
21
- description: 'Description of the PR comment if 'autoMerge' is false.'
+ description: 'Description of the PR comment if "autoMerge" is false.'
22
default: 'Please merge `${{ github.event.pull_request.base.ref }}` into `${{ github.event.pull_request.head.ref }}`.'
23
24
runs:
@@ -82,4 +82,4 @@ runs:
82
83
branding:
84
icon: 'git-pull-request'
85
- color: 'blue'
+ color: 'blue'
0 commit comments