fix issue.yml syntax error
This commit is contained in:
parent
53ffefcf43
commit
5cb57a375a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/issue.yml
vendored
4
.github/workflows/issue.yml
vendored
|
@ -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
|
||||
column_name: 'TODO'
|
Loading…
Reference in a new issue