File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed
Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change 1+ # Number of days of inactivity before an issue becomes stale
2+ daysUntilStale : 14
3+ # Number of days of inactivity before a stale issue is closed
4+ daysUntilClose : 7
5+ # Issues with these labels will never be considered stale
6+ exemptLabels :
7+ - important
8+ # Label to use when marking an issue as stale
9+ staleLabel : stale
10+ # Comment to post when marking an issue as stale. Set to `false` to disable
11+ markComment : >
12+ This issue has been automatically marked as stale because it has not had
13+ recent activity. It will be closed if no further activity occurs. Thank you
14+ for your contributions.
15+ # Comment to post when closing a stale issue. Set to `false` to disable
16+ closeComment : >
17+ This issue has been automatically closed due to inactivity.
18+ Please open a new issue if it's still valid.
Original file line number Diff line number Diff line change 1+ # xcmonkey changelog
2+
3+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) .
4+
5+ ## [ 1.2.0] ( https://github.com/alteral/xcmonkey/releases/tag/1.2.0 )
6+
7+ _ January 23, 2023_
8+
9+ ### ✅ Added
10+
11+ - Force keep xcmonkey in the target app
12+
13+ ## [ 1.1.0] ( https://github.com/alteral/xcmonkey/releases/tag/1.1.0 )
14+
15+ _ January 20, 2023_
16+
17+ ### ✅ Added
18+
19+ - Support [ fastlane] ( https://github.com/fastlane/fastlane ) integration
20+
21+ ## [ 1.0.0] ( https://github.com/alteral/xcmonkey/releases/tag/1.0.0 )
22+
23+ _ January 09, 2023_
24+
25+ ### ✅ Added
26+
27+ - xcmonkey ` test ` , ` repeat ` and ` describe ` commands
You can’t perform that action at this time.
0 commit comments