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
| issue-number | The number of issue | number | ✔ | v1.2 |
351
+
| labels | The removed labels. When it is a blank character, do not remove | string | ✔ | v1.2 |
352
+
353
+
- `labels`supports multiple, such as `x1,x2,x3`, only the labels added by the issue will be removed
354
+
355
+
⏫ [Back to list](#List)
356
+
328
357
#### `set-labels`
329
358
330
359
Replace the labels of issue.
@@ -449,7 +478,7 @@ Update the specified issue according to the `issue-number`.
449
478
450
479
### ⭐ Advanced
451
480
452
-
It is not recommended to use multiple actions for advanced usage.
481
+
Advanced usage is not recommended to use multiple actions at the same time.
453
482
454
483
#### `check-inactive`
455
484
@@ -495,6 +524,60 @@ jobs:
495
524
- `inactive-day`: When entering, it will filter the issue update time earlier than the current time minus the number of inactive days. If not entered, all
496
525
- `inactive-label`: The default is `inactive`, others can be customized. When the project does not contain the label, it will be created automatically
497
526
527
+
⏫ [Back to list](#List)
528
+
529
+
#### `check-issue`
530
+
531
+
Check whether the issue meets the conditions according to the passed parameters and `issue-number`, and return a boolean value.
532
+
533
+
The effect of the following example is: when an issue is newly opened, verify whether the current issue designator contains `x1` or `x2`. If one designated person is satisfied, the verification will pass, and at the same time, verify whether the title meets the conditions. The conditions are as follows:
0 commit comments