diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 786060ccc..f4cc4fe4a 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: 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' exempt-issue-labels: 'no-stale' 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