Skip to content

Commit 90ea841

Browse files
authored
Fix DIY docs PR label (#54803)
1 parent 926b9f8 commit 90ea841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/first-responder-v2-prs-collect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: |
7474
ISSUE_NUMS=$(echo "${{ github.event.pull_request.body }}" | grep -oE '#[0-9]+' | tr -d '#')
7575
for ISSUE_NUM in $ISSUE_NUMS; do
76-
LABELS=$(gh issue view $ISSUE_NUM --json labels --jq '.labels[].name')
76+
LABELS=$(gh issue view $ISSUE_NUM --repo github/docs-content --json labels --jq '.labels[].name')
7777
if echo "$LABELS" | grep -q 'DIY docs'; then
7878
echo "DIY_DOCS_LABEL=true" >> $GITHUB_ENV
7979
break

0 commit comments

Comments
 (0)