diff --git a/.github/workflows/move_issues_to_projects.yml b/.github/workflows/add_issues_to_projects.yml similarity index 95% rename from .github/workflows/move_issues_to_projects.yml rename to .github/workflows/add_issues_to_projects.yml index 4d4069c..e1dc760 100644 --- a/.github/workflows/move_issues_to_projects.yml +++ b/.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