File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -115,11 +115,11 @@ jobs:
115115
116116 5. Based on the issue title and issue body, classify the issue and choose all appropriate labels from the list of available labels.
117117
118- 5 . Classify the issue by identifying the appropriate labels from the list of available labels.
118+ 6 . Classify the issue by identifying the appropriate labels from the list of available labels.
119119
120- 6 . Convert the list of appropriate labels into a comma-separated list (CSV). If there are no appropriate labels, use the empty string.
120+ 7 . Convert the list of appropriate labels into a comma-separated list (CSV). If there are no appropriate labels, use the empty string.
121121
122- 7 . Use the "echo" shell command to append the CSV labels into the filepath referenced by the environment variable "${GITHUB_ENV}":
122+ 8 . Use the "echo" shell command to append the CSV labels into the filepath referenced by the environment variable "${GITHUB_ENV}":
123123
124124 ```
125125 echo "SELECTED_LABELS=[APPROPRIATE_LABELS_AS_CSV]" >> "[filepath_for_env]"
You can’t perform that action at this time.
0 commit comments