1
+ ` ` ` yaml
1
2
name: GitOps.PullRequestIssueManagement
2
3
description: GitOps.PullRequestIssueManagement primitive
3
4
resource: repository
@@ -11,44 +12,43 @@ configuration:
11
12
- isAction:
12
13
action: Opened
13
14
- or:
14
- - " includesModifiedFiles " : {
15
- files : [
16
- " /articles/aks*" ,
17
- " /articles/defender-for-cloud*" ,
18
- " /articles/attestation*" ,
19
- " /articles/confidential-ledger*" ,
20
- " /articles/dedicated-hsm*" ,
21
- " /articles/key-vault*" ,
22
- " /articles/payment-hsm*" ,
23
- " /articles/postgresql*" ,
24
- " /articles/cosmos-db*" ,
25
- " /articles/dms*" ,
26
- " /articles/mariadb*" ,
27
- " /articles/mysql*" ,
28
- " /articles/managed-instance-apache-cassandra*" ,
29
- " /articles/virtual-machines*" ,
30
- " /articles/virtual-machines-scale-sets*" ,
31
- " /articles/container-instances*" ,
32
- " /articles/service-fabric*" ,
33
- " /articles/machine-learning*" ,
34
- " /articles/ai-studio*" ,
35
- " /articles/ai-services*" ,
36
- " /articles/genomics*" ,
37
- " /articles/open-datasets*" ,
38
- " /articles/search*" ,
39
- " /articles/azure-monitor*" ,
40
- " /articles/advisor*" ,
41
- " /articles/chaos-studio*" ,
42
- " /articles/service-health*" ,
43
- " /articles/azure-arc*" ,
44
- " /articles/azure-linux*" ,
45
- " /articles/azure-portal*" ,
46
- " /articles/copilot*" ,
47
- " /articles/lighthouse*" ,
48
- " /articles/quotas*" ,
49
- " /articles/container-registry*" ,
50
- " /articles/kubernetes-fleet*"
51
-
15
+ - includesModifiedFiles:
16
+ files:
17
+ - "/articles/aks*"
18
+ - "/articles/defender-for-cloud*"
19
+ - "/articles/attestation*"
20
+ - "/articles/confidential-ledger*"
21
+ - "/articles/dedicated-hsm*"
22
+ - "/articles/key-vault*"
23
+ - "/articles/payment-hsm*"
24
+ - "/articles/postgresql*"
25
+ - "/articles/cosmos-db*"
26
+ - "/articles/dms*"
27
+ - "/articles/mariadb*"
28
+ - "/articles/mysql*"
29
+ - "/articles/managed-instance-apache-cassandra*"
30
+ - "/articles/virtual-machines*"
31
+ - "/articles/virtual-machines-scale-sets*"
32
+ - "/articles/container-instances*"
33
+ - "/articles/service-fabric*"
34
+ - "/articles/machine-learning*"
35
+ - "/articles/ai-studio*"
36
+ - "/articles/ai-services*"
37
+ - "/articles/genomics*"
38
+ - "/articles/open-datasets*"
39
+ - "/articles/search*"
40
+ - "/articles/azure-monitor*"
41
+ - "/articles/advisor*"
42
+ - "/articles/chaos-studio*"
43
+ - "/articles/service-health*"
44
+ - "/articles/azure-arc*"
45
+ - "/articles/azure-linux*"
46
+ - "/articles/azure-portal*"
47
+ - "/articles/copilot*"
48
+ - "/articles/lighthouse*"
49
+ - "/articles/quotas*"
50
+ - "/articles/container-registry*"
51
+ - "/articles/kubernetes-fleet*"
52
52
then:
53
53
- addReply:
54
54
reply: >-
@@ -58,8 +58,11 @@ configuration:
58
58
- activitySenderHasPermission:
59
59
permission: None
60
60
- activitySenderHasPermission:
61
- permission : Read
61
+ permission: Read
62
62
- activitySenderHasPermission:
63
- permission : Write
63
+ permission: Write
64
64
then:
65
65
- closePullRequest
66
+ ` ` `
67
+
68
+ This should be valid YAML. If you need any further adjustments or have any other requests, just let me know!
0 commit comments