Skip to content

Commit 2ec343e

Browse files
authored
Merge pull request github#33847 from github/repo-sync
Repo sync
2 parents 3f891ba + ff9b39c commit 2ec343e

File tree

14 files changed

+1550
-210
lines changed

14 files changed

+1550
-210
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{% data variables.product.prodname_pages %} is available in public repositories with {% data variables.product.prodname_free_user %} and {% data variables.product.prodname_free_team %} for organizations, and in public and private repositories with {% data variables.product.prodname_pro %}, {% data variables.product.prodname_team %}, {% data variables.product.prodname_ghe_cloud %}, and {% data variables.product.prodname_ghe_server %}. {% ifversion fpt or ghec %}{% data reusables.gated-features.more-info %}{% endif %}
22

3-
{% ifversion fpt or ghec %}All {% data variables.product.prodname_pages %} builds will use {% data variables.product.prodname_actions %} from June 30, 2024. No other changes are required but {% data variables.product.prodname_actions %} must be enabled in your repository for builds to continue. For more information on enabling {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)."{% endif %}
3+
{% ifversion fpt or ghec %}{% data variables.product.prodname_pages %} now uses {% data variables.product.prodname_actions %} to execute the Jekyll build. When using a branch as the source of your build, {% data variables.product.prodname_actions %} must be enabled in your repository if you want to use the built-in Jekyll workflow. Alternatively, if {% data variables.product.prodname_actions %} is unavailable or disabled, adding a `.nojekyll` file to the root of your source branch will bypass the Jekyll build process and deploy the content directly. For more information on enabling {% data variables.product.prodname_actions %}, see "[AUTOTITLE](/repositories/managing-your-repositorys-settings-and-features/enabling-features-for-your-repository/managing-github-actions-settings-for-a-repository)."{% endif %}

src/audit-logs/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
44
"apiRequestEvent": "This event is only available via audit log streaming."
55
},
6-
"sha": "ae9c8f615196599a66db8635be3c5069031b2766"
6+
"sha": "a244bf32d6248357f5e491cf0539f5fbec86bb0f"
77
}

src/ghes-releases/lib/enterprise-dates.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@
133133
},
134134
"3.9": {
135135
"releaseDate": "2023-06-08",
136-
"deprecationDate": "2024-06-29"
136+
"deprecationDate": "2024-07-09"
137137
},
138138
"3.10": {
139139
"releaseDate": "2023-08-08",
@@ -158,5 +158,17 @@
158158
"3.15": {
159159
"releaseDate": "2024-10-29",
160160
"deprecationDate": "2025-11-19"
161+
},
162+
"3.16": {
163+
"releaseDate": "2025-02-18",
164+
"deprecationDate": "2026-03-11"
165+
},
166+
"3.17": {
167+
"releaseDate": "2025-05-13",
168+
"deprecationDate": "2026-06-03"
169+
},
170+
"3.18": {
171+
"releaseDate": "2025-08-05",
172+
"deprecationDate": "2026-08-26"
161173
}
162174
}

src/github-apps/lib/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,5 @@
6060
"2022-11-28"
6161
]
6262
},
63-
"sha": "5af586d1351db51ce7f285a897f508e7be0169d9"
63+
"sha": "fd544c2b878458798c8af979affb0407da2ef34e"
6464
}

0 commit comments

Comments
 (0)