Update add-unanswered-to-project.yml to exclude updated list of contributors and exclude draft PRs#14660
Update add-unanswered-to-project.yml to exclude updated list of contributors and exclude draft PRs#14660nil-is-all merged 2 commits intomainfrom
Conversation
…nal and partnerauthors
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/14660
Note: Links to docs will display an error until the docs builds have been completed. ❌ 1 New Failure, 1 Cancelled Job, 1 Unrelated FailureAs of commit 5236062 with merge base 2bf2de3 ( NEW FAILURE - The following job has failed:
CANCELLED JOB - The following job was cancelled. Please retry:
BROKEN TRUNK - The following job failed but were present on the merge base:👉 Rebase onto the `viable/strict` branch to avoid these failures
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
This PR needs a
|
… exclude draft PRs properly Earlier, `draft:false` was given as a parameter for `github.rest.pull.lists`, but draft is [not a supported parameter](https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests). Now added a `!pr.draft` to exclude draft PRs. And added more contributors to exclude
…ibutors and exclude draft PRs (pytorch#14660) 1) Added an extensive list of internal and partner contributors to exclude 2) Better handling to exclude draft PRs. Initially, 'draft:false' was added as a parameter to 'github.rest.pulls.list', but it is an unsupported parameter. This method ignored excluding draft PRs. New method excludes using a '!pr.draft' condition.
No description provided.