Skip to content

build(deps): bump bytes from 1.9.0 to 1.11.1 in /learning/kubernetes/km-rust/kubers-demo #25

build(deps): bump bytes from 1.9.0 to 1.11.1 in /learning/kubernetes/km-rust/kubers-demo

build(deps): bump bytes from 1.9.0 to 1.11.1 in /learning/kubernetes/km-rust/kubers-demo #25

Workflow file for this run

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.