From a928cbec1fd2227cf89f40f8ee6b91400c4664ec Mon Sep 17 00:00:00 2001 From: xaoxuu <16400144+xaoxuu@users.noreply.github.com> Date: Sat, 13 Jan 2024 18:51:50 +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 634c51f60..b4ed9fa5d 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