diff options
author | 2021-09-01 11:27:29 -0700 | |
---|---|---|
committer | 2021-09-01 11:27:29 -0700 | |
commit | 5cb57a375a0fbd881dc7355d0e3fd74000c98788 (patch) | |
tree | 585614062278e47e764e856d14798dfbfb014072 | |
parent | 53ffefcf4396f248f74e617137ec84fd5ba0f0e0 (diff) | |
download | astro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.tar.gz astro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.tar.zst astro-5cb57a375a0fbd881dc7355d0e3fd74000c98788.zip |
fix issue.yml syntax error
-rw-r--r-- | .github/workflows/issue.yml | 4 |
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 |