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 70f93e4 commit 56b7e1dCopy full SHA for 56b7e1d
.repoman.yml
@@ -1,4 +1,4 @@
1
-revision: 5
+revision: 6
2
schema-version: 5
3
owner-ms-alias: adegeo
4
@@ -10,7 +10,7 @@ config:
10
ParserRegex: "^\\* (.*): (.*)$"
11
12
ContentUrlRegex:
13
- - "### Page URL\n\n(.*)"
+ - "### Page URL\n\n(.*)"
14
15
issues:
16
@@ -122,6 +122,14 @@ projects_v2_item:
122
123
- labels-add: [":world_map: mapQUEST"]
124
125
+ edited:
126
+
127
+ - check:
128
+ - type: query
129
+ value: "EventPayload.changes.field_value.field_name == 'Priority' || EventPayload.changes.field_value.field_name == 'Size'"
130
+ pass:
131
+ - labels-add: [":world_map: mapQUEST"]
132
133
pull_request:
134
135
reopened: opened
0 commit comments