Skip to content

Commit d1f9e00

Browse files
committed
ci(update): pull request wording
1 parent 7b34584 commit d1f9e00

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/update.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
if: github.event_name == 'workflow_dispatch' || github.event.client_payload.action == 'published'
1616
steps:
17-
- uses: actions/checkout@master
17+
- uses: actions/checkout@v2
1818
- uses: actions/setup-node@v1
1919
with:
2020
node-version: "12.x"
@@ -36,7 +36,7 @@ jobs:
3636
env:
3737
GITHUB_TOKEN: ${{ secrets.OCTOKITBOT_PAT }}
3838
with:
39-
title: "🚧 GitHub REST API Endpoints changed"
39+
title: "🚧 GitHub OpenAPI specifications changed"
4040
body: |
4141
See what changed at https://github.com/octokit/routes/releases/latest.
4242
@@ -50,6 +50,6 @@ jobs:
5050
- If there are no typescript or code changes, use a `docs` prefix
5151
- If there are typescript changes but no code changes, use `fix(typescript)` prefix
5252
- If there are code changes, use `fix` if a problem was resolved, `feat` if new endpoints / parameters were added, and `feat(deprecation)` if a method was deprecated.
53-
branch: "routes-update"
53+
branch: "openapi-update"
5454
commit-message: "WIP octokit/routes updated"
5555
author: "Octokit Bot <[email protected]>"

0 commit comments

Comments
 (0)