Update and rename move_issues_to_projects.yml to add_issues_to_projects.yml
This commit is contained in:
parent
8b2c9486da
commit
c36a046a15
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Move Issues To Projects
|
||||
name: Add Issues To Projects
|
||||
|
||||
on:
|
||||
issues:
|
||||
|
@ -6,7 +6,7 @@ on:
|
|||
- opened
|
||||
|
||||
jobs:
|
||||
move-issues:
|
||||
add-issues:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Generate token
|
Loading…
Reference in a new issue