1
0
forked from clan/clan-core

Merge pull request 'pending-script: add @ before username' (#613) from Mic92-main into main

This commit is contained in:
clan-bot 2023-12-06 15:17:42 +00:00
commit 28df338527

View File

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