1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

Fixed a typo in config file (#2407)

* create configuration for behaviour bot

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

* adding contributor images

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

* fixed typo in config.yml

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

* including config file to ignore.

Signed-off-by: Anita-ihuman <charlesanita403@gmail.com>
This commit is contained in:
Anita-ihuman 2021-09-20 23:04:16 +01:00 committed by GitHub
parent 6d6dc8f1bc
commit afae554a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

8
.github/config.yml vendored
View file

@ -16,7 +16,11 @@ newPRWelcomeComment: >
# Comment to be posted to on pull requests merged by a first time user # Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: > firstPRMergeComment: >
# Congratulations! :tada: # 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! 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) If you are new to this project, feel free to join our [Slack community](https://slack.k8s.io/#kyverno)
![200w](https://user-images.githubusercontent.com/62384659/131811391-bdfe5f22-f233-4e9f-a00c-320bd6c4ebc9.gif)
# It is recommend to include as many gifs and emojis as possible # It is recommend to include as many gifs and emojis as possible

View file

@ -7,6 +7,7 @@ on:
- 'README.md' - 'README.md'
- 'charts/**' - 'charts/**'
- 'docs/**' - 'docs/**'
- '.github/config.yml'
pull_request: pull_request:
branches: branches:
- 'main' - 'main'
@ -14,6 +15,7 @@ on:
- 'README.md' - 'README.md'
- 'charts/**' - 'charts/**'
- 'docs/**' - 'docs/**'
- '.github/config.yml'
jobs: jobs:
e2e-test: e2e-test: