Skip to content

Commit f43d3ca

Browse files
Merge pull request #67 from AzisabaNetwork/feat/updates
2 parents dab891c + 2254b7f commit f43d3ca

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+1303
-319
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Bug report
33
about: 不具合を報告するIssueを作成します。
44
title: ''
55
labels: 👮security
6-
assignees: m2en
6+
assignees: acrylic-style
77

88
---
99

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Feature request
33
about: 機能のリクエストなどを送信します。
44
title: ''
55
labels: ✨enhancement
6-
assignees: m2en
6+
assignees: acrylic-style
77

88
---
99

.github/codeql-config.yml

Lines changed: 0 additions & 4 deletions
This file was deleted.

.github/labeler.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/labels.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

.github/renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.github/workflows/auto-labeler.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 0 additions & 31 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 0 additions & 41 deletions
This file was deleted.

.github/workflows/deploy.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy
2+
on:
3+
push:
4+
branches: [ main ]
5+
6+
jobs:
7+
deploy:
8+
runs-on: ubuntu-latest
9+
steps:
10+
- uses: actions/checkout@v4
11+
- uses: actions/setup-java@v4
12+
with:
13+
distribution: 'adoptium'
14+
java-version: '21'
15+
- run: ./gradlew shadowJar
16+
- run: 'curl -X PUT --data-binary @build/libs/AfnwCore2-*-all.jar "https://saba8-deploy.azisaba.dev/deploy?secret={{ secrets.DEPLOYMAN_SECRET_SABA8 }}&token={{ secrets.DEPLOYMAN_TOKEN }}&filename=AfnwCore2.jar"'

0 commit comments

Comments
 (0)