jenkinsci / jenkinsci/github-branch-source-plugin
[JENKINS-62924] pr-merge status notification sent to GitHub applies to multiple PRs if source branch has multiple PRs opened to different target branches
- Dominant language
- Java
- Stars
- 217
- Forks
- 398
- Avg merge
- 30m
- Merged PRs (30d)
- 1
Description
If multiple, simultaneous PRs are opened for single source branch to different target branches, e.g. a PR to dev and a PR to master, the pr-merge status notification received by GitHub will apply the status notification to all PRs when it should only apply to a single PR.
---
Originally reported by drock, imported from: pr-merge status notification sent to GitHub applies to multiple PRs if source branch has multiple PRs opened to different target branches
Raw content of original issue
If multiple, simultaneous PRs are opened for single source branch to different target branches, e.g. a PR to dev and a PR to master, the pr-merge status notification received by GitHub will apply the status notification to all PRs when it should only apply to a single PR.
environment
```
Jenkins ver. 2.204.5
GitHub API 1.111
GitHub Branch Source 2.7.1
```
Contributor guide
Assessment
This issue has not been assessed yet.