We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad70bda commit 1a24197Copy full SHA for 1a24197
1 file changed
.github/workflows/validate.yaml
@@ -31,7 +31,7 @@ jobs:
31
fi
32
33
if [[ "${{ contains(github.event.pull_request.labels.*.name, 'run-quick-validation') }}" == "true" ]]; then
34
- gh pr edit ${{ github.event.pull_request.number }} --repo $GITHUB_REPOSITORY --remove-label "validation"
+ gh pr edit ${{ github.event.pull_request.number }} --repo $GITHUB_REPOSITORY --remove-label "run-quick-validation"
35
36
37
echo "Completed label cleanup"
0 commit comments