Skip to content

Commit b27e2fc

Browse files
authored
Merge pull request #45690 from github/repo-sync
Repo sync
2 parents fafd3ec + 57a63b7 commit b27e2fc

77 files changed

Lines changed: 316 additions & 863 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/moda-allowed-ips.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
- name: Check out the repository
2222
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
2323
- name: Update list of allowed IPs
24+
env:
25+
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
2426
run: |
2527
echo "Getting a list of Fastly IP addresses...."
2628
ips=$( \
@@ -41,10 +43,13 @@ jobs:
4143
fi
4244
4345
echo "Change found; making a pull request..."
46+
git config --global user.name "docs-bot"
47+
git config --global user.email "77750099+docs-bot@users.noreply.github.com"
48+
4449
branchname=update-allowed-ips-$(date +%s)
4550
git checkout -b $branchname
4651
git commit -am "Update list of allowed IPs"
47-
git push
52+
git push origin "$branchname"
4853
gh pr create \
4954
--title "Update list of allowed IPs" \
5055
--body "This PR updates the list of allowed IPs in Moda. It is automatically generated.

content/billing/concepts/product-billing/github-spark.md

Lines changed: 0 additions & 57 deletions
This file was deleted.

content/billing/concepts/product-billing/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ children:
1616
- /github-packages
1717
- /cloud-and-local-sandboxes
1818
- /git-lfs
19-
- /github-spark
2019
contentType: concepts
2120
---
2221

content/copilot/concepts/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ children:
99
- /chat
1010
- /agents
1111
- /about-cloud-and-local-sandboxes
12-
- /spark
1312
- /copilot-usage-metrics
1413
- /prompting
1514
- /context

content/copilot/concepts/spark.md

Lines changed: 0 additions & 144 deletions
This file was deleted.

content/copilot/how-tos/administer-copilot/manage-for-enterprise/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ children:
99
- /manage-access
1010
- /manage-enterprise-policies
1111
- /manage-agents
12-
- /manage-spark
1312
- /manage-availability-of-default-models
1413
- /enable-custom-models
1514
- /review-audit-logs

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-spark.md

Lines changed: 0 additions & 50 deletions
This file was deleted.

content/copilot/how-tos/copilot-integrations/integrate-cloud-agent-with-teams.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ You can keep steering from Teams, or continue the work on the agent-generated ar
5353

5454
* You must have a {% data variables.product.github %} account with access to {% data variables.product.prodname_copilot_short %} through a paid {% data variables.product.prodname_copilot_short %} plan.
5555
* You must have a Teams account.
56-
* You must have Microsoft Public Developer Preview enabled for your Microsoft Teams client, see [Public developer preview for Teams](https://learn.microsoft.com/en-us/microsoftteams/platform/resources/dev-preview/developer-preview-intro) in the Microsoft Learn documentation.
5756
{% data reusables.copilot.cloud-agent.cloud-sandboxes-prerequisite-teams %}
5857

5958
## Installing the {% data variables.product.github %} app in Teams

0 commit comments

Comments
 (0)