Bump vite from 6.0.6 to 6.0.7 #971
Workflow file for this run
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: π Welcome First Time Contributors | |
on: [pull_request_target, issues] | |
jobs: | |
welcome: | |
runs-on: ubuntu-latest | |
permissions: | |
issues: write | |
pull-requests: write | |
steps: | |
- uses: actions/first-interaction@main | |
if: ${{ github.event.sender.login != github.repository_owner && !contains(fromJson('[ "dependabot[bot]", "dependabot-preview[bot]", "imgbot[bot]", "allcontributors" ]'), github.actor) }} | |
with: | |
repo-token: ${{ github.token }} | |
issue-message: | | |
# Congratulations π @${{ github.actor }}, on creating your first issue in Nike | |
- Meanwhile if your liked this project, please make sure to star this πππ. | |
- You can see my other projects too, which you might feel appealing. | |
- You also follow me for making more future contributions in open-source projects. | |
pr-message: | | |
# Congratulations π @${{ github.actor }}, on your first contribution in Nike | |
- Make sure to star this project, if you liked contributing to it. πππ | |
- You can raise another new issue, if you find something is worth enhancement or needs a fix. | |
- You can see my other projects too, which you might feel appealing. | |
- You also follow me for making more future contributions in open-source projects. | |