pytorch / probot

PyTorch GitHub bot written in probot
ISC License
11 stars 13 forks source link

`ciflow/default` should not be automatically applied for PRs that are submitted using ghstack #79

Open seemethere opened 2 years ago

seemethere commented 2 years ago

Since ghstack creates PRs for every commit in a commit history there's potential for a large inflow of PRs to suddenly be created all requiring CI which puts a strain on our overall CI system.

We should make it so that if a PR is created using ghstack then it doesn't automatically get the ciflow/default label applied meaning the user who submitted the PR needs to explicitly label their PR to enable CI