input-output-hk / tullia

Standard library and CLI for Cicero
Apache License 2.0
10 stars 5 forks source link

github CUE lib does not trigger when PR is ready for review #21

Open dermetfan opened 1 year ago

dermetfan commented 1 year ago

Consider this: A rule has draft: false with the intention to only run on PRs that are ready for review.

However, #lib.io.github_pr only reacts to synchronize events, not ready_for_review events, so what happens is this:

#lib.io.github_pr should also react to ready_for_review events as appropriate.