diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 36193def..057a2cf6 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -7,7 +7,7 @@ on: types: [opened] jobs: - auto-assign: + add_assignees: runs-on: ubuntu-latest steps: - name: Check out the repository