We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 926b9f8 commit 90ea841Copy full SHA for 90ea841
1 file changed
.github/workflows/first-responder-v2-prs-collect.yml
@@ -73,7 +73,7 @@ jobs:
73
run: |
74
ISSUE_NUMS=$(echo "${{ github.event.pull_request.body }}" | grep -oE '#[0-9]+' | tr -d '#')
75
for ISSUE_NUM in $ISSUE_NUMS; do
76
- LABELS=$(gh issue view $ISSUE_NUM --json labels --jq '.labels[].name')
+ LABELS=$(gh issue view $ISSUE_NUM --repo github/docs-content --json labels --jq '.labels[].name')
77
if echo "$LABELS" | grep -q 'DIY docs'; then
78
echo "DIY_DOCS_LABEL=true" >> $GITHUB_ENV
79
break
0 commit comments