Skip to content

Commit fb7469c

Browse files
committed
update asignee
1 parent 7d46295 commit fb7469c

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve this project
44
labels: bug-p3
5-
assignees: mrz1836
5+
assignees: rohenaz
66

77
---
88

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature request
33
about: Suggest an idea for this project
44
labels: idea
5-
assignees: mrz1836
5+
assignees: rohenaz
66

77
---
88

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: 'General template for a question '
44
labels: question
5-
assignees: mrz1836
5+
assignees: rohenaz
66

77
---
88

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ updates:
1010
# Check for npm updates at 9am UTC (5am EST)
1111
time: "10:00"
1212
reviewers:
13-
- "mrz1836"
13+
- "rohenaz"
1414
assignees:
15-
- "mrz1836"
15+
- "rohenaz"
1616
# Labels must be created first
1717
labels:
1818
- "update"
@@ -25,9 +25,9 @@ updates:
2525
interval: "weekly"
2626
day: "monday"
2727
reviewers:
28-
- "mrz1836"
28+
- "rohenaz"
2929
assignees:
30-
- "mrz1836"
30+
- "rohenaz"
3131
labels:
3232
- "chore"
3333
open-pull-requests-limit: 10

.github/mergify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ pull_request_rules:
2525
- -title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\.
2626
actions:
2727
comment:
28-
message: "⚠️ @mrz1836: this is a major version bump and requires your attention"
28+
message: "⚠️ @rohenaz: this is a major version bump and requires your attention"
2929

3030
# ===============================================================================
3131
# AUTOMATIC MERGE (APPROVALS)
@@ -54,7 +54,7 @@ pull_request_rules:
5454
- "#assignee=0"
5555
actions:
5656
assign:
57-
users: [ "mrz1836" ]
57+
users: [ "rohenaz" ]
5858

5959
# ===============================================================================
6060
# ALERTS
@@ -167,7 +167,7 @@ pull_request_rules:
167167
- and:
168168
- author!=dependabot[bot]
169169
- author!=mergify[bot]
170-
- author!=mrz1836
170+
- author!=rohenaz
171171
- author!=rohenaz
172172
actions:
173173
comment:

0 commit comments

Comments
 (0)