build(deps): bump bytes from 1.9.0 to 1.11.1 in /learning/kubernetes/km-rust/kube-crd #26
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@v3 | |
| with: | |
| repo-token: ${{ secrets.GITHUB_TOKEN }} | |
| issue-message: | | |
| Welcome to the DevOps Tools repository! 🚀 | |
| - Please read the [CONTRIBUTING.md](./CONTRIBUTING.md) file before raising an issue. | |
| - If you're working on **Jenkins**, **Kubernetes**, or other tools, ensure your issue includes necessary details to reproduce it. | |
| pr-message: | | |
| Thank you for your first pull request! 🎉 | |
| - Before merging, please confirm that your changes adhere to the guidelines in [CONTRIBUTING.md](./CONTRIBUTING.md). | |
| - Let's keep the repository organized and robust for everyone! | |
| - If you're working on **Jenkins**, **Kubernetes**, or other tools, ensure your pull request includes necessary details to reproduce it. |