We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddcb193 commit fb6158aCopy full SHA for fb6158a
.github/workflows/round-robin.yml
@@ -10,7 +10,7 @@ jobs:
10
assignIssue:
11
name: Assign Issue to Someone
12
runs-on: ubuntu-latest
13
- 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')
14
steps:
15
- name: Find last assigned
16
id: assigned
@@ -76,4 +76,4 @@ jobs:
76
owner: context.repo.owner,
77
repo: context.repo.repo,
78
assignees: ['${{ steps.rotation.outputs.next }}']
79
- })
+ })
0 commit comments