We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83aa7cb commit 39ec007Copy full SHA for 39ec007
1 file changed
.github/workflows/do-not-merge-label-check.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: 'Check "${{ matrix.label }}" label'
30
run: |
31
- echo "::notice::Merging permission is diabled for PRs when the '${{ matrix.label }}' label is applied."
+ echo "::notice::Merging permission is disabled for PRs when the '${{ matrix.label }}' label is applied."
32
33
if [ "${{ contains(github.event.pull_request.labels.*.name, matrix.label) }}" = "true" ]; then
34
echo "::error::Pull request is labeled as '${{ matrix.label }}'. Please remove the label before merging."
0 commit comments