You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our org, we intentionally exclude draft PRs from pipeline triggers to reduce CI costs. The expectation is that CI should only run when a developer converts their PR from draft to active.
However, the event when a PR is converted to active (ready_for_review) is not currently supported, as seen in pullRequestOpenSyncEvent.
Would it be possible to add support for this event? From what I understand, it's already included in the GitHub's default PR event actions:
- opened
- synchronize
- reopened
- ready_for_review
Hey team,
In our org, we intentionally exclude draft PRs from pipeline triggers to reduce CI costs. The expectation is that CI should only run when a developer converts their PR from draft to active.
However, the event when a PR is converted to active (
ready_for_review
) is not currently supported, as seen in pullRequestOpenSyncEvent.Would it be possible to add support for this event? From what I understand, it's already included in the GitHub's default PR event actions:
Side note: @chmouel, I noticed that pullRequestOpenSyncEvent includes
synchronized
which is not a valid GitHub event action - see Events that trigger workflows.The text was updated successfully, but these errors were encountered: