Skip to content

Update bcrypt requirement from >=3.2.0 to >=5.0.0 #1

Update bcrypt requirement from >=3.2.0 to >=5.0.0

Update bcrypt requirement from >=3.2.0 to >=5.0.0 #1

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
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-message: 'Hello! Thanks for reporting this issue'
pr-message: 'Hello! Thanks for making this pull request'