We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2625789 commit 13f82a4Copy full SHA for 13f82a4
1 file changed
.github/workflows/welcome-first-time-contrib.yml
@@ -18,7 +18,7 @@ permissions:
18
jobs:
19
welcome:
20
name: Post welcome message
21
- if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} # zizmor: ignore[obfuscation]
+ if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.event.issue.user.login || github.event.pull_request.user.login) }} # zizmor: ignore[obfuscation]
22
runs-on: ubuntu-latest
23
permissions:
24
contents: read # Required to read repository data for checking if it's the user's first contribution
0 commit comments