We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9268af commit 2b5c4b4Copy full SHA for 2b5c4b4
1 file changed
.github/workflows/weekly-docs-feedback.yml
@@ -27,9 +27,9 @@ jobs:
27
set -eo pipefail # Ensure the script fails on any command error
28
echo "## PRs that need attention" > feedback.md
29
echo "Listing PRs with label: docs-maintainer" >> feedback.md
30
+ gh pr list --label docs-maintainer --json title,url --jq '.[] | "\(.title) - \(.url)"'
31
gh pr list --label docs-maintainer --json title,url --jq '.[] | "\(.title) - \(.url)"' >> feedback.md
32
- gh pr list --label "$LABEL" --json title,url --jq '.[] | "\(.title) - \(.url)"'
33
- name: Collect feedback
34
run: |
35
0 commit comments