Update issue.yml column name
This commit is contained in:
parent
cdc69792f9
commit
287eee766f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issue.yml
vendored
4
.github/workflows/issue.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue