chore(deps): bump lucide-react from 0.525.0 to 0.548.0 in /packages/next-docs-plugin #136
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: Greetings | |
| on: [pull_request_target, 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: | | |
| π Thank you for submitting your first Issue π | |
| We truly appreciate your feedback β it helps us continuously improve the component library experience. | |
| Our team will review it soon and follow up with you. Thanks for your support! | |
| pr-message: | | |
| π Thank you for submitting your first Pull Request! | |
| Your contribution makes the component library better and helps more developers π | |
| The reviewer will check it shortly β we really appreciate your participation! |