From 1afc12a34154ea8fc26d62a859d052754d79222f Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 1 Jun 2022 15:17:22 +0200 Subject: [PATCH] format yml --- .github/workflows/pr-chat.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-chat.yml b/.github/workflows/pr-chat.yml index 39102790..bff67b13 100644 --- a/.github/workflows/pr-chat.yml +++ b/.github/workflows/pr-chat.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout Actions uses: actions/checkout@v2 with: - repository: "microsoft/vscode-github-triage-actions" + repository: 'microsoft/vscode-github-triage-actions' ref: stable path: ./actions - name: Install Actions @@ -21,5 +21,5 @@ jobs: with: token: ${{secrets.GITHUB_TOKEN}} slack_token: ${{ secrets.SLACK_TOKEN }} - slack_bot_name: "VSCodeBot" + slack_bot_name: 'VSCodeBot' notification_channel: codereview