File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Number of days of inactivity before an issue becomes stale
2- daysUntilStale : 60
2+ daysUntilStale : 14
33# Number of days of inactivity before a stale issue is closed
44daysUntilClose : 7
55# Issues with these labels will never be considered stale
@@ -9,7 +9,7 @@ exemptLabels:
99 - pinned
1010 - security
1111# Label to use when marking an issue as stale
12- staleLabel : wontfix
12+ staleLabel : invalid
1313# Comment to post when marking an issue as stale. Set to `false` to disable
1414markComment : >
1515 This issue has been automatically marked as stale because it has not had
Original file line number Diff line number Diff line change 55 run-tests :
66 name : Run tests
77 runs-on : macOS-latest
8+ if : contains(github.event.head_commit.message, '[ci skip]') == false
89 env :
910 BUNDLE_PATH : vendor/bundle
1011 POD_PATH : Pods
You can’t perform that action at this time.
0 commit comments