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
While working on jenkins-infra/docker-openvpn#354 I decided to automate the issue generation for CRL cert renewal.
Which lead me to use GH, but this could have been embedded within updatecli as a target (not action as for this example there is no target to provide, and target is mandatory to use action)
Solution you'd like
targets:
createIssue:
kind: github/issuescmid: defaulttitle: Bump CRL cert as will expire soon {{ source "previousendate" }}body: | "follow https://github.com/jenkins-infra/docker-openvpn?tab=readme-ov-file#howto-renew-certificate-revocation-list \ See https://github.com/jenkins-infra/helpdesk/issues/4266 for details."spec:
labels:
- crl
- updatecli
Alternatives you've considered
using gh but then I needed to check on already openned issue
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
While working on jenkins-infra/docker-openvpn#354 I decided to automate the issue generation for CRL cert renewal.
Which lead me to use GH, but this could have been embedded within updatecli as a target (not action as for this example there is no target to provide, and target is mandatory to use action)
Solution you'd like
Alternatives you've considered
using gh but then I needed to check on already openned issue
Anything else?
No response
The text was updated successfully, but these errors were encountered: