Skip to content

Commit e1b658a

Browse files
authored
Correct ref_protected requirement in trust policy (#9825)
* Revert incorrect change to jmxfetch workflow * Make correct change to system tests workflow
1 parent e6bf289 commit e1b658a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/chainguard/self.update-jmxfetch-submodule.create-pr.sts.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ subject: repo:DataDog/dd-trace-java:ref:refs/heads/master
55
claim_pattern:
66
event_name: (schedule|workflow_dispatch)
77
ref: refs/heads/master
8+
ref_protected: "true"
89
job_workflow_ref: DataDog/dd-trace-java/\.github/workflows/update-jmxfetch-submodule\.yaml@refs/heads/master
910

1011
permissions:

.github/chainguard/self.update-system-tests.push.sts.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ subject_pattern: repo:DataDog/dd-trace-java:ref:refs/(heads/master|tags/v[0-9]+.
55
claim_pattern:
66
event_name: (push|workflow_dispatch)
77
ref: refs/(heads/master|tags/v[0-9]+\.[0-9]+\.0)
8-
ref_protected: "true"
98
job_workflow_ref: DataDog/dd-trace-java/\.github/workflows/create-release-branch\.yaml@refs/heads/master
109

1110
permissions:

0 commit comments

Comments
 (0)