diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index 78f8b98e..00000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1 +0,0 @@ -* @technote-space diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 047d6e77..00000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1 +0,0 @@ -custom: https://paypal.me/technote0space \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index abc9b2b0..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,37 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: 'technote-space' - ---- - -## Describe the bug: バグの概要 - - - -## To Reproduce: 再現手順 -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -## Expected behavior: 期待する動作 - - - -## Screenshots: スクリーンショット - - - -## Operating environment: バグが発生した環境 - - Version of software - - OS: [e.g. Windows10] - - Browser: [e.g. Chrome, Safari] - - etc. - -## Additional context: 補足 - - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 0f87547d..00000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: '' -assignees: 'technote-space' - ---- - -## Please describe your suggestion: 提案の概要 - - - -## Describe the solution you'd like: 考えうる解決方法 - - - -## Describe alternatives you've considered: 考えうる代替案 - - - -## Additional context: 補足 - - diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md deleted file mode 100644 index 9b2d5709..00000000 --- a/.github/pull_request_template.md +++ /dev/null @@ -1,22 +0,0 @@ -## Description: 概要 - - - -## Changes: 変更内容 - - - - - - -## Expected Impact: 影響範囲 - - - -## Operating Requirements: 動作要件 - - - -## Additional context: 補足 - - diff --git a/action.yml b/action.yml index e8e53421..bc0ae3a7 100644 --- a/action.yml +++ b/action.yml @@ -147,5 +147,5 @@ branding: color: 'orange' runs: - using: node16 + using: node20 main: lib/main.js diff --git a/package.json b/package.json index 75155c72..99732163 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@technote-space/get-diff-action", - "version": "6.1.2", + "name": "@PlatziDev/get-diff-action", + "version": "0.1.0", "description": "GitHub actions to get git diff.", "keywords": [ "github", @@ -16,9 +16,8 @@ }, "license": "MIT", "author": { - "name": "Technote", - "email": "technote.space@gmail.com", - "url": "https://technote.space" + "name": "Platzi Team", + "url": "https://platzi.com" }, "files": [ "lib",