Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commitc9054d2

Browse files
authored
Fix capitalization for "pull request"
1 parentc4f3fcd commitc9054d2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎content/guides/delivering-deployments.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ the moment your code lands on `master`.
1414
This guide will use that API to demonstrate a setup that you can use.
1515
In our scenario, we will:
1616

17-
* Merge aPull Request
18-
* When the CI is finished, we'll set thePull Request's status accordingly.
19-
* When thePull Request is merged, we'll run our deployment to our server.
17+
* Merge apull request
18+
* When the CI is finished, we'll set thepull request's status accordingly.
19+
* When thepull request is merged, we'll run our deployment to our server.
2020

2121
Our CI system and host server will be figments of our imagination. They could be
2222
Heroku, Amazon, or something else entirely. The crux of this guide will be setting up
@@ -50,7 +50,7 @@ Start this server up. By default, Sinatra starts on port `4567`, so you'll want
5050
to configure ngrok to start listening for that, too.
5151

5252
In order for this server to work, we'll need to set a repository up with a webhook.
53-
The webhook should be configured to fire whenever aPull Request is created, or merged.
53+
The webhook should be configured to fire whenever apull request is created, or merged.
5454
Go ahead and create a repository you're comfortable playing around in. Might we
5555
suggest[@octocat's Spoon/Knife repository](https://github.com/octocat/Spoon-Knife)?
5656
After that, you'll create a new webhook in your repository, feeding it the URL
@@ -64,10 +64,10 @@ Great! Click on **Let me select individual events.**, and select the following:
6464

6565
* Deployment
6666
* Deployment status
67-
*Pull Request
67+
*pull request
6868

6969
These are the events {{ site.data.variables.product.product_name }} will send to our server whenever the relevant action
70-
occurs. We'll configure our server to*just* handle whenPull Requests are merged
70+
occurs. We'll configure our server to*just* handle whenpull requests are merged
7171
right now:
7272

7373
```ruby

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp