Skip to content

Commit

Permalink
Merge pull request #12 from Okabe-Junya/junya/nits
Browse files Browse the repository at this point in the history
some fix
  • Loading branch information
Okabe-Junya authored Sep 24, 2023
2 parents 149b72c + 501ec11 commit 2d5e525
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ jobs:
title: Monthly issue metrics report
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./issue_metrics.md
assignees: <YOUR_GITHUB_HANDLE_HERE>
assignees: Okabe-Junya
2 changes: 1 addition & 1 deletion .github/workflows/reviewdog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: reviewdog eslint
name: lint
on:
pull_request:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: jest test
name: test
on:
push:
branches:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 2d5e525

Please sign in to comment.