Hello Community,
If no activity is observed, I am looking for a way to close all stale Pull Requests in my repositories after a few days.
Is it possible via the bitbucket pipeline or any other way to achieve this?
This link is not helpful:
You can definitely achieve this via pipelines, although I'm not aware of, and couldn't find, any existing pipes designed to handle this task. You'd need to write some custom code that interacts with the Bitbucket API to identify and decline the stale pull requests.
I'm curious, though — are these internal or external PRs? I know it's common to auto-close stale PRs in public repos, so I'm just wondering if that's the case here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.