Create auto-triage-issues (#120)

* Create auto-triage-issues

* Update auto-triage-issues

* Update auto-triage-issues
This commit is contained in:
Ishita Chawla
2021-06-21 16:19:31 +05:30
committed by GitHub
parent ed5c47a214
commit a0110a77ec

21
.github/workflows/auto-triage-issues vendored Normal file
View File

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