From d723d2706e9bfc5c0d848aab8bf086e87cdfad53 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Thu, 9 Sep 2021 20:22:00 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20broken=20path=20to=20confi?= =?UTF-8?q?g=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/add-comment-from-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/add-comment-from-tag.yml b/.github/workflows/add-comment-from-tag.yml index 705fc3ca..8d2ae522 100644 --- a/.github/workflows/add-comment-from-tag.yml +++ b/.github/workflows/add-comment-from-tag.yml @@ -23,5 +23,5 @@ jobs: - name: Label Commenter uses: peaceiris/actions-label-commenter@v1 with: - config_file: ./path_to/your_config.yml + config_file: .github/issue-auto-comments.yml github_token: ${{ secrets.BOT_GITHUB_TOKEN }}