Update issue.yml column name

This commit is contained in:
Fred K. Schott 2021-09-01 15:57:36 -07:00 committed by GitHub
parent cdc69792f9
commit 287eee766f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'
column_name: 'TODO'