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 508af1c commit 7f8fbd4
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,8 +31,8 @@ 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: ${{ contains(github.event.issue.title, 'Review Inactive Team Members') }}
# if: ${{ github.event.action == 'reopened' && contains(github.event.issue.title, 'Review Inactive Team Members') }}
if: ${{ contains(github.event.issue.title, 'Review Inactive Team Members') }}
steps:
- name: Move Reopened Issue
uses: alex-page/[email protected]
Expand Down

0 comments on commit 7f8fbd4

Please sign in to comment.