diff --git a/.github/workflows/link-check-external.yml b/.github/workflows/link-check-external.yml index cb0bc35af3fd..663b0ab5a04a 100644 --- a/.github/workflows/link-check-external.yml +++ b/.github/workflows/link-check-external.yml @@ -42,18 +42,30 @@ jobs: fi - name: Upload report artifact - if: failure() + if: always() uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 with: name: external-link-report path: artifacts/external-link-report.* retention-days: 14 + if-no-files-found: ignore + + - name: Check if report exists + if: always() + id: check_report + run: | + if [ -f "artifacts/external-link-report.md" ]; then + echo "has_report=true" >> $GITHUB_OUTPUT + else + echo "has_report=false" >> $GITHUB_OUTPUT + echo "No broken link report generated - all links valid!" + fi - name: Create issue if broken links found - if: failure() + if: always() && steps.check_report.outputs.has_report == 'true' uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v5 with: - token: ${{ secrets.DOCS_BOT_PAT_WORKFLOW }} + token: ${{ secrets.DOCS_BOT_PAT_BASE }} repository: github/docs-content title: '🌐 Broken External Links Report' content-filepath: artifacts/external-link-report.md diff --git a/.github/workflows/link-check-internal.yml b/.github/workflows/link-check-internal.yml index 6dc735d57ffb..ebd0b08765a8 100644 --- a/.github/workflows/link-check-internal.yml +++ b/.github/workflows/link-check-internal.yml @@ -78,7 +78,7 @@ jobs: if: matrix.language != 'en' uses: ./.github/actions/clone-translations with: - token: ${{ secrets.DOCS_BOT_PAT_READPUBLICKEY }} + token: ${{ secrets.DOCS_BOT_PAT_BASE }} - name: Check internal links env: @@ -125,14 +125,14 @@ jobs: # Check if any reports exist if ls reports/*.md 1> /dev/null 2>&1; then echo "has_reports=true" >> $GITHUB_OUTPUT - + # Combine all markdown reports echo "# Internal Links Report" > combined-report.md echo "" >> combined-report.md echo "Generated: $(date -u +'%Y-%m-%d %H:%M UTC')" >> combined-report.md echo "[Action run](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})" >> combined-report.md echo "" >> combined-report.md - + for report in reports/*.md; do echo "---" >> combined-report.md cat "$report" >> combined-report.md @@ -147,7 +147,7 @@ jobs: if: steps.combine.outputs.has_reports == 'true' uses: peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710 # v5 with: - token: ${{ secrets.DOCS_BOT_PAT_WORKFLOW }} + token: ${{ secrets.DOCS_BOT_PAT_BASE }} repository: github/docs-content title: '🔗 Broken Internal Links Report' content-filepath: combined-report.md diff --git a/content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md b/content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md index 5482f22c34f7..bd8925561cfd 100644 --- a/content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md +++ b/content/admin/data-residency/feature-overview-for-github-enterprise-cloud-with-data-residency.md @@ -20,7 +20,6 @@ The following features are currently unavailable on {% data variables.enterprise | Feature | Details | More information | | :- | :- | :- | -| {% data variables.product.prodname_copilot_short %} Metrics API | Currently unavailable. | [AUTOTITLE](/rest/copilot/copilot-metrics) | | {% data variables.product.prodname_github_codespaces %} | Currently unavailable. | [AUTOTITLE](/codespaces/quickstart) | | macOS runners for {% data variables.product.prodname_actions %} | Currently unavailable. | [AUTOTITLE](/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners) | | Maven and Gradle support for {% data variables.product.prodname_registry %} | Currently unavailable. | [AUTOTITLE](/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry) | diff --git a/content/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy.md b/content/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy.md index 6c17c703d342..0c93cc62954d 100644 --- a/content/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy.md +++ b/content/organizations/organizing-members-into-teams/moving-a-team-in-your-organizations-hierarchy.md @@ -23,6 +23,7 @@ Organization owners can change the parent of any team. Team maintainers can chan > [!TIP] > * You cannot change a team's parent to a secret team. For more information, see [AUTOTITLE](/organizations/organizing-members-into-teams/about-teams). > * You cannot nest a parent team beneath one of its child teams. +> * Adding an existing child team to a new parent team removes it from its previous parent team. {% data reusables.profile.access_org %} {% data reusables.user-settings.access_org %} diff --git a/content/rest/copilot/copilot-metrics.md b/content/rest/copilot/copilot-metrics.md index 42df36aa7635..bc2c8a6035c7 100644 --- a/content/rest/copilot/copilot-metrics.md +++ b/content/rest/copilot/copilot-metrics.md @@ -20,6 +20,4 @@ You can use these endpoints to get a breakdown of aggregated metrics for various * Breakdowns by language and IDE * The option to view metrics for an enterprise, organization, or team -{% data reusables.copilot.metrics-api-ghecom %} - diff --git a/data/reusables/actions/supported-github-runners.md b/data/reusables/actions/supported-github-runners.md index 8cfb8859e219..50413dde65bf 100644 --- a/data/reusables/actions/supported-github-runners.md +++ b/data/reusables/actions/supported-github-runners.md @@ -108,7 +108,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using Linux 2 - 7 GB + 8 GB 14 GB x64 @@ -120,7 +120,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using Windows 2 - 7 GB + 8 GB 14 GB x64 @@ -129,6 +129,27 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using windows-2022 + + Linux + 2 + 8 GB + 14 GB + arm64 + + ubuntu-24.04-arm, + ubuntu-22.04-arm + + + + Windows + 2 + 8 GB + 14 GB + arm64 + + windows-11-arm + + macOS 4 diff --git a/src/links/scripts/check-links-external.ts b/src/links/scripts/check-links-external.ts index 1fc3eebb602e..f94523917913 100644 --- a/src/links/scripts/check-links-external.ts +++ b/src/links/scripts/check-links-external.ts @@ -356,9 +356,6 @@ async function main() { console.log(`Created report issue: ${newReport.html_url}`) } - - // Exit with error if broken links found - process.exit(1) } // Run if invoked directly