diff --git a/.github/workflows/issues-to-csv.yml b/.github/workflows/issues-to-csv.yml index 172f0a2..60cf090 100644 --- a/.github/workflows/issues-to-csv.yml +++ b/.github/workflows/issues-to-csv.yml @@ -11,7 +11,7 @@ jobs: # unless overridden when issue has "LA website bot" in title, then 'Questions / In Review' list-issues: runs-on: ubuntu-latest - if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }} + # if: ${{ github.event_name == 'issues' && github.event.action == 'opened' }} # env: # COLUMN_NAME: ${{ contains(github.event.issue.title, 'Hack for LA website bot') && 'Questions / In Review' || 'New Issue Approval' }} steps: