Skip to content

Commit bcb0140

Browse files
committed
Fix PR automation
1 parent 37bdc98 commit bcb0140

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/scripts/close-stale-prs.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,13 @@ If you're still working on this, please:
7373
3. Reopen this PR once the build passes
7474
7575
Thank you for your contribution! 🙏"
76+
77+
# Close the PR
78+
gh pr close "$PR_NUMBER"
79+
80+
echo "Closed PR #$PR_NUMBER"
81+
done
82+
83+
echo "Done checking PRs"
84+
85+

0 commit comments

Comments
 (0)