From 207d61a7acec74725ac3570d59d17654581045be Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Mon, 29 Jan 2024 11:37:13 -0500 Subject: [PATCH] Update close-pull-requests.yml --- .github/workflows/close-pull-requests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close-pull-requests.yml b/.github/workflows/close-pull-requests.yml index 7fe8d85c..ba8505a1 100644 --- a/.github/workflows/close-pull-requests.yml +++ b/.github/workflows/close-pull-requests.yml @@ -11,7 +11,7 @@ jobs: uses: actions/checkout@v2 - name: Debug contains - echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza') }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza') }} + echo: "The body of the pull request contains alfredodeza: ${{ contains(github.event.pull_request.body, 'alfredodeza') }} , and contains @alfredodeza: ${{ contains(github.event.pull_request.body, '@alfredodeza') }}" - name: Close PR if not pre-approved if: |