Skip to content
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.

openpilot failed to build #20

openpilot failed to build

openpilot failed to build #20

Workflow file for this run

name: Issue assignment
on:
issues:
types: [opened]
jobs:
auto-assign:
runs-on: ubuntu-latest
steps:
- name: 'Auto-assign issue'
uses: pozil/auto-assign-issue@v1
with:
assignees: jc01rho
numOfAssignee: 1
allowSelfAssign: true