Skip to content

Will this by any chance run on ARM, e.g. on a Raspberry Pi? #164

Will this by any chance run on ARM, e.g. on a Raspberry Pi?

Will this by any chance run on ARM, e.g. on a Raspberry Pi? #164

Workflow file for this run

---
name: Issues
on:
issues:
types: [labeled, unlabeled]
jobs:
label:
name: Label Issues
runs-on: ubuntu-latest
steps:
- name: Label Issues
uses: dessant/label-actions@v2
with:
github-token: ${{ github.token }}