-
Notifications
You must be signed in to change notification settings - Fork 8
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
Exlcuding draft PRs doesn't work #19
Comments
Hey @GrahamBorland, do you have an exmaple PR? |
@rowi1de I don't have any recent logs or public PRs, I'm afraid. I ended up working around it by changing the config so that the action only runs when PRs are explicitly moved to the types: [ready_for_review] |
Ok I wasn't able to replicate the issue. |
@rowi1de I have a public repo that demonstrates this issue with the latest (v.1.0.1) version of the action.
I expected there to be no reviewer assigned as this PR is a draft. But the workflow ran with the following output: https://github.com/stkent/GitHubActionsTesting/pull/11/checks?check_run_id=1052303655
and did indeed assign pr-bot to the PR. I confirmed by fetching the PR details from the GitHub API manually that Please reopen the issue and investigate! Let me know if you need any more information from me :) Thanks! |
Please reopen this issue ! I'm also having similar problems |
Using v1.0.0 of this action, the action runs on PRs which are created as Draft, and which have never been moved to the Open/ready-for-review state.
I have set
include-draft: false
in the config:Is there something else I need to do to exclude Draft PRs?
The text was updated successfully, but these errors were encountered: