Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.githubリポジトリ作成に伴い不要ファイルを削除する #1953

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
95 changes: 0 additions & 95 deletions .github/CODE_OF_CONDUCT.md

This file was deleted.

2 changes: 1 addition & 1 deletion .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,6 @@ npm run lint

## 行動規範

[行動規範](/.github/CODE_OF_CONDUCT.md) をご覧ください。
[行動規範](https://github.com/AlesInfiny/.github/blob/main/CODE_OF_CONDUCT.md) をご覧ください。

<!-- textlint-enable @textlint-rule/require-header-id -->
65 changes: 0 additions & 65 deletions .github/ISSUE_TEMPLATE/10-bug-report.yml

This file was deleted.

48 changes: 0 additions & 48 deletions .github/ISSUE_TEMPLATE/20-feature-request.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/ISSUE_TEMPLATE/80-general-issue.md

This file was deleted.

39 changes: 0 additions & 39 deletions .github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md

This file was deleted.

5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .github/pull_request_template.md

This file was deleted.

12 changes: 9 additions & 3 deletions .github/workflows/check-openapi-generator-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ jobs:
- name: チェックアウト
uses: actions/checkout@v4

- name: Issue Template を使用するため .github リポジトリをチェックアウト
uses: actions/checkout@v4
with:
repository: 'AlesInfiny/.github'
path: 'util'

- name: 現在のOpenAPI Generatorのバージョン取得
id: get-current-openapi-generator-version
run: |
Expand Down Expand Up @@ -82,7 +88,7 @@ jobs:
with:
action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
with: |
filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
update_existing: true
search_existing: open
attempt_limit: 3
Expand Down Expand Up @@ -121,7 +127,7 @@ jobs:
with:
action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
with: |
filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
update_existing: true
search_existing: open
attempt_limit: 3
Expand Down Expand Up @@ -159,7 +165,7 @@ jobs:
with:
action: dblock/create-a-github-issue@c5e54b8762a0c4c2cd9330750e30b81bcc369c38 # v3.2.0
with: |
filename: ./.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
filename: util/.github/ISSUE_TEMPLATE/99-openapi-generator-update-issue.md
update_existing: true
search_existing: open
attempt_limit: 3
Expand Down
4 changes: 0 additions & 4 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ customRules:
gitignore: true

# 全ての md ファイルを対象に markdownlint-cli2 を実行する
# ただし、 Github の Issues や Pull requests に使用されるテンプレート用の md はテスト対象から除外する
# Github の Issues や Pull requests に設定の Tag が含まれることを防ぐため yaml 上で除外設定を実行する
globs:
- "**/*.md"
- "!**/.github/ISSUE_TEMPLATE/**/*.md"
- "!**/.github/pull_request_template.md"

# md ファイル以外の markdownlint の除外対象を以下に記載する
ignores:
Expand Down
Loading