From 277b4c3f3abbcda54fedef9ae0e22522f7261a34 Mon Sep 17 00:00:00 2001 From: xaoxuu <16400144+xaoxuu@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:49:40 +0800 Subject: [PATCH] Update label-commenter.yml --- .github/workflows/label-commenter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/label-commenter.yml b/.github/workflows/label-commenter.yml index 634c51f..b4ed9fa 100644 --- a/.github/workflows/label-commenter.yml +++ b/.github/workflows/label-commenter.yml @@ -20,4 +20,4 @@ jobs: uses: peaceiris/actions-label-commenter@v1 with: github_token: ${{ secrets.GITHUB_TOKEN }} - config_file: .github/config/label-commenter-config.yml + config_file: .github/configs/label-commenter-config.yml