Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .github/workflows/moda-allowed-ips.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Check out the repository
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- name: Update list of allowed IPs
env:
GITHUB_TOKEN: ${{ secrets.DOCS_BOT_PAT_BASE }}
run: |
echo "Getting a list of Fastly IP addresses...."
ips=$( \
Expand All @@ -41,10 +43,13 @@ jobs:
fi

echo "Change found; making a pull request..."
git config --global user.name "docs-bot"
git config --global user.email "77750099+docs-bot@users.noreply.github.com"

branchname=update-allowed-ips-$(date +%s)
git checkout -b $branchname
git commit -am "Update list of allowed IPs"
git push
git push origin "$branchname"
gh pr create \
--title "Update list of allowed IPs" \
--body "This PR updates the list of allowed IPs in Moda. It is automatically generated.
Expand Down
57 changes: 0 additions & 57 deletions content/billing/concepts/product-billing/github-spark.md

This file was deleted.

1 change: 0 additions & 1 deletion content/billing/concepts/product-billing/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ children:
- /github-packages
- /cloud-and-local-sandboxes
- /git-lfs
- /github-spark
contentType: concepts
---

1 change: 0 additions & 1 deletion content/copilot/concepts/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ children:
- /chat
- /agents
- /about-cloud-and-local-sandboxes
- /spark
- /copilot-usage-metrics
- /prompting
- /context
Expand Down
144 changes: 0 additions & 144 deletions content/copilot/concepts/spark.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ children:
- /manage-access
- /manage-enterprise-policies
- /manage-agents
- /manage-spark
- /manage-availability-of-default-models
- /enable-custom-models
- /review-audit-logs
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ You can keep steering from Teams, or continue the work on the agent-generated ar

* 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.
* You must have a Teams account.
* 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.
{% data reusables.copilot.cloud-agent.cloud-sandboxes-prerequisite-teams %}

## Installing the {% data variables.product.github %} app in Teams
Expand Down
Loading
Loading