Skip to content

add preventDefault option to shortcut #73

add preventDefault option to shortcut

add preventDefault option to shortcut #73

Workflow file for this run

name: Greetings
on: [pull_request]
jobs:
greeting:
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
pr-message: 'Thanks for the pull request! A maintainer will look at it as soon as possible.'