diff --git a/.github/workflows/move_issue_to_project.yml b/.github/workflows/move_issue_to_project.yml index a30313f..4d4069c 100644 --- a/.github/workflows/move_issue_to_project.yml +++ b/.github/workflows/move_issue_to_project.yml @@ -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