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 5c67921 commit 94b033cCopy full SHA for 94b033c
1 file changed
.github/workflows/welcome-new-users.yml
@@ -16,8 +16,6 @@ jobs:
16
permissions:
17
issues: write # for wow-actions/welcome to comment on issues
18
pull-requests: write # wow-actions/welcome to comment on PRs
19
- # Do not run on bots and maintainers
20
- if: ${{ !contains(fromJson('["dependabot[bot]", "dependabot-preview[bot]", "allcontributors[bot]"]'), github.actor) }}
21
runs-on: ubuntu-latest
22
steps:
23
- uses: wow-actions/welcome@68019c2c271561f63162fea75bb7707ef8a02c85 # To pin v1.3.1
0 commit comments