Skip to content

Commit

Permalink
Release v0.1.4 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
5ouma authored Aug 10, 2024
2 parents 1bb2d1f + 71210e2 commit 6091a77
Show file tree
Hide file tree
Showing 26 changed files with 144 additions and 140 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-feature-request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🎉 Feature Request
description: Request a new feature or enhancement to an existing feature
labels: ["🎉 New Feature"]
labels: [🎉 New Feature]
body:
- type: textarea
id: feature-description
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🧰 Bug Report
description: Something doesn't work
labels: ["🧰 Bug"]
labels: [🧰 Bug]
body:
- type: textarea
id: bug-description
Expand Down
2 changes: 1 addition & 1 deletion .github/auto_assign.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addReviewers: true
addAssignees: author
reviewers: ["5ouma"]
reviewers: [5ouma]
4 changes: 2 additions & 2 deletions .github/branch-switcher.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
preferredBranch: "dev"
exclude: [branch: "dev"]
preferredBranch: dev
exclude: [branch: dev]
2 changes: 1 addition & 1 deletion .github/delete-merged-branch-config.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
exclude: ["dev"]
exclude: [dev]
delete_closed_pr: true
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: github-actions
directory: /
schedule:
interval: "daily"
target-branch: "dev"
interval: daily
target-branch: dev
labels: []
28 changes: 14 additions & 14 deletions .github/pr-labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,28 @@ searchBody: true

customLabels:
- text: "- [x] 🎉 New Feature"
label: "🎉 New Feature"
label: 🎉 New Feature
- text: "- [x] 🧰 Bug"
label: "🧰 Bug"
label: 🧰 Bug
- text: "- [x] 🛡️ Security"
label: "🛡️ Security"
label: 🛡️ Security
- text: "- [x] 📖 Documentation"
label: "📖 Documentation"
label: 📖 Documentation
- text: "- [x] 🏎️ Performance"
label: "🏎️ Performance"
label: 🏎️ Performance
- text: "- [x] 🧹 Refactoring"
label: "🧹 Refactoring"
label: 🧹 Refactoring
- text: "- [x] 🧪 Testing"
label: "🧪 Testing"
label: 🧪 Testing
- text: "- [x] 🔧 Maintenance"
label: "🔧 Maintenance"
label: 🔧 Maintenance
- text: "- [x] 🎽 CI"
label: "🎽 CI"
label: 🎽 CI
- text: "- [x] ⛓️ Dependencies"
label: "⛓️ Dependencies"
label: ⛓️ Dependencies
- text: "chore(deps): "
label: "⛓️ Dependencies"
label: ⛓️ Dependencies
- text: "- [x] 🧠 Meta"
label: "🧠 Meta"
- text: "Release v"
label: "🚀 Release"
label: 🧠 Meta
- text: Release v
label: 🚀 Release
50 changes: 25 additions & 25 deletions .github/release.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
changelog:
exclude:
labels:
- "🧠 Meta"
- "🚀 Release"
- 🧠 Meta
- 🚀 Release

categories:
- title: "🧨 Breaking Changes"
labels: ["🧨 Breaking Change"]
- title: "🎉 New Features"
labels: ["🎉 New Feature"]
- title: "🧰 Bug Fixes"
labels: ["🧰 Bug"]
- title: "🛡️ Security Fixes"
labels: ["🛡️ Security"]
- title: "📖 Documentation Changes"
labels: ["📖 Documentation"]
- title: "🏎️ Performance Improvements"
labels: ["🏎️ Performance"]
- title: "🧹 Refactoring"
labels: ["🧹 Refactoring"]
- title: "🧪 Testing"
labels: ["🧪 Testing"]
- title: "🔧 Maintenance"
labels: ["🔧 Maintenance"]
- title: "🎽 CI"
labels: ["🎽 CI"]
- title: "⛓️ Dependency Updates"
labels: ["⛓️ Dependencies", "dependencies"]
- title: "🔍 Other Changes"
- title: 🧨 Breaking Changes
labels: [🧨 Breaking Change]
- title: 🎉 New Features
labels: [🎉 New Feature]
- title: 🧰 Bug Fixes
labels: [🧰 Bug]
- title: 🛡️ Security Fixes
labels: [🛡️ Security]
- title: 📖 Documentation Changes
labels: [📖 Documentation]
- title: 🏎️ Performance Improvements
labels: [🏎️ Performance]
- title: 🧹 Refactoring
labels: [🧹 Refactoring]
- title: 🧪 Testing
labels: [🧪 Testing]
- title: 🔧 Maintenance
labels: [🔧 Maintenance]
- title: 🎽 CI
labels: [🎽 CI]
- title: ⛓️ Dependency Updates
labels: [⛓️ Dependencies, dependencies]
- title: 🔍 Other Changes
labels: ["*"]
5 changes: 3 additions & 2 deletions .github/workflows/deps-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 🤖 Dependencies Update

