You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codespace-review-up.yml
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -107,7 +107,7 @@ jobs:
107
107
gh pr comment \
108
108
"$branch" \
109
109
--repo "$REPO" \
110
-
--body "Thank you for your pull request. I deleted the oldest codespaces to make room for a new one. You can make a new codespace by updating your pull request or closing and reopening your pull request."
110
+
--body "Thank you for this pull request. I deleted the oldest codespaces to make room for a new one. You can make a new codespace by updating the pull request or closing and reopening the pull request."
111
111
echo "Commented on branch $branch"
112
112
done
113
113
echo "Deleted the oldest $tocut codespaces"
@@ -205,18 +205,18 @@ jobs:
205
205
206
206
### Review this PR in a codespace 📦
207
207
208
-
Your codespace will be ready in two to three minutes and you can review changes at:
208
+
The codespace will be ready in two to three minutes and you can review changes at:
209
209
${{ env.APP_URL }}
210
-
Your codespace will be automatically deleted once your pull request is closed or merged.
210
+
The codespace will be automatically deleted once the pull request is closed or merged.
211
211
212
-
#### Your codespace will idle after 4 hours of inactivity
212
+
#### The codespace will idle after 4 hours of inactivity
213
213
214
-
After 4 hours, you can reactivate your codespace by applying the https://github.com/${{ env.REPO }}/labels/extend-codespace label to the pull request.
215
-
If the label is already applied, you can remove and reapply the label to reactivate your codespace.
214
+
After 4 hours, you can reactivate the codespace by applying the https://github.com/${{ env.REPO }}/labels/extend-codespace label to the pull request.
215
+
If the label is already applied, you can remove and reapply the label to reactivate the codespace.
216
216
217
217
<details><summary>Table of review links</summary>
218
218
219
-
${{ steps.changes.outputs.changesTable && 'The table shows the files in the `content` directory that were changed in this pull request. This helps you review your changes on the review server. Changes to the `data` directory are not included in this table.' || '' }}
219
+
${{ steps.changes.outputs.changesTable && 'The table shows the files in the `content` directory that were changed in this pull request. Changes to the `data` directory are not included in this table.' || '' }}
220
220
221
221
${{ steps.changes.outputs.changesTable || '_This pull request contains code changes, so we will not generate a table of review links._' }}
222
222
@@ -226,4 +226,4 @@ jobs:
226
226
227
227
🤖 This comment is [automatically generated][workflow].
0 commit comments