Skip to content

Bump pyreadline3 from 3.4.1 to 3.5.2 #38

Bump pyreadline3 from 3.4.1 to 3.5.2

Bump pyreadline3 from 3.4.1 to 3.5.2 #38

Workflow file for this run

name: Greetings
on: [pull_request_target, 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: "Thanks for reporting the issue."
pr-message: "Congrats on your first PR.."