diff --git a/.github/workflows/issueLabel.yml b/.github/workflows/issueLabel.yml new file mode 100644 index 0000000..39792a6 --- /dev/null +++ b/.github/workflows/issueLabel.yml @@ -0,0 +1,16 @@ +name: issue labeler workflow + +on: + issues: + types: ["opened"] + +jobs: + Issue-Labeler: + name: issue labeler + runs-on: ubuntu-latest + steps: + - uses: Renato66/auto-label@v2.3.0 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + ignore-comments: true + default-labels: '["Triage"]' diff --git a/index.html b/index.html index 6282fac..6f2aaf5 100644 --- a/index.html +++ b/index.html @@ -119,7 +119,7 @@