Skip to content

Commit ecef686

Browse files
authored
Fix GitHub capitalization (#6910)
1 parent 7952894 commit ecef686

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Github Actions
1+
# GitHub Actions
22

33
See below for a summary of this repo's Actions
44

@@ -14,7 +14,7 @@ See below for a summary of this repo's Actions
1414
- Builds all the packages.
1515
- Runs formatting, linting and type checks.
1616
- Runs fixture tests, Wrangler unit tests, C3 unit tests, Miniflare unit tests, and ESLint + Prettier checks.
17-
- Adds the PR to a Github project
17+
- Adds the PR to a GitHub project
1818

1919
### E2E tests (e2e.yml)
2020

@@ -62,7 +62,7 @@ See below for a summary of this repo's Actions
6262
- Triggers
6363
- Updates to issues.
6464
- Actions
65-
- Add the issue to a Github project.
65+
- Add the issue to a GitHub project.
6666

6767
### Generate changesets for dependabot PRs (c3-dependabot-versioning-prs.yml and miniflare-dependabot-versioning-prs.yml)
6868

ISSUE_TRIAGE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ Follow these steps to triage an issue.
1616

1717
### Step 0: Is this a Pages or Wrangler issue?
1818

19-
If the issue refers only to Pages commands then apply the `pages` label and add the issue to the [Pages](https://github.com/orgs/cloudflare/projects/2) Github project.
19+
If the issue refers only to Pages commands then apply the `pages` label and add the issue to the [Pages](https://github.com/orgs/cloudflare/projects/2) GitHub project.
2020

21-
Otherwise, add the issue to the [Wrangler](https://github.com/orgs/cloudflare/projects/1) Github project, set its status to `Untriaged`, and continue to step 1.
21+
Otherwise, add the issue to the [Wrangler](https://github.com/orgs/cloudflare/projects/1) GitHub project, set its status to `Untriaged`, and continue to step 1.
2222

2323
### Step 1: Does the issue have enough information?
2424

packages/create-cloudflare/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ For more details on how to use the create-cloudflare CLI (C3) please visit the [
77
### Community
88

99
- Join us [on Discord](https://discord.cloudflare.com)
10-
- File an issue [on Github](https://github.com/cloudflare/workers-sdk/issues/new/choose)
10+
- File an issue [on GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose)

packages/quick-edit/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Follow steps (1), (2) and (3) from above, and then run `pnpm run custom:build`
1515

1616
## Deployment
1717

18-
Deployments are managed by Github Actions:
18+
Deployments are managed by GitHub Actions:
1919

2020
- deploy-pages-previews.yml:
2121
- Runs on any PR that has the `preview:quick-edit` label.

packages/workers-playground/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This generates the files into the `dist` directory that can then be deployed to
2020

2121
## Deployment
2222

23-
Deployments are managed by Github Actions:
23+
Deployments are managed by GitHub Actions:
2424

2525
- deploy-pages-previews.yml:
2626
- Runs on any PR that has the `preview:workers-playground` label.

packages/wrangler-devtools/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This package contains a Workers specific version of Chrome Devtools that is used
44

55
## Deployment
66

7-
Deployments are managed by Github Actions:
7+
Deployments are managed by GitHub Actions:
88

99
- deploy-pages-previews.yml:
1010
- Runs on any PR that has the `preview:wrangler-devtools` label.

0 commit comments

Comments
 (0)