Browse Source

Update and rename move_issues_to_projects.yml to add_issues_to_projects.yml

John Guan 2 years ago
parent
commit
c36a046a15
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/add_issues_to_projects.yml

+ 2 - 2
.github/workflows/move_issues_to_projects.yml → .github/workflows/add_issues_to_projects.yml

@@ -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