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 75a58ce commit b91366b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/schedule-monthly-reopen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
Expand Down

0 comments on commit b91366b

Please sign in to comment.