1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2025-03-05 07:26:55 +00:00

configured Behaviour bot. (#2402)

* create configuration for behaviour bot

Signed-off-by: Anita-ihuman <charlesanita403@gmail.com>

* adding contributor images

Signed-off-by: Anita-ihuman <charlesanita403@gmail.com>
This commit is contained in:
Anita-ihuman 2021-09-16 21:34:07 +01:00 committed by GitHub
parent 4b71a031ab
commit ac7082d76e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 29 additions and 0 deletions

22
.github/config.yml vendored Normal file
View file

@ -0,0 +1,22 @@
# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here! Be sure to follow the issue template!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for opening your first Pull Request here!
Please check out our [Contributing guidelines](https://github.com/kyverno/kyverno/blob/main/CONTRIBUTING.md) and confirm that you Signed off.
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
# Congratulations! :tada:
![200w](https://user-images.githubusercontent.com/62384659/131811391-bdfe5f22-f233-4e9f-a00c-320bd6c4ebc9.gif)
Great job merging your first Pull Request here! How awesome!
If you are new to this project, Feel free to join our [slack community](https://slack.k8s.io/#kyverno)
# It is recommend to include as many gifs and emojis as possible

View file

@ -15,6 +15,13 @@
Kyverno is a policy engine designed for Kubernetes. It can validate, mutate, and generate configurations using admission controls and background scans. Kyverno policies are Kubernetes resources and do not require learning a new language. Kyverno is designed to work nicely with tools you already use like kubectl, kustomize, and Git.
</p>
## Contributors
<a href="https://github.com/kyverno/kyverno/graphs/contributors">
<img src="https://contrib.rocks/image?repo=kyverno/kyverno" />
</a>
Made with [contributors-img](https://contrib.rocks).
## 📙 Documentation
Kyverno installation and reference documents are available at: <a href="https://kyverno.io/">kyverno.io</a>.