mirror of
https://github.com/kyverno/kyverno.git
synced 2025-03-31 03:45:17 +00:00
initial commit (#2005)
Signed-off-by: RinkiyaKeDad <arshsharma461@gmail.com>
This commit is contained in:
parent
fa419439ec
commit
15e4a4e4ca
1 changed files with 13 additions and 0 deletions
13
.github/issues_bot.yml
vendored
Normal file
13
.github/issues_bot.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: Labeling issues
|
||||
on:
|
||||
issues:
|
||||
types: ['opened','edited']
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: Renato66/auto-label@v2
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
ignore-comments: true
|
||||
labels-synonyms: '{"API Call":["/api-call","api"],"bug":["/bug","error","errors","not working","bug","To Reproduce"],"Documentation":["/documentation","doc","docs","website"],"enhancement":["/enhancement","feature request"],"good first issue":["/good-first-issue","new contributor","new contributors"],"help wanted":["/help-wanted","urgent","help"],"hold":["/hold"],"HA":["/ha","HA"],"question":["/question","question","doubt","ask"],"LFX":["/LFX","LFX"]}'
|
Loading…
Add table
Reference in a new issue