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:
|
on:
|
||||||
issues:
|
issues:
|
||||||
|
@ -33,4 +33,4 @@ jobs:
|
||||||
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:')
|
if: github.event.action == 'opened' && startsWith(github.event.issue.title, '📘 DOC:')
|
||||||
with:
|
with:
|
||||||
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/5'
|
project: 'https://github.com/srggrs/assign-one-project-github-action/projects/5'
|
||||||
column_name: 'TODO
|
column_name: 'TODO'
|
Loading…
Reference in a new issue