Skip to content

Commit dfbd97e

Browse files
committed
Fix lock-reason parameter
1 parent d84b30c commit dfbd97e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
with:
1313
github-token: ${{ secrets.GITHUB_TOKEN }}
1414
number: ${{ github.event.pull_request.number }}
15-
lock_reason: resolved
15+
lock-reason: resolved

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ This action locks a pull-request
1010
with:
1111
github-token: ${{ secrets.GITHUB_TOKEN }}
1212
number: ${{ github.event.pull_request.number }}
13-
lock_reason: resolved
13+
lock-reason: resolved
1414
```

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ inputs:
88
number:
99
description: "Pull Request number"
1010
required: true
11-
lock_reason:
11+
lock-reason:
1212
description: "The lock reason: off-topic,too heated,resolved,spam"
1313
default: "resolved"
1414
branding:

0 commit comments

Comments
 (0)