Skip to content

Commit

Permalink
Update round-robin.yml (#1653)
Browse files Browse the repository at this point in the history
  • Loading branch information
rchiodo authored Aug 15, 2024
1 parent ddcb193 commit fb6158a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/round-robin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -76,4 +76,4 @@ jobs:
owner: context.repo.owner,
repo: context.repo.repo,
assignees: ['${{ steps.rotation.outputs.next }}']
})
})

0 comments on commit fb6158a

Please sign in to comment.