diff --git a/.github/workflows/assign_issue.yml b/.github/workflows/assign_issue.yml index a3bac92838e1fe..4ae0252e262d6f 100644 --- a/.github/workflows/assign_issue.yml +++ b/.github/workflows/assign_issue.yml @@ -2,8 +2,8 @@ name: "Assign issue to a team" on: - issues: - types: [opened, reopened] + issues: + types: [opened, reopened] jobs: auto_assign_issue: @@ -24,6 +24,6 @@ jobs: pip install --upgrade pip && pip install --no-compile --no-cache-dir torch transformers invoke codeowners slack-sdk PyGithub python-gitlab semver - name: Assign issue env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - team=`inv -e issue.assign-owner --issue ${{ github.event.issue.number }}` + inv -e issue.assign-owner --issue ${{ github.event.issue.number }}