From 431404e2d1095f509da12b2569e5e9adb8dd49ff Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Fri, 1 Dec 2023 18:00:26 +0530 Subject: [PATCH 1/3] Update stale.yml --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 786060ccc..854436993 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 30 - days-before-close: 20 + days-before-stale: 10 + days-before-close: 14 stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' exempt-issue-labels: 'no-stale' From 5c9f26ff971ac668aa813756416e09bf520821a5 Mon Sep 17 00:00:00 2001 From: Vaibhav Date: Sun, 3 Dec 2023 16:36:51 +0530 Subject: [PATCH 2/3] Update .github/workflows/stale.yml Co-authored-by: William Harrison --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 854436993..f4cc4fe4a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/stale@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} - days-before-stale: 10 + days-before-stale: 7 days-before-close: 14 stale-issue-message: 'This issue has been marked as stale due to inactivity and will be closed. Comment anything on this issue to prevent it' stale-pr-message: 'This pull request has been marked as stale due to inactivity and will be closed. Comment anything on this PR to prevent it' From bf834bae361bf3b11132c80a0a2c6a6235f0f15d Mon Sep 17 00:00:00 2001 From: William Harrison <115670568+WDH-2@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:03:37 +0800 Subject: [PATCH 3/3] Delete domains/elchapo.json --- domains/elchapo.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 domains/elchapo.json diff --git a/domains/elchapo.json b/domains/elchapo.json deleted file mode 100644 index c19550ed4..000000000 --- a/domains/elchapo.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "owner": { - "username": "busso-developer", - "email": "ballasmarketofficial@gmail.com" - }, - "record": { - "A": ["217.174.245.249"], - "AAAA": ["2a00:da00:1800:83a4::1"], - "MX": ["hosts.is-a.dev"], - "TXT": "v=spf1 a mx ip4:217.174.245.249 ~all" - } -} \ No newline at end of file