build(deps-dev): bump vite from 7.1.9 to 7.1.11 in /client #1
Workflow file for this run
This file contains hidden or 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 New Contributors | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| welcome: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Welcome new contributors | |
| uses: actions/first-interaction@v1 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| 👋 Hello @${{ github.actor }}! | |
| Thank you for opening your first issue in Travel Logger! 🌍 We're excited to have you as part of our community. | |
| A few things to help us help you: | |
| - 📖 Check our [documentation](https://github.com/Vaporjawn/Travel-Logger/tree/master/.github) if you haven't already | |
| - 💬 Join our [discussions](https://github.com/Vaporjawn/Travel-Logger/discussions) for questions and community support | |
| - 🤝 See our [contributing guide](https://github.com/Vaporjawn/Travel-Logger/blob/master/.github/CONTRIBUTING.md) if you're interested in contributing | |
| One of our maintainers will take a look at this issue soon. In the meantime, feel free to explore the project and join our community discussions! | |
| Happy traveling! ✈️ | |
| pr-message: | | |
| 🎉 Thank you for your first pull request to Travel Logger, @${{ github.actor }}! | |
| We really appreciate your contribution to making Travel Logger better for everyone. 🌟 | |
| Here's what happens next: | |
| 1. 🔍 Our maintainers will review your changes | |
| 2. 💬 We might ask questions or suggest improvements | |
| 3. ✅ Once approved, we'll merge your contribution | |
| 4. 📝 You'll be recognized in our contributors list | |
| While you wait: | |
| - 📖 Make sure you've read our [contributing guidelines](https://github.com/Vaporjawn/Travel-Logger/blob/master/.github/CONTRIBUTING.md) | |
| - 🧪 Ensure all tests are passing | |
| - 📝 Check that documentation is updated if needed | |
| - 💬 Join our [discussions](https://github.com/Vaporjawn/Travel-Logger/discussions) to connect with the community | |
| Thank you for helping make Travel Logger awesome! 🚀 |