Skip to content

Commit

Permalink
Merge pull request #33847 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jul 7, 2024
2 parents 3f891ba + ff9b39c commit 2ec343e
Show file tree
Hide file tree
Showing 14 changed files with 1,550 additions and 210 deletions.
2 changes: 1 addition & 1 deletion data/reusables/gated-features/pages.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{% 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 %}

{% 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 %}
{% 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 %}
2 changes: 1 addition & 1 deletion src/audit-logs/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"apiOnlyEvents": "This event is not available in the web interface, only via the REST API, audit log streaming, or JSON/CSV exports.",
"apiRequestEvent": "This event is only available via audit log streaming."
},
"sha": "ae9c8f615196599a66db8635be3c5069031b2766"
"sha": "a244bf32d6248357f5e491cf0539f5fbec86bb0f"
}
14 changes: 13 additions & 1 deletion src/ghes-releases/lib/enterprise-dates.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
},
"3.9": {
"releaseDate": "2023-06-08",
"deprecationDate": "2024-06-29"
"deprecationDate": "2024-07-09"
},
"3.10": {
"releaseDate": "2023-08-08",
Expand All @@ -158,5 +158,17 @@
"3.15": {
"releaseDate": "2024-10-29",
"deprecationDate": "2025-11-19"
},
"3.16": {
"releaseDate": "2025-02-18",
"deprecationDate": "2026-03-11"
},
"3.17": {
"releaseDate": "2025-05-13",
"deprecationDate": "2026-06-03"
},
"3.18": {
"releaseDate": "2025-08-05",
"deprecationDate": "2026-08-26"
}
}
2 changes: 1 addition & 1 deletion src/github-apps/lib/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@
"2022-11-28"
]
},
"sha": "5af586d1351db51ce7f285a897f508e7be0169d9"
"sha": "fd544c2b878458798c8af979affb0407da2ef34e"
}
Loading

0 comments on commit 2ec343e

Please sign in to comment.