Merge pull request 'pending-reviews: add bullet points to prs' (#516) from Mic92-sops-nix into main

This commit is contained in:
clan-bot
2023-11-15 15:36:58 +00:00

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash #!/usr/bin/env bash
set -euo pipefail set -euo pipefail
display_pr() { jq -r '.[] | "\(.url) | \(.title) from \(.user.login)"'; } display_pr() { jq -r '.[] | "- \(.url) | \(.title) from \(.user.login)"'; }
echo "# Review needed" echo "# Review needed"
curl -s 'https://git.clan.lol/api/v1/repos/clan/clan-core/pulls?state=closed&sort=leastupdate&labels=8' | display_pr curl -s 'https://git.clan.lol/api/v1/repos/clan/clan-core/pulls?state=closed&sort=leastupdate&labels=8' | display_pr