Skip to content

Commit

Permalink
trigger push for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
0xDEnYO committed Nov 25, 2024
1 parent 7081818 commit ac488ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unreviewedPRReminder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
set -x
# Use GitHub API and jq to parse the data
PRS=$(gh api repos/lifinance/contracts/pulls -q '.[] | {number: .number, created_at: .created_at, labels: (.labels | map(.name)), draft: .draft}')
echo "PRS: $PRS"
echo "PRs found: $PRS"
OLD_PRS=""
while read -r PR; do
echo "------------------------------------------------------------------"
Expand Down

0 comments on commit ac488ab

Please sign in to comment.