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
Copy file name to clipboardExpand all lines: .github/workflows/copilot-triage.yml
+7-51Lines changed: 7 additions & 51 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,6 @@ jobs:
61
61
62
62
- Only use labels that are from the list of available labels.
63
63
- You can choose multiple labels to apply.
64
-
- When generating shell commands, you **MUST NOT** use command substitution with `$(...)`, `<(...)`, or `>(...)`. This is a security measure to prevent unintended command execution.
65
64
66
65
## Input Data
67
66
@@ -80,9 +79,9 @@ jobs:
80
79
${{ env.ISSUE_BODY }}
81
80
```
82
81
83
-
**Output File Path**:
82
+
**Issue Number**:
84
83
```
85
-
${{ env.GITHUB_ENV }}
84
+
${{ github.event.issue.number }}
86
85
```
87
86
88
87
## Steps
@@ -91,51 +90,8 @@ jobs:
91
90
92
91
2. Based on the issue title and issue body, classify the issue and choose all appropriate labels from the list of available labels.
93
92
94
-
3. Convert the list of appropriate labels into a comma-separated list (CSV). If there are no appropriate labels, use the empty string.
95
-
96
-
4. Use the "echo" shell command to append the CSV labels to the output file path provided above:
0 commit comments