Skip to content

Commit

Permalink
Fix GitHub capitalization
Browse files Browse the repository at this point in the history
  • Loading branch information
lrapoport-cf committed Oct 9, 2024
1 parent 7952894 commit 10195e3
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Github Actions
# GitHub Actions

See below for a summary of this repo's Actions

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

### E2E tests (e2e.yml)

Expand Down Expand Up @@ -62,7 +62,7 @@ See below for a summary of this repo's Actions
- Triggers
- Updates to issues.
- Actions
- Add the issue to a Github project.
- Add the issue to a GitHub project.

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

Expand Down
4 changes: 2 additions & 2 deletions ISSUE_TRIAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ Follow these steps to triage an issue.

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

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.
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.

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.
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.

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

Expand Down
2 changes: 1 addition & 1 deletion packages/create-cloudflare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ For more details on how to use the create-cloudflare CLI (C3) please visit the [
### Community

- Join us [on Discord](https://discord.cloudflare.com)
- File an issue [on Github](https://github.com/cloudflare/workers-sdk/issues/new/choose)
- File an issue [on GitHub](https://github.com/cloudflare/workers-sdk/issues/new/choose)
2 changes: 1 addition & 1 deletion packages/quick-edit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Follow steps (1), (2) and (3) from above, and then run `pnpm run custom:build`

## Deployment

Deployments are managed by Github Actions:
Deployments are managed by GitHub Actions:

- deploy-pages-previews.yml:
- Runs on any PR that has the `preview:quick-edit` label.
Expand Down
2 changes: 1 addition & 1 deletion packages/workers-playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This generates the files into the `dist` directory that can then be deployed to

## Deployment

Deployments are managed by Github Actions:
Deployments are managed by GitHub Actions:

- deploy-pages-previews.yml:
- Runs on any PR that has the `preview:workers-playground` label.
Expand Down
2 changes: 1 addition & 1 deletion packages/wrangler-devtools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This package contains a Workers specific version of Chrome Devtools that is used

## Deployment

Deployments are managed by Github Actions:
Deployments are managed by GitHub Actions:

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

0 comments on commit 10195e3

Please sign in to comment.