Skip to content

Improve labeling system - refactor labeling logic #15

Improve labeling system - refactor labeling logic

Improve labeling system - refactor labeling logic #15

Workflow file for this run

name: Pull Request Labeling
on:
- pull_request
jobs:
size-label:
runs-on: ubuntu-latest
steps:
- name: size-label
uses: "pascalgn/[email protected]"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
sizes: >
{
"0": "small",
"50": "medium",
"250": "large"
}