Skip to content

My AOI always fails in "spectral_indices" notebook #29

My AOI always fails in "spectral_indices" notebook

My AOI always fails in "spectral_indices" notebook #29

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