Skip to contents

Removes the PENDING_PR.md file after PR has been created and merged. Safe to call even if file doesn't exist.

Usage

clearPendingPR()

Value

Logical. TRUE if file was deleted, FALSE if it didn't exist

Examples

if (FALSE) {
# After merging PR to main
clearPendingPR()
}