Skip to content

Commit 61872d8

Browse files
sarahchen6xopham
andauthored
Update policy to work on tags
Co-authored-by: Christoph Hamsen <[email protected]>
1 parent 79cce5a commit 61872d8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
issuer: https://gitlab.ddbuild.io
22

3-
# DEBUG: ref should be "master"
4-
subject: "project_path:DataDog/apm-reliability/dd-trace-java:ref_type:branch:ref:sarahchen6/use-octo-sts"
3+
subject_pattern: "project_path:DataDog/apm-reliability/dd-trace-java:ref_type:tag:ref:v.*"
54

65
claim_pattern:
76
project_path: "DataDog/apm-reliability/dd-trace-java"
8-
ref_type: "branch"
9-
# ref: "master"
7+
ref_type: "tag"
8+
ref: "v.*"
109

1110
permissions:
1211
contents: "write"

0 commit comments

Comments
 (0)