Skip to content

🐛 Crash when page size form is empty #220

🐛 Crash when page size form is empty

🐛 Crash when page size form is empty #220

Workflow file for this run

on:
issues:
types: [opened, edited]
jobs:
auto_label:
runs-on: ubuntu-latest
name: Automatic Github Issue Labeller
steps:
- name: Label Step
uses: larrylawl/Auto-Github-Issue-Labeller@main
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
REPOSITORY: ${{github.repository}}
DELTA: "365"
CONFIDENCE: "2"
FEATURE: "enhancement"
BUG: "bug"
DOCS: "documentation"
VERSION: "v1.0"