on:
schedule:
- cron: "0 0 * * *"
- cron: 0 0 * * *
workflow_dispatch:

permissions:
Expand All @@ -20,9 +20,10 @@ jobs:
ref: dev

- name: 🦕 Update Dependencies
uses: hasundue/molt-action@c7e98c50ac87758ba0d1242091990e374784ad79 # v1.0.0-rc.4
uses: hasundue/molt-action@2042116c4f16e14c08c98130f1470c19c5cbfd2f # v1.0.2
with:
author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
base: dev
branch: deps-deno
commit-prefix: "chore(deps):"
labels:
10 changes: 5 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ on:
- dev
paths:
- "**.ts"
- "deno.lock"
- ".github/workflows/test.yml"
- deno.lock
- .github/workflows/test.yml
pull_request:
paths:
- "**.ts"
- "deno.lock"
- ".github/workflows/test.yml"
- deno.lock
- .github/workflows/test.yml

jobs:
Test:
Expand All @@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: 🦕 Setup Deno
uses: denoland/setup-deno@041b854f97b325bd60e53e9dc2de9cb9f9ac0cba # v1.1.4
uses: denoland/setup-deno@5fae568d37c3b73449009674875529a984555dd1 # v1.3.0
with:
deno-version: v1.x

Expand Down
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
chore(fix): Auto fixes from pre-commit.com hooks
For more information, see https://pre-commit.ci.
autoupdate_branch: "dev"
autoupdate_branch: dev
autoupdate_commit_msg: "chore(deps): Bump pre-commit hook"

repos:
Expand All @@ -23,7 +23,7 @@ repos:
args: [--whitespaces-count, "2"]

- repo: https://github.com/crate-ci/typos
rev: v1.22.7
rev: v1.23.6
hooks:
- id: typos

Expand All @@ -41,10 +41,10 @@ repos:
rev: v0.41.0
hooks:
- id: markdownlint-fix
args: ["--disable", "MD013", "MD023", "MD024", "MD033", "MD036"]
args: [--disable, MD013, MD023, MD024, MD033, MD036]

- repo: https://github.com/koalaman/shellcheck-precommit
rev: v0.10.0
hooks:
- id: shellcheck
args: ["-e", "SC1071,SC1072,SC1073,SC1090,SC1091,SC2015,SC2148,SC2154"]
args: [-e, "SC1071,SC1072,SC1073,SC1090,SC1091,SC2015,SC2148,SC2154"]
13 changes: 5 additions & 8 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"$schema": "https://deno.land/x/deno/cli/schemas/config-file.v1.json",
"fmt": { "exclude": ["LICENSE", ".github/**/*.md"] },
"test": { "include": ["src/", "test/"] },
"tasks": {
"run": "deno run --env='.env' --allow-env='REPOSITORY_OWNER,REPOSITORY_NAME,REPOSITORY_PATH,GITHUB_TOKEN' --allow-net='0.0.0.0,api.github.com'",
"start": "deno task run ./src/server.ts",
Expand All @@ -10,15 +9,13 @@
"cov": "deno task test --coverage && deno coverage --lcov > coverage.lcov"
},
"imports": {
"@5ouma/reproxy/libs": "./src/libs/mod.ts",
"@5ouma/reproxy/types": "./src/types/mod.ts",
"@oak/oak": "jsr:@oak/[email protected]",
"@octokit/rest": "https://esm.sh/@octokit/rest@20.1.1",
"@std/assert": "jsr:@std/assert@0.226.0",
"@std/fmt": "jsr:@std/fmt@0.225.4",
"@std/http": "jsr:@std/http@0.224.4",
"@octokit/rest": "https://esm.sh/@octokit/rest@21.0.1",
"@std/assert": "jsr:@std/assert@1.0.2",
"@std/fmt": "jsr:@std/fmt@1.0.0",
"@std/http": "jsr:@std/http@1.0.2",
"@std/http/user-agent": "jsr:@std/http@~0.223/user-agent",
"@std/url": "jsr:@std/[email protected]"
"@std/path": "jsr:@std/[email protected]"
},
"deploy": {
"project": "reproxy",
Expand Down
Loading

0 comments on commit 6091a77

Please sign in to comment.