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
{{ message }}
This repository was archived by the owner on Oct 8, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: action.yml
+3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,9 @@ inputs:
17
17
ignore-if-labeled:
18
18
description: "True/False value to indicate if no labels should be added or removed if the issue already has labels."
19
19
required: false
20
+
issue-number:
21
+
description: "An issue number or PR number or project card number. Optional, if not specified, will use the one available in github event `github.event.pull_request` or `github.event.issue`"
0 commit comments