From f0a6836a884c12c8d5af61017027b99b12d34d60 Mon Sep 17 00:00:00 2001 From: Allen Faure Date: Mon, 29 Apr 2024 13:04:45 -0500 Subject: [PATCH] asdfasdfasd --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c5834aecbb..79b8cc3d68 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -43,7 +43,7 @@ jobs: run: echo "test :o ${{ toJson(github) }} " - uses: exercism/pr-commenter-action@v1.5.1 - if: ${{ contains(github.event.pull_request.labels, '🆕 Feature Preview') }} + if: ${{ contains(github.event.pull_request.labels.*.name, '🆕 Feature Preview') }} with: github-token: ${{ github.token }} config-file: ".github/pr-commenter.yml"