Skip to content

Commit

Permalink
Merge pull request #34131 from github/repo-sync
Browse files Browse the repository at this point in the history
Repo sync
  • Loading branch information
docs-bot authored Jul 29, 2024
2 parents 8df0cdf + 5038ef5 commit fca015e
Show file tree
Hide file tree
Showing 29 changed files with 446 additions and 480 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/delete-orphan-translation-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
changes=$(git diff --name-only | wc -l)
untracked=$(git status --untracked-files --short | wc -l)
if [[ $changes -eq 0 ]] && [[ $untracked -eq 0 ]]; then
echo "There are no changes to commit after running src/rest/scripts/update-files.js. Exiting..."
echo "There are no changes to commit or untracked files. Exiting."
exit 0
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-audit-logs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
changes=$(git diff --name-only | wc -l)
untracked=$(git status --untracked-files --short | wc -l)
if [[ $changes -eq 0 ]] && [[ $untracked -eq 0 ]]; then
echo "There are no changes to commit after running src/rest/scripts/update-files.js. Exiting..."
echo "There are no changes to commit or untracked files. Exiting..."
exit 0
fi
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sync-openapi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
# Needed for gh
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_WRITEORG_PROJECT }}
run: |
src/rest/scripts/update-files.js --source-repo rest-api-description --output rest github-apps webhooks rest-redirects
npm run sync-rest -- --source-repo rest-api-description --output rest github-apps webhooks rest-redirects
git status
echo "Deleting the cloned github/rest-api-description repo..."
rm -rf rest-api-description
Expand All @@ -73,7 +73,7 @@ jobs:
# If nothing to commit, exit now. It's fine. No orphans.
changes=$(git diff --name-only | wc -l)
if [[ $changes -eq 0 ]]; then
echo "There are no changes to commit after running src/rest/scripts/update-files.js. Exiting..."
echo "There are no changes to commit after running `npm run sync-rest` Exiting..."
exit 0
fi
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ children:
- /managing-requests-for-copilot-business-in-your-organization
- /revoking-access-to-copilot-for-members-of-your-organization
- /reviewing-usage-data-for-github-copilot-in-your-organization
- /reviewing-changes-to-content-exclusions-for-github-copilot
- /reviewing-audit-logs-for-copilot-business
redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/reviewing-github-copilot-activity-in-your-organization
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
---
title: Reviewing changes to content exclusions for GitHub Copilot
intro: 'You can monitor changes to content exclusions in your repositories and organizations.'
shortTitle: Content exclusion changes
intro: You can monitor changes to content exclusions in your repositories and organizations.
permissions: Organization owners
product: '{% data reusables.gated-features.copilot-business-and-enterprise %}'
versions:
feature: copilot
topics:
- Copilot
shortTitle: Review content exclusion changes
redirect_from:
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/managing-github-copilot-features-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
- /copilot/managing-copilot/managing-github-copilot-in-your-organization/setting-policies-for-copilot-in-your-organization/reviewing-changes-to-content-exclusions-for-github-copilot
---

{% data reusables.copilot.content-exclusions-availability-and-beta-note %}
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit fca015e

Please sign in to comment.