From 7a4eabe48414de5edfefcd693e79178120eae142 Mon Sep 17 00:00:00 2001 From: Flaque Date: Fri, 12 Jul 2019 13:08:17 -0700 Subject: [PATCH] Add stalebot --- .github/stale.yml | 17 +++++++++++++++++ ios/quirk/Supporting/EXBuildConstants.json | 2 +- ios/quirk/Supporting/EXBuildConstants.plist | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 .github/stale.yml diff --git a/.github/stale.yml b/.github/stale.yml new file mode 100644 index 00000000..2891e743 --- /dev/null +++ b/.github/stale.yml @@ -0,0 +1,17 @@ +# Number of days of inactivity before an issue becomes stale +daysUntilStale: 14 +# Number of days of inactivity before a stale issue is closed +daysUntilClose: 7 +# Issues with these labels will never be considered stale +exemptLabels: + - pinned + - security +# Label to use when marking an issue as stale +staleLabel: wontfix +# Comment to post when marking an issue as stale. Set to `false` to disable +markComment: > + This issue has been automatically marked as stale because it has not had + recent activity. It will be closed if no further activity occurs. Thank you + for your contributions. +# Comment to post when closing a stale issue. Set to `false` to disable +closeComment: false diff --git a/ios/quirk/Supporting/EXBuildConstants.json b/ios/quirk/Supporting/EXBuildConstants.json index a4e24f99..ffe13f13 100644 --- a/ios/quirk/Supporting/EXBuildConstants.json +++ b/ios/quirk/Supporting/EXBuildConstants.json @@ -1 +1 @@ -{"TEMPORARY_SDK_VERSION":"31.0.0","EXPO_RUNTIME_VERSION":"2.9.0","STANDALONE_CONTEXT_TYPE":"user","DEFAULT_API_KEYS":{"GOOGLE_MAPS_IOS_API_KEY":"","AMPLITUDE_KEY":"1e246ef3dacaabe8648768d7c35fceb1"},"developmentUrl":"exp4d07d66c4b23470393769aad813cee0c://172.20.3.65:19000"} \ No newline at end of file +{"TEMPORARY_SDK_VERSION":"31.0.0","EXPO_RUNTIME_VERSION":"33.0.0","STANDALONE_CONTEXT_TYPE":"user","DEFAULT_API_KEYS":{"GOOGLE_MAPS_IOS_API_KEY":"","AMPLITUDE_KEY":"1e246ef3dacaabe8648768d7c35fceb1"},"developmentUrl":"exp4d07d66c4b23470393769aad813cee0c://192.168.86.33:19000"} \ No newline at end of file diff --git a/ios/quirk/Supporting/EXBuildConstants.plist b/ios/quirk/Supporting/EXBuildConstants.plist index 1be6eb1b..d9d221b6 100644 --- a/ios/quirk/Supporting/EXBuildConstants.plist +++ b/ios/quirk/Supporting/EXBuildConstants.plist @@ -10,12 +10,12 @@ EXPO_RUNTIME_VERSION - 2.9.0 + 33.0.0 STANDALONE_CONTEXT_TYPE user TEMPORARY_SDK_VERSION 31.0.0 developmentUrl - exp4d07d66c4b23470393769aad813cee0c://172.20.3.65:19000 + exp4d07d66c4b23470393769aad813cee0c://192.168.86.33:19000