We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fca7a37 commit b4f34d1Copy full SHA for b4f34d1
.repoman.yml
@@ -1,4 +1,4 @@
1
-revision: 2
+revision: 3
2
schema-version: 1
3
owner-ms-alias: adegeo
4
@@ -9,6 +9,8 @@ config:
9
10
ParserRegex: "^\\* (.*): (.*)$"
11
12
+ ContentUrlRegex:
13
+ - "### Page URL\n\n(.*)"
14
15
issues:
16
@@ -61,14 +63,11 @@ issues:
61
63
pass:
62
64
- labels-add: ["dependencies"]
65
- # If breaking change issue metadata, add labels
66
- check:
- - type: metadata-comment
67
- name: "issue type"
68
- value: "(?i)breaking-change$"
+ - type: metadata-exists
+
69
70
- - labels-add: ["breaking-change", "doc-idea"]
71
- - projects-add: [135]
+ - prod_tech_labels: true
72
73
reopened:
74
0 commit comments