Skip to content

Commit 17970a4

Browse files
Cherrykodster28
authored andcommitted
[Docs Site] format yaml files (#16840)
* chore: format yml * chore: merge fixups * chore: merge fixups --------- Co-authored-by: kodster28 <[email protected]>
1 parent 2c11556 commit 17970a4

File tree

112 files changed

+4324
-4314
lines changed

Some content is hidden

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

112 files changed

+4324
-4314
lines changed

.gitguardian.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
version: 2
22
secret:
33
ignored-paths:
4-
- 'assets/search.ts'
5-
- 'data/*.yml'
4+
- "assets/search.ts"
5+
- "data/*.yml"

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Issue with your website
4-
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support
4+
url: https://developers.cloudflare.com/support/contacting-cloudflare-support/#methods-of-contacting-cloudflare-support
55
about: If you need support with your website or Cloudflare applications, please contact Cloudflare through the relevant support channel.
66
- name: Issue with Cloudflare 5XX errors
7-
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center
7+
url: https://developers.cloudflare.com/support/troubleshooting/cloudflare-errors/troubleshooting-cloudflare-5xx-errors/#troubleshooting-cloudflare-5xx-errors--cloudflare-help-center
88
about: If you are encountering a Cloudflare 5XX error, please read our troubleshooting documentation for 5XX errors.
99
- name: Issue with Cloudflare Workers
10-
url: https://github.com/cloudflare/workers-sdk/issues/new/choose
10+
url: https://github.com/cloudflare/workers-sdk/issues/new/choose
1111
about: Issues relating to Cloudflare Workers should be made in the workers-sdk repo.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 'Assign Issue Owner'
2-
description: 'Assign the issue to its product content owner.'
1+
name: "Assign Issue Owner"
2+
description: "Assign the issue to its product content owner."
33

44
inputs:
55
GITHUB_TOKEN:
6-
description: 'token for repository access'
6+
description: "token for repository access"
77
required: true
88

99
runs:
10-
using: 'node16'
11-
main: 'index.js'
10+
using: "node16"
11+
main: "index.js"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 'Assign PR Owner'
2-
description: 'Assign the PR to its product content owner.'
1+
name: "Assign PR Owner"
2+
description: "Assign the PR to its product content owner."
33

44
inputs:
55
GITHUB_TOKEN:
6-
description: 'token for repository access'
6+
description: "token for repository access"
77
required: true
88

99
runs:
10-
using: 'node16'
11-
main: 'index.js'
10+
using: "node16"
11+
main: "index.js"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 'Label products'
2-
description: 'Apply labels based on the product folders touched.'
1+
name: "Label products"
2+
description: "Apply labels based on the product folders touched."
33

44
inputs:
55
GITHUB_TOKEN:
6-
description: 'token for repository access'
6+
description: "token for repository access"
77
required: true
88

99
runs:
10-
using: 'node16'
11-
main: 'index.js'
10+
using: "node16"
11+
main: "index.js"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 'Label size'
2-
description: 'Apply labels based on the size of the PR'
1+
name: "Label size"
2+
description: "Apply labels based on the size of the PR"
33

44
inputs:
55
GITHUB_TOKEN:
6-
description: 'token for repository access'
6+
description: "token for repository access"
77
required: true
88

99
runs:
10-
using: 'node16'
11-
main: 'index.js'
10+
using: "node16"
11+
main: "index.js"
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: 'Show changed files'
2-
description: 'Comment on the PR with before and after links to help isolate and review changes'
1+
name: "Show changed files"
2+
description: "Comment on the PR with before and after links to help isolate and review changes"
33

44
inputs:
55
GITHUB_TOKEN:
6-
description: 'token for repository access'
6+
description: "token for repository access"
77
required: true
88

99
runs:
10-
using: 'node16'
11-
main: 'index.js'
10+
using: "node16"
11+
main: "index.js"

.github/styles/cloudflare/InclusiveLanguage.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,3 @@ swap:
2020
hers: their
2121
sanity (?:check|test): check for completeness
2222
dummy: placeholder, sample, fake
23-

.github/styles/cloudflare/MergeConflictMarkers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ message: "Merge conflict marker '%s' found. [Address the merge conflict](https:/
1010
level: error
1111
scope: raw
1212
raw:
13-
- '\n<<<<<<< .+\n|\n=======\n|\n>>>>>>> .+\n'
13+
- '\n<<<<<<< .+\n|\n=======\n|\n>>>>>>> .+\n'

.github/styles/cloudflare/Repetition.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ message: "**Warning**: Remove this duplicate word: '%s'."
99
level: warning
1010
alpha: true
1111
tokens:
12-
- '[^\s]+'
12+
- '[^\s]+'

0 commit comments

Comments
 (0)