From 989b140463e095834f6c3aa0305a4521a6ddef68 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Mon, 13 Nov 2023 19:13:32 -0500 Subject: [PATCH] Try to see `Contributors` section --- .github/changelog-application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/changelog-application.yml b/.github/changelog-application.yml index e2fb23f..7fe894b 100644 --- a/.github/changelog-application.yml +++ b/.github/changelog-application.yml @@ -1,8 +1,8 @@ changelog: repository: ${GITHUB_REPOSITORY} - contributors: - exclude: - names: ${REPO_TEAM} +# contributors: +# exclude: +# names: ${REPO_TEAM} github: username: spring-builds password: ${GITHUB_TOKEN} \ No newline at end of file