mirror of
https://github.com/microsoft/debugpy.git
synced 2025-12-23 08:48:12 +00:00
Update round-robin.yml (#1653)
This commit is contained in:
parent
ddcb19353d
commit
fb6158a059
1 changed files with 2 additions and 2 deletions
4
.github/workflows/round-robin.yml
vendored
4
.github/workflows/round-robin.yml
vendored
|
|
@ -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 }}']
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue