Browse code

Disable auto-assigning PR's to milestones

Moby and Docker are separate projects, so
don't assign docker milestones to pull requests
in this repository.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>

Sebastiaan van Stijn authored on 2017/06/13 10:32:48
Showing 1 changed files
... ...
@@ -35,12 +35,6 @@
35 35
         }
36 36
       - type:       version-label
37 37
 
38
-# When a pull request is closed, attach it to the currently active milestone.
39
-- triggers:
40
-      pull_request: [ closed ]
41
-  operations:
42
-      - type:       version-milestone
43
-
44 38
 # Labeling a PR with `rebuild/<configuration>` triggers a rebuild job for the associated
45 39
 # configuration. The label is automatically removed after the rebuild is initiated. There's no such
46 40
 # thing as "templating" in this configuration, so we need one operation for each type of