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
ci(workflows): use librarian action for issue creation in regenerate-all (#17506)
Refactor regenerate-all workflow to use `create-issue-on-failure` action
from librarian to create and assign issue.
Replaces manual github-cli script steps with the shared
`googleapis/librarian/.github/actions/create-issue-on-failure` action.
Splits the regeneration execution and diff check into separate steps so
it is easier to read from GHA log.
Context: #17426
and #17427 was
created on code generation diff/failures but was left unattended. This
change will create issue with assignee to last committer and add
":rotating_light: critical" label to it.
For googleapis/librarian#6450
0 commit comments