From b91366b27db8420da2ecc6a706e358235c1255e0 Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:42:51 -0800 Subject: [PATCH] Update schedule-monthly-reopen.yml --- .github/workflows/schedule-monthly-reopen.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/schedule-monthly-reopen.yml b/.github/workflows/schedule-monthly-reopen.yml index ebff88563f..1d18e482b4 100644 --- a/.github/workflows/schedule-monthly-reopen.yml +++ b/.github/workflows/schedule-monthly-reopen.yml @@ -31,9 +31,9 @@ jobs: Move-Reopened-Issue: needs: First-Pass runs-on: ubuntu-latest - # if: ${{ github.event.action == 'reopened' && contains(github.event.issue.title, 'Review Inactive Team Members') }} + if: ${{ github.event.issues.reopened == true && contains(github.event.issue.title, 'Review Inactive Team Members') }} # if: ${{ contains(github.event.issue.title, 'Review Inactive Team Members') }} - if: ${{ github.event_name == 'issues' && github.event.action == 'reopened'}} + # if: ${{ github.event_name == 'issues' && github.event.action == 'reopened'}} steps: - name: Move Reopened Issue uses: alex-page/github-project-automation-plus@v0.8.3