Skip to content

Commit

Permalink
Add stalebot
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaque committed Jul 12, 2019
1 parent d9d18d6 commit 7a4eabe
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion ios/quirk/Supporting/EXBuildConstants.json
Original file line number Diff line number Diff line change
@@ -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"}
{"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"}
4 changes: 2 additions & 2 deletions ios/quirk/Supporting/EXBuildConstants.plist
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
<string></string>
</dict>
<key>EXPO_RUNTIME_VERSION</key>
<string>2.9.0</string>

This comment has been minimized.

Copy link
@Anisha-asweety

Anisha-asweety Jun 29, 2021

maybe you will have to change the version?

<string>33.0.0</string>
<key>STANDALONE_CONTEXT_TYPE</key>
<string>user</string>
<key>TEMPORARY_SDK_VERSION</key>
<string>31.0.0</string>
<key>developmentUrl</key>
<string>exp4d07d66c4b23470393769aad813cee0c://172.20.3.65:19000</string>
<string>exp4d07d66c4b23470393769aad813cee0c://192.168.86.33:19000</string>
</dict>
</plist>

1 comment on commit 7a4eabe

@Erica2468
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you update the project and then try to get the correct version? I think it might be version 192.168.86.33 instead of version 172.20.2.65

Please sign in to comment.