We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b04c6f4 commit 7c06277Copy full SHA for 7c06277
.github/workflows/charter-review.yml
@@ -15,11 +15,10 @@ jobs:
15
repos: ${{ steps.extract.outputs.repos }}
16
17
steps:
18
- # Will save its output into labels.json file
19
- # Abort on curl failure
+ # Abort on http get failure
20
# jq comes pre-installed in Github runners: https://jqlang.org/
21
# -c to disable JSON pretty printing
22
- # filter out null values
+ # filter out null values and make values unique
23
- name: Retrieve common-labels.json
24
id: extract
25
run: |
0 commit comments