Skip to content

Compute Index Workflow of Sentinel Reprocesses Data on Rerun with Extended Time Range Instead of Utilizing Cached Data #31

Compute Index Workflow of Sentinel Reprocesses Data on Rerun with Extended Time Range Instead of Utilizing Cached Data

Compute Index Workflow of Sentinel Reprocesses Data on Rerun with Extended Time Range Instead of Utilizing Cached Data #31

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