Skip to content

Commit 2b5c4b4

Browse files
committed
check for label
Signed-off-by: DanRoscigno <dan@roscigno.com>
1 parent f9268af commit 2b5c4b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/weekly-docs-feedback.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
set -eo pipefail # Ensure the script fails on any command error
2828
echo "## PRs that need attention" > feedback.md
2929
echo "Listing PRs with label: docs-maintainer" >> feedback.md
30+
gh pr list --label docs-maintainer --json title,url --jq '.[] | "\(.title) - \(.url)"'
3031
gh pr list --label docs-maintainer --json title,url --jq '.[] | "\(.title) - \(.url)"' >> feedback.md
3132
32-
gh pr list --label "$LABEL" --json title,url --jq '.[] | "\(.title) - \(.url)"'
3333
- name: Collect feedback
3434
run: |
3535
set -eo pipefail # Ensure the script fails on any command error

0 commit comments

Comments
 (0)