Skip to content

refactor: reduce cognitive complexity across 13 modules #2673

refactor: reduce cognitive complexity across 13 modules

refactor: reduce cognitive complexity across 13 modules #2673

Workflow file for this run

name: Greetings
on: [pull_request_target, issues]
permissions:
issues: write
pull-requests: write
jobs:
greet:
if: |
github.actor != 'renovate[bot]' &&
github.actor != 'dependabot[bot]' &&
github.actor != 'dallay-bot' &&
!contains(github.actor, '[bot]') &&
github.event.pull_request.user.type != 'Bot'
uses: dallay/common-actions/.github/workflows/greetings.yml@v2.1.0
secrets: inherit