We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19caef commit 7703809Copy full SHA for 7703809
1 file changed
.github/workflows/test-robot-unlabel.yaml
@@ -20,7 +20,7 @@ permissions:
20
21
jobs:
22
test-robot-unlabel:
23
- # if: github.event.label.name == inputs['label-test-robot-done']
+ if: contains(github.event.pull_request.labels.*.name, inputs.label-test-robot-needed)
24
name: Test Robot Unlabel
25
runs-on: ubuntu-latest
26
steps:
0 commit comments