Skip to content

[Snyk] Security upgrade pillow from 9.5.0 to 10.3.0 #2994

[Snyk] Security upgrade pillow from 9.5.0 to 10.3.0

[Snyk] Security upgrade pillow from 9.5.0 to 10.3.0 #2994

Workflow file for this run

name: Greetings
on: [pull_request, issues]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1
continue-on-error: true
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello there, thanks for opening your first issue. We welcome you to the community!'
pr-message: 'Hello there, thanks for opening your first Pull Request. Someone will review it soon.'