Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync #35263

Merged
merged 6 commits into from
Nov 12, 2024
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
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ When you activate webhooks for your {% data variables.product.prodname_github_ap

### Choosing a webhook URL for development and testing

While you develop and test your app, you can use a webhook payload delivery service like [Smee](https://smee.io/) to capture and forward webhook payloads to your local development environment. Never use Smee for an application in production, because Smee channels are not authenticated or secure. Alternatively, you can use a tool like [ngrok](https://ngrok.com/docs/guides/getting-started/), [localtunnel](https://localtunnel.github.io/www/), or the [Hookdeck Console](https://console.hookdeck.com?provider=github) that exposes your local machine to the internet to receive the payloads.
While you develop and test your app, you can use a webhook payload delivery service like [Smee](https://smee.io/) to capture and forward webhook payloads to your local development environment. Never use Smee for an application in production, because Smee channels are not authenticated or secure. Alternatively, you can use a tool like [ngrok](https://ngrok.com/docs/guides/developer-preview/getting-started/), [localtunnel](https://localtunnel.github.io/www/), or the [Hookdeck Console](https://console.hookdeck.com?provider=github) that exposes your local machine to the internet to receive the payloads.

#### Creating a webhook URL with Smee

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ As a Microsoft Cloud Solution Provider (CSP) partner, you can create an enterpri

Before you start, make sure you know:
* The {% data variables.product.prodname_dotcom %} username of the client who will become the owner of the enterprise account you create
* The {% data variables.product.prodname_dotcom %} username for the CSP partner that must be assigned to the customer’s enterprise account to manage metered billing and access support
* The name your client would like to use for the enterprise account
* The email address where you would like receipts to be sent

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ includeGuides:

### `topics`

* Purpose: Indicate the topics covered by the article. Refer to the content models for more details about adding topics. A full list of existing topics is located in the [allowed topics file](https://github.com/github/docs/blob/main/data/allowed-topics.js). If topics in article frontmatter and the allow-topics list become out of sync, the [topics CI test](https://github.com/github/docs/blob/main/src/search/tests/topics.js) will fail.
* Purpose: Indicate the topics covered by the article. Refer to the content models for more details about adding topics. A full list of existing topics is located in the [allowed topics file](https://github.com/github/docs/blob/main/data/allowed-topics.js). If topics in article frontmatter and the allow-topics list become out of sync, the [topics CI test](https://github.com/github/docs/blob/main/src/search/tests/topics.ts) will fail.
* Type: Array of `String`s
* Optional: Topics are preferred for each article, but, there may be cases where existing articles don't yet have topics, or adding a topic to a new article may not add value.

Expand Down
2 changes: 0 additions & 2 deletions data/features/copilot-pr-summaries.yml

This file was deleted.

4 changes: 0 additions & 4 deletions data/features/dependabot-actions-support.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/dependabot-alerts-audit-log.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/dependabot-alerts-development-label.yml

This file was deleted.

6 changes: 0 additions & 6 deletions data/features/dependabot-alerts-dismissal-comment.yml

This file was deleted.

1 change: 0 additions & 1 deletion data/reusables/copilot/jetbrains-settings-preferences.md

This file was deleted.

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions data/reusables/gated-features/dependency-review-action.md

This file was deleted.

1 change: 0 additions & 1 deletion data/reusables/secret-scanning/push-protection-overview.md

This file was deleted.

Loading