You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've currently hardcoded this for the releaser verification to @refs/heads/main for full ID matching. For versioned releaser, we need more flexibility. I don't think this needs to be in the policy itself. Instead, it can be in the verifier's code, and will be an input to the CLI / GHA as "--releaser-ref-regex" in addition to --release-ref.
The limitation is that if an org starts with head and want to migrate to version, it will be hard. Having it in the policy itself could be more flexible: the org can define multiple roots for each.
The text was updated successfully, but these errors were encountered:
I've currently hardcoded this for the releaser verification to
@refs/heads/main
for full ID matching. For versioned releaser, we need more flexibility. I don't think this needs to be in the policy itself. Instead, it can be in the verifier's code, and will be an input to the CLI / GHA as "--releaser-ref-regex" in addition to--release-ref
.The limitation is that if an org starts with head and want to migrate to version, it will be hard. Having it in the policy itself could be more flexible: the org can define multiple roots for each.
The text was updated successfully, but these errors were encountered: