From 5cb57a375a0fbd881dc7355d0e3fd74000c98788 Mon Sep 17 00:00:00 2001 From: "Fred K. Schott" Date: Wed, 1 Sep 2021 11:27:29 -0700 Subject: [PATCH] fix issue.yml syntax error --- .github/workflows/issue.yml | 4 ++-- 1 file 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