We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823bf65 commit 9b2ede7Copy full SHA for 9b2ede7
1 file changed
.github/workflows/label-issues.yml
@@ -30,7 +30,9 @@ jobs:
30
31
- name: Find unlabeled issues
32
run: |
33
- jq --arg labels "$labels" "$filter" issues.json > unlabeled_issues.json
+ echo $filter
34
+ echo $labels
35
+ jq --argjson labels "$labels" "$filter" issues.json > unlabeled_issues.json
36
37
- name: Install Copilot CLI
38
0 commit comments