Skip to content

Commit 13f82a4

Browse files
authored
ci: update of files from global .github repo (#690)
1 parent 2625789 commit 13f82a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/welcome-first-time-contrib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
jobs:
1919
welcome:
2020
name: Post welcome message
21-
if: ${{ !contains(fromJson('["asyncapi-bot", "dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }} # zizmor: ignore[obfuscation]
21+
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]
2222
runs-on: ubuntu-latest
2323
permissions:
2424
contents: read # Required to read repository data for checking if it's the user's first contribution

0 commit comments

Comments
 (0)