Skip to content

Commit 7c06277

Browse files
authored
minor: Update comments
1 parent b04c6f4 commit 7c06277

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/charter-review.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
repos: ${{ steps.extract.outputs.repos }}
1616

1717
steps:
18-
# Will save its output into labels.json file
19-
# Abort on curl failure
18+
# Abort on http get failure
2019
# jq comes pre-installed in Github runners: https://jqlang.org/
2120
# -c to disable JSON pretty printing
22-
# filter out null values
21+
# filter out null values and make values unique
2322
- name: Retrieve common-labels.json
2423
id: extract
2524
run: |

0 commit comments

Comments
 (0)