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.
data science
1 parent 50c3fd3 commit 6332b81Copy full SHA for 6332b81
.github/workflows/assignIssue.yml
@@ -22,7 +22,7 @@ jobs:
22
ISSUE_ASSIGNEES: ${{toJson(github.event.issue.assignees)}}
23
ISSUE_IS_INTERNAL: ${{steps.internal.outputs.result}}
24
run: |
25
- echo ::set-output name=result::$(node -p -e "process.env.ISSUE_IS_INTERNAL === '0' && JSON.parse(process.env.ISSUE_ASSIGNEES).length === 0 && JSON.parse(process.env.ISSUE_LABELS).filter(item => item.name.indexOf('data science') >= 0).length === 0 ? 1 : 0")
+ echo ::set-output name=result::$(node -p -e "process.env.ISSUE_IS_INTERNAL === '0' && JSON.parse(process.env.ISSUE_ASSIGNEES).length === 0 && JSON.parse(process.env.ISSUE_LABELS).filter(item => item.name.indexOf('data science') >= 0).length === 1 ? 1 : 0")
26
shell: bash
27
- uses: actions/checkout@v2
28
if: steps.proceed.outputs.result == 1
0 commit comments