-
Notifications
You must be signed in to change notification settings - Fork 5.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'production' into ranbel/infrastructure-access
- Loading branch information
Showing
670 changed files
with
40,604 additions
and
27,397 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
*.astro text eol=lf | ||
*.css text eol=lf | ||
*.go text eol=lf | ||
*.html text eol=lf | ||
*.ini text eol=lf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
version: 2 | ||
secret: | ||
ignored-paths: | ||
- 'assets/search.ts' | ||
- 'data/*.yml' | ||
- "assets/search.ts" | ||
- "data/*.yml" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: false | ||
contact_links: | ||
- name: Issue with your website | ||
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support | ||
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support | ||
about: If you need support with your website or Cloudflare applications, please contact Cloudflare through the relevant support channel. | ||
- name: Issue with Cloudflare 5XX errors | ||
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center | ||
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center | ||
about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors. | ||
- name: Issue with Cloudflare Workers | ||
url: https://github.com/cloudflare/workers-sdk/issues/new/choose | ||
url: https://github.com/cloudflare/workers-sdk/issues/new/choose | ||
about: Issues relating to Cloudflare Workers should be made in the workers-sdk repo. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
name: 'Assign Issue Owner' | ||
description: 'Assign the issue to its product content owner.' | ||
name: "Assign Issue Owner" | ||
description: "Assign the issue to its product content owner." | ||
|
||
inputs: | ||
GITHUB_TOKEN: | ||
description: 'token for repository access' | ||
description: "token for repository access" | ||
required: true | ||
|
||
runs: | ||
using: 'node16' | ||
main: 'index.js' | ||
using: "node16" | ||
main: "index.js" |
Oops, something went wrong.