Skip to content

Commit

Permalink
Update schedule-monthly-reopen.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
t-will-gillis authored Nov 19, 2023
1 parent b91366b commit d3dfcee
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/schedule-monthly-reopen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d3dfcee

Please sign in to comment.