Skip to content

Commit

Permalink
ci(update): fix commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Dec 1, 2020
1 parent 0fb250c commit 1709e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,6 @@ jobs:
- If there are typescript changes but no code changes, use `fix(typescript)` prefix
- 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.
branch: "openapi-update"
commit-message: "WIP octokit/routes updated"
commit-message: "WIP octokit/openapi updated"
author: "Octokit Bot <[email protected]>"
labels: "maintenance"

0 comments on commit 1709e93

Please sign in to comment.