Skip to content

Cloning this repo consumes 1.4GB on disk #267

Cloning this repo consumes 1.4GB on disk

Cloning this repo consumes 1.4GB on disk #267

Workflow file for this run

name: "Issue Labeler"
on:
issues:
types: [opened]
permissions:
issues: write
contents: read
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: github/issue-labeler@v3.4
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
sync-labels: 1
repo-token: ${{ github.token }}