summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-17 22:51:54 -0700
committerGravatar GitHub <noreply@github.com> 2021-09-17 22:51:54 -0700
commitcef644a8fc11b8f1e9e663294cc8c383f8af570e (patch)
tree35438fd329ee13ffba30c5ca75b6f3d16e2ab8c6
parentb51ace2044c61f034b9a68ae265e19e6c584e5cb (diff)
downloadastro-cef644a8fc11b8f1e9e663294cc8c383f8af570e.tar.gz
astro-cef644a8fc11b8f1e9e663294cc8c383f8af570e.tar.zst
astro-cef644a8fc11b8f1e9e663294cc8c383f8af570e.zip
Update issue.yml
-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 0184a1cfe..76fda3275 100644
--- a/.github/workflows/issue.yml
+++ b/.github/workflows/issue.yml
@@ -26,9 +26,9 @@ jobs:
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '💡 RFC:')
with:
project: 'https://github.com/snowpackjs/astro/projects/3'
- column_name: 'In Progress'
+ column_name: 'Discussing'
- - name: Assign RFCs to the RFC Tracker
+ - name: Assign RFCs to the Docs Tracker
uses: srggrs/assign-one-project-github-action@1.2.1
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:')
with: