Skip to content

Commit 85cdefb

Browse files
committed
incorporate reviewer comments
1 parent 6a6bf3d commit 85cdefb

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/browser/automatic.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ The modified design for the build action found in `Loop v3.8.2` and newer is doc
7373

7474
Normally, you will see a successful `build action` once a week. This happens every Sunday (as soon as your version is 3.8.2 or newer).
7575

76-
> Older code checked on Wed or first of the month, but that tends to be a very busy time for GitHub - automatic builds are shifted to Sunday.
76+
> Previously the build action would run every Wed or the first of the month, when GitHub resources were impacted.
7777
7878
If there are no updates to the `main` branch, your actions show a very short, successful `build action` as shown in the graphic below. It only takes about a minute because the logic says - no update then skip the build.
7979

@@ -87,7 +87,7 @@ In that case, you should check your favorite information site to find out what t
8787

8888
On the second Sunday of every month, you will see a longer `build action`. The purpose of this build is to provide a recent version of the app in *TestFlight* so you are never in a situation where you have no app on your phone.
8989

90-
> Older code built on the first of the month, but that tends to be a very busy time for GitHub - automatic builds are shifted to the second Sunday of each month.
90+
> Previously the build action would run every Wed or the first of the month, when GitHub resources were impacted.
9191
9292
!!! important "You Get No Warning if Repository Build Action is Disabled"
9393
If your build action is disabled, no build actually happens, no warning email is sent and a green checkmark (✅) appears beside a very short build action in which the actual build was skipped.
@@ -98,9 +98,9 @@ You start getting [Notifications](../operation/features/notifications.md#loop-ap
9898

9999
### What are the `alive branches`?
100100

101-
The alive branches stopped being when GitHub disallowed automatic updates of those branches in 2025 April. They were used to prevent your repository from becoming stale and enable continued automatic building even when the upstream repository did not have updates.
101+
In April 2025, GitHub disallowed using the build action to automatically add commits to `alive branches`. This trick was previously used to keep your fork active even when the upstream repository was stable.
102102

103-
Once you update to v3.8.2 or newer, the alive branches are no longer updated and if you don't have those branches, they are no longer created.
103+
Once you update to v3.8.2 or newer, references to `alive branches` are removed from the build action.
104104

105105
> * If you have alive branches (`alive`, `alive-dev` or `alive-main`) you may delete them if you choose
106106
@@ -243,8 +243,8 @@ Your build will run on the following conditions:
243243
- Run weekly, every Wednesday at 08:00 UTC to check for changes; if there are changes, it will update your repository and build
244244
- Run monthly, every first of the month at 06:00 UTC, if there are changes, it will update your repository; regardless of changes, it will build
245245
- If you disable any automation (both variables set to `false`), no updates or building happens when `Build Loop` runs
246-
- If you disabled just scheduled synchronization (`SCHEDULED_SYNC` set to`false`), it will only run once a month, on the first of the month, no update will happen
247-
- If you disabled just scheduled build (`SCHEDULED_BUILD` set to`false`), it will run once weekly, every Wednesday, to check for changes; if there are changes, it will update and build
246+
- If you disable only scheduled synchronization (`SCHEDULED_SYNC` set to`false`), the build action runs weekly but your fork is not updated and the monthly build uses the current version of your fork
247+
- If you disable only scheduled build (`SCHEDULED_BUILD` set to`false`), the build action runs weekly to check for changes; if there are changes, it will update and build
248248

249249
### Disable Automatic Actions
250250

docs/version/releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Releases from `Loop v3.4.4` and older are reported at [*GitHub*&nbsp;_<span tran
4848
This version updates a few iOS 26 interface issues and modifies some details of the Browser Build process.
4949

5050
* Restore expected behavior for phones running iOS 26
51-
* buttons should be grey not blue when inactive
51+
* buttons should be grey (not blue) when inactive
5252
* updates to Therapy Settings should be reflected after a save
5353
* there is still a display refresh bug for SE phones, simply go to main screen and then return to Therapy Screen to see the update did happen
5454
* the information screens for Therapy settings continue to display until dismissed

0 commit comments

Comments
 (0)