Setting to skip PR builds for Draft PRs (run on ready_for_review) #2081
FBakkensen
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We are using AL-Go (AppSource template) and would like a first-class setting to prevent Pull Request Build checks from running while a PR is in Draft, but automatically run when the PR is marked “Ready for review”.
Problem / Motivation
Current behavior
PR build workflows (e.g., PullRequestHandler in templates) run on PR events regardless of draft state (at least in our usage with pull_request_target).
Requested feature
Add a repo/project setting, for example:
Expected behavior (when enabled)
Implementation suggestion (high level)
Why this should be a setting (not manual workflow edits)
AL-Go system files are regenerated; teams need an “official” knob to avoid carrying custom workflow modifications.
Additional context
Happy to test this in preview and provide feedback/logs.
Beta Was this translation helpful? Give feedback.
All reactions