Skip to content

Add functions that can extract and update phenological status based on MODIS data and enable monthly SDA #97

Add functions that can extract and update phenological status based on MODIS data and enable monthly SDA

Add functions that can extract and update phenological status based on MODIS data and enable monthly SDA #97

Workflow file for this run

# This workflow is based on github action official label action v4.
# This workflow action is triggered on pull request event(on both fork & inside repo)
# Labels will be applied based on filepath modification in PR.
# This workflow uses a regex based labeling config file(.github/labeler.yml) to take labeling decision.
name: "PR Labeler"
on:
- pull_request_target
jobs:
label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: ".github/labeler.yml"
sync-labels: false
dot: true