File tree Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Expand file tree Collapse file tree 3 files changed +54
-0
lines changed Original file line number Diff line number Diff line change 1+ # These are supported funding model platforms
2+
3+ github : kiwix # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+ patreon : # Replace with a single Patreon username
5+ open_collective : # Replace with a single Open Collective username
6+ ko_fi : # Replace with a single Ko-fi username
7+ tidelift : # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+ community_bridge : # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+ liberapay : # Replace with a single Liberapay username
10+ issuehunt : # Replace with a single IssueHunt username
11+ otechie : # Replace with a single Otechie username
12+ custom : # https://kiwix.org/support-us/
Original file line number Diff line number Diff line change 1+ # Configuration for Move Issues - https://github.com/dessant/move-issues
2+
3+ # Delete the command comment when it contains no other content
4+ deleteCommand : true
5+
6+ # Close the source issue after moving
7+ closeSourceIssue : true
8+
9+ # Lock the source issue after moving
10+ lockSourceIssue : false
11+
12+ # Mention issue and comment authors
13+ mentionAuthors : true
14+
15+ # Preserve mentions in the issue content
16+ keepContentMentions : true
17+
18+ # Move labels that also exist on the target repository
19+ moveLabels : true
20+
21+ # Set custom aliases for targets
22+ # aliases:
23+ # r: repo
24+ # or: owner/repo
25+
26+ # Repository to extend settings from
27+ # _extends: repo
Original file line number Diff line number Diff line change 1+ daysUntilClose : false
2+ staleLabel : stale
3+
4+ issues :
5+ daysUntilStale : 60
6+ markComment : >
7+ This issue has been automatically marked as stale because it has not had
8+ recent activity. It will be now be reviewed manually. Thank you
9+ for your contributions.
10+ pulls :
11+ daysUntilStale : 7
12+ markComment : >
13+ This pull request has been automatically marked as stale because it has not had
14+ recent activity. It will be now be reviewed manually. Thank you
15+ for your contributions.
You can’t perform that action at this time.
0 commit comments