Skip to content

Ignore Draft PRs #45

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
AleksandarCole opened this issue Feb 26, 2025 · 1 comment
Open

Ignore Draft PRs #45

AleksandarCole opened this issue Feb 26, 2025 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@AleksandarCole
Copy link
Collaborator

AleksandarCole commented Feb 26, 2025

Is your feature request related to a problem? Please describe.

GitHub let's you create Draft Pull Requests. Semaphore does not make the distinction between Draft and Regular PRs.
As a result I end up with a lot of builds that are not really useful to me.
When I'm working on a Draft PR, I don't want to run CI/CD builds.

User story:

Hi, we have our pipeline configured to run on PR branches, but I don't want them to run on draft PRs. How can I configure this?

Describe the solution you'd like

I want to have a project setting under Workflow Triggers category that would allow me to build or ignore draft pull requests.

Describe alternatives you've considered

No response

Additional context

No response

@AleksandarCole AleksandarCole added the enhancement New feature or request label Feb 26, 2025
@lucianoliberti lucianoliberti moved this to Backlog in Roadmap Feb 26, 2025
@pieterocp
Copy link

User land solution is to hack together a call to github to check the PR status, but this isn't very elegant, so this would be nice to have.

@AleksandarCole AleksandarCole added this to the v.1.4 - Release milestone Jun 9, 2025
@skipi skipi moved this from Backlog to Todo in Roadmap Jun 10, 2025
@lucianoliberti lucianoliberti moved this from Todo to In Progress in Roadmap Jun 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: In Progress
Development

No branches or pull requests

3 participants