From fc747ea0a45a6f7ecc4e1bbdc52b6d0d852ccd1f Mon Sep 17 00:00:00 2001 From: Satchmo Date: Thu, 12 Sep 2024 21:48:24 -0400 Subject: [PATCH] update asignee --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/dependabot.yml | 8 ++++---- .github/mergify.yml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 460480d..2bdf49a 100755 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve this project labels: bug-p3 -assignees: mrz1836 +assignees: rohenaz --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index cb3fd96..32357d7 100755 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for this project labels: idea -assignees: mrz1836 +assignees: rohenaz --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index c7f749a..046b60c 100755 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: 'General template for a question ' labels: question -assignees: mrz1836 +assignees: rohenaz --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c999cb7..e047aef 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,9 @@ updates: # Check for npm updates at 9am UTC (5am EST) time: "10:00" reviewers: - - "mrz1836" + - "rohenaz" assignees: - - "mrz1836" + - "rohenaz" # Labels must be created first labels: - "update" @@ -25,9 +25,9 @@ updates: interval: "weekly" day: "monday" reviewers: - - "mrz1836" + - "rohenaz" assignees: - - "mrz1836" + - "rohenaz" labels: - "chore" open-pull-requests-limit: 10 \ No newline at end of file diff --git a/.github/mergify.yml b/.github/mergify.yml index 00c6a44..742b6de 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -25,7 +25,7 @@ pull_request_rules: - -title~=^Bump [^\s]+ from ([\d]+)\..+ to \1\. actions: comment: - message: "⚠️ @mrz1836: this is a major version bump and requires your attention" + message: "⚠️ @rohenaz: this is a major version bump and requires your attention" # =============================================================================== # AUTOMATIC MERGE (APPROVALS) @@ -54,7 +54,7 @@ pull_request_rules: - "#assignee=0" actions: assign: - users: [ "mrz1836" ] + users: [ "rohenaz" ] # =============================================================================== # ALERTS @@ -167,7 +167,7 @@ pull_request_rules: - and: - author!=dependabot[bot] - author!=mergify[bot] - - author!=mrz1836 + - author!=rohenaz actions: comment: message: |