mirror of
https://github.com/azure/login.git
synced 2026-06-07 15:17:13 +00:00
Deleting this workflow as this is no longer used
This commit is contained in:
parent
c09ca4f217
commit
c4459aba85
1 changed files with 0 additions and 21 deletions
21
.github/workflows/auto-triage-issues
vendored
21
.github/workflows/auto-triage-issues
vendored
|
|
@ -1,21 +0,0 @@
|
|||
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"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue