What happened:
For PR jobs triggered by branch filtering, there are cases where the job remains active and does not become archived even after the PR that triggered it is closed.
What you expected to happen:
When the PR is closed, all related PR jobs are archived.
How to reproduce it:
- There is a pipeline that has pr jobs with branch filtering trigger.
- Create a PR to the branch that is the target of branch filtering, not to a pipeline branch.
- PR jobs are executed.
- Close PR.
- Triggered PR jobs are not archived.
What happened:
For PR jobs triggered by branch filtering, there are cases where the job remains active and does not become
archivedeven after the PR that triggered it is closed.What you expected to happen:
When the PR is closed, all related PR jobs are archived.
How to reproduce it: