diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml index 1058e38..04356fb 100644 --- a/.github/workflows/metrics.yml +++ b/.github/workflows/metrics.yml @@ -40,4 +40,4 @@ jobs: title: Monthly issue metrics report token: ${{ secrets.GITHUB_TOKEN }} content-filepath: ./issue_metrics.md - assignees: + assignees: Okabe-Junya diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 62a0c75..bdc66f6 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -1,4 +1,4 @@ -name: reviewdog eslint +name: lint on: pull_request: branches: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 083e5e9..d173f14 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -name: jest test +name: test on: push: branches: diff --git a/README.md b/README.md index eb40a1c..757ece9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # issue validator +![license](https://img.shields.io/github/license/Okabe-Junya/issue-validator) [![test](https://github.com/Okabe-Junya/issue-validator/actions/workflows/test.yml/badge.svg)](https://github.com/Okabe-Junya/issue-validator/actions/workflows/test.yml) [![eslint](https://github.com/Okabe-Junya/issue-validator/actions/workflows/reviewdog.yml/badge.svg)](https://github.com/Okabe-Junya/issue-validator/actions/workflows/reviewdog.yml) [![CodeQL](https://github.com/Okabe-Junya/issue-validator/actions/workflows/codeql.yml/badge.svg)](https://github.com/Okabe-Junya/issue-validator/actions/workflows/codeql.yml) + ## About This is a simple issue validator github action that checks if the issue/pr title and body are valid.