chore(deps-dev): bump tailwindcss from 3.4.17 to 4.0.7 #34
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: WelcomeBot | |
on: | |
pull_request_target: | |
branches: [master] | |
types: [opened] | |
permissions: | |
pull-requests: write | |
jobs: | |
welcome: | |
name: Welcome First Time Contributors | |
runs-on: ubuntu-24.04 | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: zephyrproject-rtos/action-first-interaction@1d8459ca65b335265f1285568221e229d45a995e | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
pr-message: | | |
Hello, and thank you for contributing to the Redot website! 🎉 | |
Here’s what will happen next: | |
1. Our team will review your pull request and might provide feedback or request changes. | |
Don’t hesitate to ask if you have any questions or need help addressing feedback! | |
2. Once approved, your contribution will be merged and become part of the Redot community. 🥳 | |
Thank you for your effort, and welcome aboard! 🚀 | |
issue-message: | | |
Hello, and thank you for creating an issue on the Redot website! 🎉 | |
We’ve received your report, and our team will review it soon. If you have more information to share or if you'd like to provide further context, please feel free to comment below! | |
We’re happy to have you contributing to Redot, and we’ll keep you updated as we work on resolving this. 🚀 |