From e76fec30d46be4b7dfcc80b7fe048a6276ff38e8 Mon Sep 17 00:00:00 2001 From: Tiago Barbosa Date: Fri, 29 Sep 2023 17:44:19 +0100 Subject: [PATCH] ci: :truck: move config to .github root folder move config to .github root folder --- .github/{workflows/config => }/release-drafter.yml | 0 .github/workflows/on_push_to_main.yml | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .github/{workflows/config => }/release-drafter.yml (100%) diff --git a/.github/workflows/config/release-drafter.yml b/.github/release-drafter.yml similarity index 100% rename from .github/workflows/config/release-drafter.yml rename to .github/release-drafter.yml diff --git a/.github/workflows/on_push_to_main.yml b/.github/workflows/on_push_to_main.yml index 4e6f029..dcd3469 100644 --- a/.github/workflows/on_push_to_main.yml +++ b/.github/workflows/on_push_to_main.yml @@ -28,7 +28,7 @@ jobs: - uses: release-drafter/release-drafter@v5 # (Optional) specify config name to use, relative to .github/. Default: release-drafter.yml with: - config-name: config/release-drafter.yml + config-name: release-drafter.yml # disable-autolabeler: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file