Skip to content

Bump @inquirer/input from 1.2.8 to 1.2.9 #58

Bump @inquirer/input from 1.2.8 to 1.2.9

Bump @inquirer/input from 1.2.8 to 1.2.9 #58

Workflow file for this run

name: Greetings
on: [pull_request_target]
jobs:
greeting:
runs-on: ubuntu-latest
permissions:
issues: write
pull-requests: write
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Congrats on your first PR 😎!'