From 15e4a4e4caa01fe023ffbddcd58cf38b642b2e65 Mon Sep 17 00:00:00 2001 From: Arsh Sharma <56963264+RinkiyaKeDad@users.noreply.github.com> Date: Tue, 15 Jun 2021 12:05:40 +0530 Subject: [PATCH] initial commit (#2005) Signed-off-by: RinkiyaKeDad --- .github/issues_bot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/issues_bot.yml diff --git a/.github/issues_bot.yml b/.github/issues_bot.yml new file mode 100644 index 0000000000..9b0a44c747 --- /dev/null +++ b/.github/issues_bot.yml @@ -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"]}'