-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
56 additions
and
4 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
* @s1204IT |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
### 確認項目 | ||
<!-- | ||
以下の項目を全て確認し、満たしている場合は | ||
[ ] を [x] に書き換えてください。 | ||
該当部分以外は書き換えないでください。 | ||
--> | ||
|
||
- [ ] <!-- Choice,multiple --> 動作確認済み | ||
- [ ] <!-- Choice,multiple --> 誤字脱字無し | ||
|
||
--- | ||
### 説明 | ||
<!-- | ||
プルリクエストの詳細を以下に記述してください。 | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
name: Lock issue | ||
|
||
on: | ||
issues: | ||
types: | ||
- closed | ||
- reopened | ||
|
||
jobs: | ||
lock: | ||
name: Lock | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
||
- name: Lock issue | ||
uses: s1204IT/lock-issues@v1.2 | ||
if: github.event.issue.state == 'closed' | ||
id: locked | ||
|
||
- name: Unlock issue | ||
uses: s1204IT/unlock-issues@v1.2 | ||
if: steps.locked.outcome != 'success' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: PR Moderation | ||
|
||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- reopened | ||
|
||
jobs: | ||
verify: | ||
name: Verify | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Check tasklist | ||
uses: Awayume/github-pr-tasklist-checker@v1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ dependencyResolutionManagement { | |
} | ||
|
||
rootProject.name = 'Galaxy CamSnd' | ||
include ':app' | ||
include 'app' |