Bump vite from 5.4.6 to 5.4.10 #338
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'Greet' | |
on: [pull_request_target, issues] | |
jobs: | |
greet: | |
name: 'New Contributor' | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- name: 'Greet New Contributor' | |
uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: '# Thank you taking the time to submit your first PR.\nPlease ensure all tests pass, the code has been linted and formatted correctly.\n[see our docs on contributing](https://github.com/USEPA/the-manifest-game/blob/main/.github/CONTRIBUTING.md)' |