Skip to content

Commit fb6158a

Browse files
authored
Update round-robin.yml (#1653)
1 parent ddcb193 commit fb6158a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/round-robin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
assignIssue:
1111
name: Assign Issue to Someone
1212
runs-on: ubuntu-latest
13-
if: github.repository == 'microsoft/debugpy && github.event.action == 'opened' && !contains( github.event.issue.labels.*.name, 'skip-reassign')
13+
if: github.repository == 'microsoft/debugpy' && github.event.action == 'opened' && !contains( github.event.issue.labels.*.name, 'skip-reassign')
1414
steps:
1515
- name: Find last assigned
1616
id: assigned
@@ -76,4 +76,4 @@ jobs:
7676
owner: context.repo.owner,
7777
repo: context.repo.repo,
7878
assignees: ['${{ steps.rotation.outputs.next }}']
79-
})
79+
})

0 commit comments

Comments
 (0)