diff options
-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 |