Skip to content

[BUG]can't download error :org.apache.commons#commons-math3;3.2!commons-math3.jar #109

[BUG]can't download error :org.apache.commons#commons-math3;3.2!commons-math3.jar

[BUG]can't download error :org.apache.commons#commons-math3;3.2!commons-math3.jar #109

name: Add Triage Label to New Issues
on:
issues:
types:
- reopened
- opened
jobs:
label_issues:
runs-on: ubuntu-latest
permissions:
issues: write
steps:
- name: Label issues
uses: andymckay/labeler@e6c4322d0397f3240f0e7e30a33b5c5df2d39e90
with:
add-labels: "triage"
repo-token: ${{ secrets.GITHUB_TOKEN }}