From f53ae33edcb16da34bc8579a92276b40cc8d3cc5 Mon Sep 17 00:00:00 2001 From: Matthew Gleich Date: Mon, 12 Apr 2021 15:52:36 -0400 Subject: [PATCH 01/14] feat: add matthew domain Signed-off-by: Matthew Gleich --- domains/matthew.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/matthew.json diff --git a/domains/matthew.json b/domains/matthew.json new file mode 100644 index 000000000..7909c2f1e --- /dev/null +++ b/domains/matthew.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Matt-Gleich", + "email": "email@mattglei.ch", + "twitter": "MattGleich" + }, + "repo": "https://github.com/Matt-Gleich/site-v2", + "record": { + "URL": "https://mattglei.ch" + } +} From bfeef9e79a61409ac15f6ea1343ef89c1aaccf30 Mon Sep 17 00:00:00 2001 From: Jason Antwi-Appah Date: Mon, 12 Apr 2021 20:57:18 -0500 Subject: [PATCH 02/14] Create json.json --- domains/json.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/json.json diff --git a/domains/json.json b/domains/json.json new file mode 100644 index 000000000..a406cd7f4 --- /dev/null +++ b/domains/json.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "jasonappah", + "email": "isadev@jasonaa.me", + "twitter": "jasonaa_" + }, + "record": { + "URL": "https://jasonaa.me/" + } +} From 9a25a303063239831e0980555b239d8df0af1e2b Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Mon, 12 Apr 2021 20:37:55 -0700 Subject: [PATCH 03/14] Create rohan.json --- domains/rohan.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/rohan.json diff --git a/domains/rohan.json b/domains/rohan.json new file mode 100644 index 000000000..9d07fa2eb --- /dev/null +++ b/domains/rohan.json @@ -0,0 +1,11 @@ +{ + "description": "Rohan's devlog and portfolio", + "repo": "https://github.com/rohan-bansal", + "owner": { + "username": "Rohan-Bansal", + "email": "rohan@rbansal.dev" + }, + "record": { + "CNAME": "rohan-bansal.github.io" + } +} From ace2af019c1c93a1a78be60f53c59f62a9df7a1b Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Mon, 12 Apr 2021 20:40:07 -0700 Subject: [PATCH 04/14] Update rohan.json --- domains/rohan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohan.json b/domains/rohan.json index 9d07fa2eb..63b5914ce 100644 --- a/domains/rohan.json +++ b/domains/rohan.json @@ -6,6 +6,6 @@ "email": "rohan@rbansal.dev" }, "record": { - "CNAME": "rohan-bansal.github.io" + "CNAME": "rbansal.dev" } } From ab0efccfff2c779f05d9d6724a2ebc580adf0c8a Mon Sep 17 00:00:00 2001 From: Yuto Nishida Date: Mon, 12 Apr 2021 21:20:10 -0700 Subject: [PATCH 05/14] Create yuto.json --- domains/yuto.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 domains/yuto.json diff --git a/domains/yuto.json b/domains/yuto.json new file mode 100644 index 000000000..f5aa2bd11 --- /dev/null +++ b/domains/yuto.json @@ -0,0 +1,10 @@ +{ + "owner": { + "username": "starptr", + "email": "yuto@berkeley.edu" + }, + "description": "Personal website", + "record": { + "URL": "https://yart.me" + } +} From 743da03ed8697fec843e12a7d0b6d3c2375b047e Mon Sep 17 00:00:00 2001 From: Rohan Bansal Date: Mon, 12 Apr 2021 21:51:11 -0700 Subject: [PATCH 06/14] Accidentally used CNAME instead of URL --- domains/rohan.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/rohan.json b/domains/rohan.json index 63b5914ce..832a60dac 100644 --- a/domains/rohan.json +++ b/domains/rohan.json @@ -6,6 +6,6 @@ "email": "rohan@rbansal.dev" }, "record": { - "CNAME": "rbansal.dev" + "URL": "https://rbansal.dev" } } From ca8df31251ae4184179b837b65e88f3d6ebb3118 Mon Sep 17 00:00:00 2001 From: Jeel Patel Date: Tue, 13 Apr 2021 10:35:08 +0530 Subject: [PATCH 07/14] added my(Jeel's) json for registering --- domains/jeel.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/jeel.json diff --git a/domains/jeel.json b/domains/jeel.json new file mode 100644 index 000000000..5e3ca7530 --- /dev/null +++ b/domains/jeel.json @@ -0,0 +1,11 @@ +{ + "description": "Jeel's portfolio website", + "repo": "https://github.com/jeelpatel1612", + "owner": { + "username": "jeelpatel1612", + "twitter": "__j_e_e_l__" + }, + "record": { + "URL": "https://jeelpatel.netlify.app/" + } +} \ No newline at end of file From 842f009263e02208f621d4f2cc6de4e3a0fb0239 Mon Sep 17 00:00:00 2001 From: Jeel Patel Date: Tue, 13 Apr 2021 10:41:36 +0530 Subject: [PATCH 08/14] added email prop --- domains/jeel.json | 1 + 1 file changed, 1 insertion(+) diff --git a/domains/jeel.json b/domains/jeel.json index 5e3ca7530..840c664a2 100644 --- a/domains/jeel.json +++ b/domains/jeel.json @@ -3,6 +3,7 @@ "repo": "https://github.com/jeelpatel1612", "owner": { "username": "jeelpatel1612", + "email": "", "twitter": "__j_e_e_l__" }, "record": { From 3bd457c8cb8d0cbffc200baebf8bdf82c57af044 Mon Sep 17 00:00:00 2001 From: Dhruv Bhanushali Date: Tue, 13 Apr 2021 10:55:41 +0530 Subject: [PATCH 09/14] Create lejhand.json --- domains/lejhand.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/lejhand.json diff --git a/domains/lejhand.json b/domains/lejhand.json new file mode 100644 index 000000000..63c679686 --- /dev/null +++ b/domains/lejhand.json @@ -0,0 +1,11 @@ +{ + "description": "This is lejhands portfolio website with info and github and npm portfolio too", + "repo": "https://github.com/LejhandGamingYT", + "owner": { + "username": "LejhandGamingYT", + "email": "dhruvbhanushali5621@gmail.com" + }, + "record": { + "CNAME": "dazzling-williams-9e8070.netlify.app" + } +} From 6ed992a6414a615360be3b8da07f0689183f3030 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Tue, 13 Apr 2021 20:14:15 +0530 Subject: [PATCH 10/14] Update stale.yml --- .github/workflows/stale.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 996fe97e1..f750eb678 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,6 +1,8 @@ -name: Mark stale issues and pull requests +name: StaleBOT on: + workflow_dispatch: + name: 'Force cleanup' schedule: - cron: "30 14 * * *" From 3f4fd4b00d9ecb8f0243d4a49636e36822bcc512 Mon Sep 17 00:00:00 2001 From: DeadShot Date: Tue, 13 Apr 2021 21:53:42 +0530 Subject: [PATCH 11/14] Create deadshot.json --- domains/deadshot.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 domains/deadshot.json diff --git a/domains/deadshot.json b/domains/deadshot.json new file mode 100644 index 000000000..9d4670aa4 --- /dev/null +++ b/domains/deadshot.json @@ -0,0 +1,12 @@ +{ + "description": "My Official Website, Made with HTML5", + "repo": "https://github.com/deadshotofficial/deadshotofficial.github.io", + "owner": { + "username": "deadshotofficial", + "email": "raj.deadshot8888@gmail.com", + "twitter": "deadshot3r" + }, + "record": { + "CNAME": "deadshotofficial.github.io" + } +} From 3aef380fdf8c3c876ecf5f469ee20331b415c3b2 Mon Sep 17 00:00:00 2001 From: Koolwiza <72822494+Koolwiza@users.noreply.github.com> Date: Tue, 13 Apr 2021 11:11:12 -0700 Subject: [PATCH 12/14] Create koolwiza.json --- domains/koolwiza.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 domains/koolwiza.json diff --git a/domains/koolwiza.json b/domains/koolwiza.json new file mode 100644 index 000000000..09377296e --- /dev/null +++ b/domains/koolwiza.json @@ -0,0 +1,11 @@ +{ + "owner": { + "username": "Koolwiza", + "email": "koowliza@gmail.com" + }, + "description": "Just a cool subdomain to have :)", + "repo": "https://www.github.com/Koolwiza", + "record": { + "CNAME": "https://www.github.com/Koolwiza" + } +} From 7da6bfe4e0ec561f5bee20e22225cda2b0ca1346 Mon Sep 17 00:00:00 2001 From: Koolwiza <72822494+Koolwiza@users.noreply.github.com> Date: Tue, 13 Apr 2021 11:15:09 -0700 Subject: [PATCH 13/14] Update koolwiza.json --- domains/koolwiza.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/koolwiza.json b/domains/koolwiza.json index 09377296e..be0e560b3 100644 --- a/domains/koolwiza.json +++ b/domains/koolwiza.json @@ -6,6 +6,6 @@ "description": "Just a cool subdomain to have :)", "repo": "https://www.github.com/Koolwiza", "record": { - "CNAME": "https://www.github.com/Koolwiza" + "CNAME": "koolwiza.github.io" } } From 95b0b5ebf01b58b861cef3d7b27be89fb9cf0206 Mon Sep 17 00:00:00 2001 From: FatGrizzly <66728880+FatGrizzly@users.noreply.github.com> Date: Wed, 14 Apr 2021 13:44:52 +0530 Subject: [PATCH 14/14] Create fatgrizzly.json --- domains/fatgrizzly.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 domains/fatgrizzly.json diff --git a/domains/fatgrizzly.json b/domains/fatgrizzly.json new file mode 100644 index 000000000..9160aabc0 --- /dev/null +++ b/domains/fatgrizzly.json @@ -0,0 +1,14 @@ +{ + "description": "personal website ", + "repo": "https://github.com/fatgrizzly", + "owner": { + "username": "fatgrizzly", + "email": "soundar@secret.fyi" + }, + "record": { + "A": [ + "89.163.215.190", + "89.163.215.211" + ] + } +}