We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3f2fef commit 005f803Copy full SHA for 005f803
1 file changed
.github/workflows/pull-request.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v4
23
24
- name: Test Label Added
25
- uses: ./.github/actions/test-unlabel
+ uses: ./.github/actions/test-label
26
with:
27
label-test-robot-done: test-robot-done
28
@@ -34,7 +34,7 @@ jobs:
34
35
36
- name: Remove Test Label
37
- uses: ./.github/actions/test-label
+ uses: ./.github/actions/test-unlabel
38
39
40
label-test-robot-needed: test-robot-needed
0 commit comments