Skip to content

Commit

Permalink
githubの設定を変更
Browse files Browse the repository at this point in the history
  • Loading branch information
nanasina8 committed Dec 15, 2024
1 parent a5a28f9 commit 9e62638
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 560 deletions.
2 changes: 0 additions & 2 deletions .github/FUNDING.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions .github/ISSUE_TEMPLATE/01_bug-report.yaml

This file was deleted.

24 changes: 0 additions & 24 deletions .github/ISSUE_TEMPLATE/02_feature-request.yaml

This file was deleted.

1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/check-misskey-js-autogen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Check misskey-js autogen
on:
push:
branches:
- taiyme
- release
- stream
paths:
- .github/workflows/check-misskey-js-autogen.yaml
- packages/backend/**/*

pull_request_target:
branches:
- taiyme
- release
- stream
paths:
- packages/backend/**/*

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/check-misskey-js-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@ name: Check misskey-js version
on:
push:
branches:
- taiyme
- release
- stream
paths:
- .github/workflows/check-misskey-js-version.yaml
- packages/misskey-js/package.json
- package.json

pull_request_target:
branches:
- taiyme
- release
- stream
paths:
- packages/misskey-js/package.json
- package.json
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/check-spdx-license-id.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Check SPDX-License-Identifier
on:
push:
branches:
- taiyme
- release
- stream
paths:
- .github/workflows/check-spdx-license-id.yaml
- cypress/e2e/**/*
Expand All @@ -13,8 +12,7 @@ on:

pull_request_target:
branches:
- taiyme
- release
- stream
paths:
- cypress/e2e/**/*
- packages/**/*
Expand Down
128 changes: 0 additions & 128 deletions .github/workflows/docker-publish.yaml

This file was deleted.

6 changes: 2 additions & 4 deletions .github/workflows/lint-locales.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Lint locales
on:
push:
branches:
- taiyme
- release
- stream
paths:
- .github/workflows/lint-locales.yaml
- locales/**/*

pull_request_target:
branches:
- taiyme
- release
- stream
paths:
- locales/**/*

Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,14 @@ name: Lint
on:
push:
branches:
- taiyme
- release
- stream
paths:
- .github/workflows/lint.yaml
- packages/**/*

pull_request_target:
branches:
- taiyme
- release
- stream
paths:
- packages/**/*

Expand Down
Loading

0 comments on commit 9e62638

Please sign in to comment.