From fb6158a059bcc6a0391eb0f670d5885d664c102d Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Thu, 15 Aug 2024 10:24:23 -0700 Subject: [PATCH] Update round-robin.yml (#1653) --- .github/workflows/round-robin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 + })