You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# General: "test-robot-needed" and "test-robot-done" should be the default values of two inputs.
2
-
# 1. It should check if "test-robot-needed" label is present.
3
-
# 2. It should check if "test-robot-done" label is present.
4
-
# 3. If "test-robot-needed" is present and "test-robot-done" is not present, it should fail with an error message saying "PR needs robot testing but is not marked as test-robot-done."
1
+
name: "Robot Test Check Labels"
2
+
description: "Fails if test-robot-needed is present but test-robot-done is not."
3
+
4
+
inputs:
5
+
label-test-robot-needed:
6
+
description: 'Label indicating the PR needs robot testing'
7
+
required: false
8
+
default: 'test-robot-needed'
9
+
label-test-robot-done:
10
+
description: 'Label indicating the PR has been robot-tested'
0 commit comments