From cb4d5f5bcef2c97a1c77cb6f31c888d2c00a64d6 Mon Sep 17 00:00:00 2001 From: Harshith Mullapudi Date: Wed, 13 Oct 2021 22:42:33 +0530 Subject: [PATCH] fix(workflow): community label is not added draft pr (#7014) --- .github/workflows/github-community-label-bot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-community-label-bot.yaml b/.github/workflows/github-community-label-bot.yaml index 9ae7a8105ef..5b850372894 100644 --- a/.github/workflows/github-community-label-bot.yaml +++ b/.github/workflows/github-community-label-bot.yaml @@ -9,7 +9,7 @@ jobs: action: runs-on: ubuntu-latest steps: - - uses: harshithmullapudi/label-actions@5934972a235cb85542b1f00c486abe82d3c1265c + - uses: harshithmullapudi/label-actions@75686c2b3de17244526f10a22424f319d0bc134f with: github-token: ${{ secrets.LABEL_BOT_TOKEN }} github-username: ${{ secrets.LABEL_BOT_USERNAME }}