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:
parent
4b71a031ab
commit
ac7082d76e
2 changed files with 29 additions and 0 deletions
22
.github/config.yml
vendored
Normal file
22
.github/config.yml
vendored
Normal 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:
|
||||

|
||||
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
|
|
@ -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>.
|
||||
|
|
Loading…
Add table
Reference in a new issue