Skip to content

Commit c72b67a

Browse files
committed
fix: default assignee
1 parent 2166cc5 commit c72b67a

File tree

4 files changed

+7
-33
lines changed

4 files changed

+7
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Report incorrect behavior, test failure, or unexpected output in th
33
title: "[Bug] <brief description of the issue>"
44
labels: ["bug-p3"]
55
assignees:
6-
- bsv-blockchain/Teranode
6+
- icellan
77
body:
88
- type: textarea
99
id: bug_description

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: Suggest an idea or improvement for this project
33
title: "[Feature] <brief description of feature>"
44
labels: ["idea"]
55
assignees:
6-
- bsv-blockchain/Teranode
6+
- icellan
77
body:
88
- type: textarea
99
id: problem_description

.github/ISSUE_TEMPLATE/question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: General template for asking a question related to this project
33
title: "[Question] <your topic here>"
44
labels: ["question"]
55
assignees:
6-
- bsv-blockchain/Teranode
6+
- icellan
77
body:
88
- type: textarea
99
id: question

.github/dependabot.yml

Lines changed: 4 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Repo: bsv-blockchain/<repo>
44
#
55
# Purpose:
6-
# • Keep Go modules, GitHub Actions, DevContainer images/features, and Docker
6+
# • Keep Go modules, GitHub Actions, and DevContainer images/features
77
# base images up‑to‑date with zero‑day security patches and semantic‑version
88
# upgrades.
99
# • Reduce attack surface by limiting outdated dependencies.
@@ -43,7 +43,7 @@ updates:
4343
gomod-minor-patch:
4444
update-types: ["minor", "patch"]
4545
open-pull-requests-limit: 10
46-
assignees: ["bsv-blockchain/Teranode"]
46+
assignees: ["galt-tr","mrz1836"]
4747
labels: ["chore", "dependencies", "gomod"]
4848
commit-message:
4949
prefix: "chore(deps)"
@@ -71,7 +71,7 @@ updates:
7171
ghactions-all:
7272
patterns: ["*"]
7373
open-pull-requests-limit: 10
74-
assignees: ["bsv-blockchain/Teranode"]
74+
assignees: ["galt-tr","mrz1836"]
7575
labels: ["chore", "dependencies", "github-actions"]
7676
commit-message:
7777
prefix: "chore(deps)"
@@ -94,34 +94,8 @@ updates:
9494
devcontainer-all:
9595
patterns: ["*"]
9696
open-pull-requests-limit: 5
97-
assignees: ["bsv-blockchain/Teranode"]
97+
assignees: ["galt-tr","mrz1836"]
9898
labels: ["chore", "dependencies", "devcontainer"]
9999
commit-message:
100100
prefix: "chore(deps)"
101101
include: "scope"
102-
103-
# ──────────────────────────────────────────────────────────────
104-
# 4. Dockerfiles (any Dockerfile in repo root or sub‑dirs)
105-
# ──────────────────────────────────────────────────────────────
106-
- package-ecosystem: "docker"
107-
directory: "/"
108-
target-branch: "master"
109-
schedule:
110-
interval: "weekly"
111-
day: "monday"
112-
time: "09:45"
113-
timezone: "America/New_York"
114-
allow:
115-
- dependency-type: "direct"
116-
ignore:
117-
- dependency-name: "alpine"
118-
- dependency-name: "scratch"
119-
groups:
120-
dockerfiles-all:
121-
patterns: ["*"]
122-
open-pull-requests-limit: 5
123-
assignees: ["bsv-blockchain/Teranode"]
124-
labels: ["chore", "dependencies", "docker"]
125-
commit-message:
126-
prefix: "chore(deps)"
127-
include: "scope"

0 commit comments

Comments
 (0)