diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml index 589fd782c9..0184a1cfeb 100644 --- a/.github/workflows/issue.yml +++ b/.github/workflows/issue.yml @@ -26,11 +26,11 @@ jobs: if: github.event.action == 'opened' && startsWith(github.event.issue.title, '💡 RFC:') with: project: 'https://github.com/snowpackjs/astro/projects/3' - column_name: 'Needs Discussion' + column_name: 'In Progress' - name: Assign RFCs to the RFC Tracker uses: srggrs/assign-one-project-github-action@1.2.1 if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:') with: project: 'https://github.com/snowpackjs/astro/projects/5' - column_name: 'TODO' \ No newline at end of file + column_name: 'TODO'