Skip to content

Bump vite and @sveltejs/kit #54

Bump vite and @sveltejs/kit

Bump vite and @sveltejs/kit #54

Workflow file for this run

name: Greetings
on: [pull_request, 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 creating the issue. Attach the details about the issue.'
pr-message: 'Thanks for creating the PR. The PR will be merged once reviewed for the changes.'