Skip to content

Add torch to any python Azure Functions causes a Trigger / Build and deploy failure #130

Add torch to any python Azure Functions causes a Trigger / Build and deploy failure

Add torch to any python Azure Functions causes a Trigger / Build and deploy failure #130

Workflow file for this run

name: "Auto Assign Issue"
on:
issues:
types: [opened, reopened]
env:
ISSUE_NUM: ${{ github.event.issue.number }}
TOKEN: ${{ github.token }}
CUSTOM_ONCALL_ROTATION: ${{ vars.CUSTOM_ONCALL_ROTATION }}
ONCALL_LIST: ${{ vars.ONCALL_LIST }}
jobs:
IssueAssign:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Assign issues
run: |
chmod +x ./scripts/oncallAutoAssignIssue.sh
./scripts/oncallAutoAssignIssue.sh --token ${{ env.TOKEN }} --issue ${{ env.ISSUE_NUM }}