Skip to content

Commit

Permalink
build: Update tweet functionality (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
nzakas committed Nov 23, 2022
1 parent 893b491 commit 68b261d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tweet-rfc-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 68b261d

Please sign in to comment.