Skip to content

feat: volume protection from space exhaustion #681

feat: volume protection from space exhaustion

feat: volume protection from space exhaustion #681

name: PULL-REQUEST-LABEL-SIZE
on:
pull_request_target:
types: [ edited, opened, synchronize ]
env:
GITHUB_TOKEN: ${{ github.token }}
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: set size label
run: |
bash .github/utils/utils.sh --type 15 \
--github-token "${{ env.GITHUB_TOKEN }}" \
--pr-number ${{ github.event.pull_request.number }}