Skip to content

Commit 9b67f75

Browse files
committed
incorporate reviewer comments
1 parent 8188f61 commit 9b67f75

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/browser/automatic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ You start getting [Notifications](../operation/features/notifications.md#loop-ap
4141

4242
The automatic update and build feature is embedded in the build_loop.yml code and uses the GitHub scheduling feature to trigger actions to run automatically.
4343

44-
Some may have noticed one or more branches added to your repository that start with the name `alive`. Don't worry about these. They are automatically created to ensure GitHub will keep building your app automatically.
44+
One or more branches are added to your repository that start with the name `alive`. Don't worry about these. They are automatically created so GitHub will keep building your app automatically.
4545

4646
* GitHub keeps track of repositories
4747
* If there is no activity in a given repository in 60 days, GitHub disables Actions
@@ -50,7 +50,7 @@ Some may have noticed one or more branches added to your repository that start w
5050

5151
You may see branches called `alive`, `alive-dev` or `alive-main` in your repository.
5252

53-
The `alive` branches are created and used to make sure at least one commit per month is added to an `alive` branch in your repository. That keeps your repository active to allow the automatic update and build process to work.
53+
The `alive` branches are there so at least one commit per month is added to an `alive` branch in your repository. That keeps your repository active to allow the automatic update and build process.
5454

5555
The `alive` branches are only used for the keep-alive functions. Do not build using an `alive` branch. Most people will build using the default branch of `main`.
5656

@@ -80,7 +80,7 @@ You must have the `ENABLE_NUKE_CERTS` variable set to `true` for your *GitHub* o
8080
??? question "Do you want to know more? (Click to open/close)"
8181
**Annual Renewal**
8282

83-
This happens once a year after *Apple* automatically expires your `Distribution` Certificate.
83+
Once a year, *Apple* automatically expires your `Distribution` Certificate.
8484

8585
* When the *Apple* `Distribution` certificate expires, the saved credentials in your `Match-Secrets` private repository are invalid and need to be removed (<code>nuke</code>)
8686
* You need a new `Distribution` Certificate at *Apple*
@@ -90,7 +90,7 @@ You must have the `ENABLE_NUKE_CERTS` variable set to `true` for your *GitHub* o
9090

9191
### Automatic Certificate Renewal
9292

93-
Some Open-Source apps, in particular `Trio`, `LoopCaregiver` and `LoopFollow` already have this capability.
93+
Some Open-Source apps, in particular `Trio`, `LoopCaregiver` and `LoopFollow` already have this capability. It will be available in with the next release of the *Loop* app (3.6.0).
9494

9595
* If your signing credentials for the app being built are invalid and `ENABLE_NUKE_CERTS` is `true`, then signing credentials will be cleared from your `Match-Secrets` repository, a new `Distribution` certificate will be created at *Apple* and signing credentials for the current app will be generated and stored in `Match-Secrets`.
9696

@@ -142,7 +142,7 @@ This is an optional step. If you are happy with the automatic sync and update, y
142142
* If you want to only build when an update has been found:
143143
* either do not create the variable `SCHEDULED_SYNC` or set it to true
144144
* create the variable `SCHEDULED_BUILD` and set it to false
145-
* **Warning**: if no updates to your default branch are detected within 90 days, your previous TestFlight build may expire requiring a manual build
145+
* **Warning**: if no updates to your default branch are detected within 90 days, your previous TestFlight build may expire, requiring a manual build
146146
* During a time when updates are not happening frequently, this is not a good choice
147147

148148
| <div style="width:120px">`SCHEDULED_SYNC`</div> | <div style="width:120px">`SCHEDULED_BUILD`</div> | Automatic Actions |

0 commit comments

Comments
 (0)