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
Currently we have two workflows that file issues on failures on cron: online-signing and test.
This is a bit annoying when you create repo since not having a metadata/ directory is considered a failure... so the workflows start filing issues pretty much immediately.
We should consider options here:
workflows could just succeed if metadata does not exist in git at all
this would mean wiping the metadata would not lead to any visible failure...
but that might be ok since if you can wipe the metadata you can also wipe the workflows (and it is possible to setup alerts outside of the repo a la sigstore-probers)
alternatively we could mention in docs that actions can be disabled until the first signing event...
???
The text was updated successfully, but these errors were encountered:
Currently we have two workflows that file issues on failures on cron: online-signing and test.
This is a bit annoying when you create repo since not having a metadata/ directory is considered a failure... so the workflows start filing issues pretty much immediately.
We should consider options here:
The text was updated successfully, but these errors were encountered: