🐛 Bug when handling skeleton code after implementing references #229
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |