Skip to content

Typings for tutorial, meta, ... #147

Typings for tutorial, meta, ...

Typings for tutorial, meta, ... #147

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: "Cool, thank you for creating your first issue on polkadot.study."
pr-message: "Wow, thank you for creating your first pull request on polkadot.study."