We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b1e361 commit ead90f6Copy full SHA for ead90f6
.github/workflows/round-robin.yml
@@ -24,7 +24,7 @@ jobs:
24
owner: context.repo.owner,
25
repo: context.repo.repo
26
});
27
- return issue.data.assignees[0].login || '';
+ return (issue.data.assignees && issue.data.assignees[0].login) || '';
28
- name: Dump last assigned
29
env:
30
LAST_ASSIGNED: ${{ steps.assigned.outputs.result }}
0 commit comments