From d3dfceea2659262b037d7236cb3e02db9334224b Mon Sep 17 00:00:00 2001 From: Will Gillis <40799239+t-will-gillis@users.noreply.github.com> Date: Sat, 18 Nov 2023 21:46:34 -0800 Subject: [PATCH] Update schedule-monthly-reopen.yml --- .github/workflows/schedule-monthly-reopen.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/schedule-monthly-reopen.yml b/.github/workflows/schedule-monthly-reopen.yml index 1d18e482b4..3beac51f2a 100644 --- a/.github/workflows/schedule-monthly-reopen.yml +++ b/.github/workflows/schedule-monthly-reopen.yml @@ -7,8 +7,7 @@ jobs: First-Pass: runs-on: ubuntu-latest steps: - - run: echo "This job automatically triggered by a ${{ github.event_name }}" - + # Checks to see whether the title of the issue contains the words 'Review Inactive Team Members' # AND whether the comment's body contains the words 'want to come back' OR 'bot made a mistake' - name: Check comment @@ -31,8 +30,8 @@ jobs: Move-Reopened-Issue: needs: First-Pass runs-on: ubuntu-latest - 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.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'}} steps: - name: Move Reopened Issue