From afae554a7bc5aab018a5262b2e58b6423b0674fd Mon Sep 17 00:00:00 2001 From: Anita-ihuman <62384659+Anita-ihuman@users.noreply.github.com> Date: Mon, 20 Sep 2021 23:04:16 +0100 Subject: [PATCH] Fixed a typo in config file (#2407) * create configuration for behaviour bot Signed-off-by: Anita-ihuman * adding contributor images Signed-off-by: Anita-ihuman * fixed typo in config.yml Signed-off-by: Anita-ihuman * including config file to ignore. Signed-off-by: Anita-ihuman --- .github/config.yml | 8 ++++++-- .github/workflows/e2e.yaml | 2 ++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index a954bb0cc2..e2b0bb873d 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -16,7 +16,11 @@ newPRWelcomeComment: > # 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) + 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 \ No newline at end of file diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 485ecbbe08..a0ad32d932 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -7,6 +7,7 @@ on: - 'README.md' - 'charts/**' - 'docs/**' + - '.github/config.yml' pull_request: branches: - 'main' @@ -14,6 +15,7 @@ on: - 'README.md' - 'charts/**' - 'docs/**' + - '.github/config.yml' jobs: e2e-test: