Update move_issue_to_project.yml
This commit is contained in:
parent
d2e0695d73
commit
bd1a2f5751
1 changed files with 2 additions and 2 deletions
4
.github/workflows/move_issue_to_project.yml
vendored
4
.github/workflows/move_issue_to_project.yml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Move Issue To Project
|
||||
name: Move Issues To Projects
|
||||
|
||||
on:
|
||||
issues:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
- opened
|
||||
|
||||
jobs:
|
||||
build:
|
||||
move-issues:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate token
|
||||
|
|
Loading…
Reference in a new issue