File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ issuer: https://token.actions.githubusercontent.com
33subject_pattern : " repo:DataDog/libdatadog.*"
44
55claim_pattern :
6- ref : " refs/heads/(main|release|julio/.*)" # TODO: remove testing branch and uncomment ref_protected
6+ ref : " refs/heads/(main|release|julio/.*|igor/.* )" # TODO: remove testing branch and uncomment ref_protected
77 # ref_protected: "true" # TODO: uncomment once tested.
88
99permissions :
Original file line number Diff line number Diff line change @@ -3,8 +3,9 @@ issuer: https://token.actions.githubusercontent.com
33subject_pattern : " repo:DataDog/libdatadog.*"
44
55claim_pattern :
6- ref : " refs/heads/(main|release)"
6+ ref : " refs/heads/(main|release|igor/.*|julio/.* )"
77 ref_protected : " true"
8+ email : " .*@datadoghq.com"
89 # job_workflow_ref: DataDog/libdatadog/\.github/workflows/release-proposal-dispatch\.yml@.+
910
1011permissions :
You can’t perform that action at this time.
0 commit comments