From e25a4f9ddd4fc9c01f8e2b092b3391afe1200440 Mon Sep 17 00:00:00 2001 From: galargh Date: Sun, 17 Sep 2023 00:25:33 +0000 Subject: [PATCH] sync@6210345192 ipfs --- github/ipfs.yml | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/github/ipfs.yml b/github/ipfs.yml index 37d6d37..f698043 100644 --- a/github/ipfs.yml +++ b/github/ipfs.yml @@ -8324,7 +8324,27 @@ repositories: description: IPFS Project && Working Group Roadmaps Repo files: .github/workflows/stale.yml: - content: .github/workflows/stale.yml + content: > + name: Close and mark stale issue + + + on: + schedule: + - cron: '0 0 * * *' + + permissions: + issues: write + pull-requests: write + + jobs: + stale: + runs-on: ubuntu-latest + steps: + - uses: actions/stale@v8 + with: + stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.' + days-before-stale: 30 + days-before-close: 5 has_discussions: false merge_commit_message: PR_TITLE merge_commit_title: MERGE_MESSAGE