R/execute.R
clearPendingPR.Rd
Removes the PENDING_PR.md file after PR has been created and merged. Safe to call even if file doesn't exist.
clearPendingPR()
Logical. TRUE if file was deleted, FALSE if it didn't exist
if (FALSE) { # After merging PR to main clearPendingPR() }