Skip to content

Commit f075b0f

Browse files
committed
Allow policy for all branches for now
1 parent 060246b commit f075b0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

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

3-
subject: repo:DataDog/dd-trace-java:ref:refs/heads/master
3+
subject: repo:DataDog/dd-trace-java:ref:refs/heads/*
44

55
claim_pattern:
66
project_path: "DataDog/dd-trace-java"
7-
ref: "master"
8-
ref_type: "branch"
9-
ref_path: "refs/heads/master"
7+
# ref: "master"
8+
# ref_type: "branch"
9+
# ref_path: "refs/heads/master"
1010

1111
permissions:
1212
contents: "read,write"

0 commit comments

Comments
 (0)