summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-01 11:27:29 -0700
committerGravatar Fred K. Schott <fkschott@gmail.com> 2021-09-01 11:27:29 -0700
commit5cb57a375a0fbd881dc7355d0e3fd74000c98788 (patch)
tree585614062278e47e764e856d14798dfbfb014072
parent53ffefcf4396f248f74e617137ec84fd5ba0f0e0 (diff)
downloadastro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.tar.gz
astro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.tar.zst
astro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.zip
fix issue.yml syntax error
-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 aca28456a..9f7b660ce 100644
--- a/.github/workflows/issue.yml
+++ b/.github/workflows/issue.yml
@@ -1,4 +1,4 @@
-name: Auto Assign to Project(s)
+name: Auto Assign Issues to Project
on:
issues:
@@ -33,4 +33,4 @@ jobs:
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:')
with:
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/5'
- column_name: 'TODO \ No newline at end of file
+ column_name: 'TODO' \ No newline at end of file