We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1903083 + fc18200 commit 83ece28Copy full SHA for 83ece28
1 file changed
.github/chainguard/release-tag.sts.yaml
@@ -3,9 +3,11 @@ issuer: https://token.actions.githubusercontent.com
3
subject: repo:DataDog/pup:pull_request
4
5
claim_pattern:
6
+ base_ref: main
7
event_name: pull_request
- job_workflow_ref: DataDog/pup/\.github/workflows/release-tag\.yml@refs/pull/[0-9]+/merge
8
- ref: refs/pull/[0-9]+/merge
+ head_ref: release/v[0-9]+\.[0-9]+\.[0-9]+
9
+ job_workflow_ref: DataDog/pup/\.github/workflows/release-tag\.yml@refs/heads/main
10
+ ref: refs/heads/main
11
repository: DataDog/pup
12
13
permissions:
0 commit comments