mdn / workflows

Reusable GitHub Actions workflows
Mozilla Public License 2.0
35 stars 22 forks source link

allo-allo workflow run failed #150

Open skyclouds2001 opened 1 week ago

skyclouds2001 commented 1 week ago

What information was incorrect, unhelpful, or incomplete?

allo-allo workflow run failed, see https://github.com/mdn/data/pull/780 and https://github.com/mdn/data/actions/runs/11882120099/job/33107233646?pr=780

this affect https://github.com/mdn/workflows/blob/main/.github/workflows/allo-allo.yml and https://github.com/mdn/workflows/blob/main/.github/workflows/welcome-bot.yml, also other repos that use this workflow, like mdn/data

What did you expect to see?

this is because the target workflow mechanical-ink/allo-allo no longer existed.

i suggest use actions/first-interaction to replace current one that is missing. It takes similar effect as current one. One sample usage is here and related workflow run.

Do you have any supporting links, references, or citations?

No response

Do you have anything more you want to share?

No response

bsmth commented 1 week ago

Thanks a lot for reporting. I've manually disabled it on repos for now, so checks won't fail in future. I've no objections to the replacement you've mentioned, thanks for the suggestion.