Skip to content

feat: add an adapter for netlify #162

feat: add an adapter for netlify

feat: add an adapter for netlify #162

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.TOKEN_GITHUB }}
issue-message: "Thanks for your interest by sharing what's going wrong with Rasengan.js, your contribution will help more than one."
pr-message: 'Oh nice, this is your first pull request on Rasengan.js repository. Thanks for contributing to the project.'