To: Everyone who has an existing open PR
As you may have seen, a Skara change was made to support the new OpenJDK
Interim Policy on Generative AI, which requires all PR authors to check
a checkbox item in the Description of their PR acknowledging that their
contribution is in accordance with the policy.
With my recent integration of JDK-8381982 [1], new PRs will
automatically get the checkbox, so it will be easy to proceed.
Existing PRs will not automatically get that entry, so will be blocked
until it is added. This is done using the following command:
/template append
This will add the same checkbox item in the right place as will be done
automatically for new PRs.
-- Kevin
[1] https://bugs.openjdk.org/browse/JDK-8381982