From 68b261da1a35f1839c1a940cbba9e3e1051dcda3 Mon Sep 17 00:00:00 2001 From: "Nicholas C. Zakas" Date: Wed, 23 Nov 2022 14:17:29 -0800 Subject: [PATCH] build: Update tweet functionality (#98) --- .github/workflows/tweet-rfc-update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tweet-rfc-update.yml b/.github/workflows/tweet-rfc-update.yml index d55adcd7..df33473a 100644 --- a/.github/workflows/tweet-rfc-update.yml +++ b/.github/workflows/tweet-rfc-update.yml @@ -20,7 +20,7 @@ jobs: tweetMerge: runs-on: ubuntu-latest - if: github.event.action == 'closed' && github.event.pull_request.merged + if: github.event.action == 'closed' && github.event.pull_request.merged && contains(github.event.pull_request.labels.*.name, 'Final Commenting') steps: - uses: actions/setup-node@v3 with: