Skip to content

Commit 9942922

Browse files
committed
chore: reflect handle name change
1 parent 4c04f3a commit 9942922

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Find TODOs in pull requests
22

3-
[![GitHub Super-Linter](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
4-
![CI](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/ci.yml/badge.svg)
5-
[![Check dist/](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/check-dist.yml/badge.svg)](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/check-dist.yml)
6-
[![CodeQL](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/indigo-san/todo-comments-in-pr/actions/workflows/codeql-analysis.yml)
3+
[![GitHub Super-Linter](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter)
4+
![CI](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/ci.yml/badge.svg)
5+
[![Check dist/](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/check-dist.yml/badge.svg)](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/check-dist.yml)
6+
[![CodeQL](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/yuto-trd/todo-comments-in-pr/actions/workflows/codeql-analysis.yml)
77
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
88

99
Find the TODO comment in the pull request diff.
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
- uses: indigo-san/[email protected]
27+
- uses: yuto-trd/[email protected]
2828
id: todos
2929

3030
- name: Generate a summary of the tasks

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 'Find TODOs in pull requests'
22
description: 'A GitHub Action to find TODOs in pull requests.'
3-
author: 'indigo-san'
3+
author: 'yuto-trd'
44

55
# Add your action's branding here. This will appear on the GitHub Marketplace.
66
branding:

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "todo-comments-in-pr",
33
"description": "Parse TODO comments in PRs",
44
"version": "1.0.0",
5-
"author": "indigo-san",
5+
"author": "yuto-trd",
66
"private": true,
7-
"homepage": "https://github.com/indigo-san/todo-comments-in-pr",
7+
"homepage": "https://github.com/yuto-trd/todo-comments-in-pr",
88
"repository": {
99
"type": "git",
10-
"url": "git+https://github.com/indigo-san/todo-comments-in-pr.git"
10+
"url": "git+https://github.com/yuto-trd/todo-comments-in-pr.git"
1111
},
1212
"bugs": {
13-
"url": "https://github.com/indigo-san/todo-comments-in-pr/issues"
13+
"url": "https://github.com/yuto-trd/todo-comments-in-pr/issues"
1414
},
1515
"keywords": [
1616
"actions",

0 commit comments

Comments
 (0)