RFR: 1714: CSR detection only happens on the title bug of a PR

Zhao Song zsong at openjdk.org
Wed Dec 14 19:51:07 UTC 2022


Currently, our bots only detect CSR issues that are directly linked to the main issue. 

With this patch, our bots will be able to detect CSR issues that are linked to all of the issues that this PR solves. Additionally, all detected CSR issues will affect the integration blockers.

The `/csr needed` command will allow you to create a CSR issue that is linked to any of the issues solved by this PR. The `/csr unneeded` command will be blocked if any of the issues associated with this PR have an active CSR issue.

-------------

Commit messages:
 - SKARA-1714

Changes: https://git.openjdk.org/skara/pull/1443/files
 Webrev: https://webrevs.openjdk.org/?repo=skara&pr=1443&range=00
  Issue: https://bugs.openjdk.org/browse/SKARA-1714
  Stats: 563 lines in 9 files changed: 321 ins; 52 del; 190 mod
  Patch: https://git.openjdk.org/skara/pull/1443.diff
  Fetch: git fetch https://git.openjdk.org/skara pull/1443/head:pull/1443

PR: https://git.openjdk.org/skara/pull/1443


More information about the skara-dev mailing list