The new interim AI policy [1] has prompted some skara tooling support
[2] which requires that a PR author affirm compliance with the policy.
This tooling makes use of github's template functionality which
automatically applies a repo-wide template file when the PR is created.
This template has a check box for the PR author to check.
However existing PRs do not get this but skara requires the template and
will remove the RFR label next time the PR is updated if the template is
not in place.
It appears that even adding an additional approval will trigger this and
removing the ready label.
So for these existing PRs the template must be manually added by the PR
author using the skara command :
/template append
Any questions about this new requirement should be directed to the
mailing list : discuss at openjdk dot org.
-phil.
[1]
https://mail.openjdk.org/archives/list/[email protected]/thread/NPTV4NGSIN2IOMVESWUVN7Y3ERMUBKH2/
[2] https://bugs.openjdk.org/browse/JDK-8381982