asyncapi / .github

Location of all reusable community health files
29 stars 62 forks source link

skipping workflows for `allcontributors` bot do not work #223

Closed derberg closed 1 year ago

derberg commented 1 year ago

Describe the bug

Some workflows (https://github.com/search?q=repo%3Aasyncapi%2F.github+allcontributors+language%3AYAML&type=code&l=YAML) are designed to skip if allcontributors bot created a PR.

This is not working anymore

How to Reproduce

whenever you see a CI check in any repo, that is triggered by allcontributors, required steps are not skipped as expected

Expected behavior

we need skips as before

I think the problem is that the actor name has change. Now it is:

allcontributors[bot]

so in all workflows from this repo, allcontributors must change to allcontributors[bot]