Skip to content

Commit 39ec007

Browse files
committed
Fix typo
1 parent 83aa7cb commit 39ec007

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/do-not-merge-label-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
- name: 'Check "${{ matrix.label }}" label'
3030
run: |
31-
echo "::notice::Merging permission is diabled for PRs when the '${{ matrix.label }}' label is applied."
31+
echo "::notice::Merging permission is disabled for PRs when the '${{ matrix.label }}' label is applied."
3232
3333
if [ "${{ contains(github.event.pull_request.labels.*.name, matrix.label) }}" = "true" ]; then
3434
echo "::error::Pull request is labeled as '${{ matrix.label }}'. Please remove the label before merging."

0 commit comments

Comments
 (0)