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