summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-01 15:57:36 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-01 15:57:36 -0700
commit287eee766fe047a7cfe6aedc2ede748b395aa7a5 (patch)
treebfd586014df8046533d841d95606a627af669e57
parentcdc69792f97bdc383c37d7d1e1e1d8c50de8d987 (diff)
downloadastro-287eee766fe047a7cfe6aedc2ede748b395aa7a5.tar.gz
astro-287eee766fe047a7cfe6aedc2ede748b395aa7a5.tar.zst
astro-287eee766fe047a7cfe6aedc2ede748b395aa7a5.zip
Update issue.yml column name
-rw-r--r--.github/workflows/issue.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/issue.yml b/.github/workflows/issue.yml
index 589fd782c..0184a1cfe 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'