Skip to content

Commit

Permalink
sync@6210345192 ipfs
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh committed Sep 17, 2023
1 parent 51a9d03 commit e25a4f9
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion github/ipfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e25a4f9

Please sign in to comment.