Skip to content

Unable to install farmvibes.ai on the Linux Azure VM 20.04 #23

Unable to install farmvibes.ai on the Linux Azure VM 20.04

Unable to install farmvibes.ai on the Linux Azure VM 20.04 #23

Workflow file for this run

name: Triage issue labeler
on:
issues:
types:
- reopened
- opened
jobs:
triage_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- run: gh issue edit "$NUMBER" --add-label "$LABELS"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GH_REPO: ${{ github.repository }}
NUMBER: ${{ github.event.issue.number }}
LABELS: triage