diff --git a/.github/workflows/round-robin.yml b/.github/workflows/round-robin.yml index b34cbc71..fb281449 100644 --- a/.github/workflows/round-robin.yml +++ b/.github/workflows/round-robin.yml @@ -10,7 +10,7 @@ jobs: assignIssue: name: Assign Issue to Someone runs-on: ubuntu-latest - if: github.repository == 'microsoft/debugpy && github.event.action == 'opened' && !contains( github.event.issue.labels.*.name, 'skip-reassign') + if: github.repository == 'microsoft/debugpy' && github.event.action == 'opened' && !contains( github.event.issue.labels.*.name, 'skip-reassign') steps: - name: Find last assigned id: assigned @@ -76,4 +76,4 @@ jobs: owner: context.repo.owner, repo: context.repo.repo, assignees: ['${{ steps.rotation.outputs.next }}'] - }) \ No newline at end of file + })