💚 Fix broken path to config file

This commit is contained in:
Alicia Sykes 2021-09-09 20:22:00 +01:00 committed by GitHub
parent b3d5e331bb
commit d723d2706e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}