Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
build(ci): add Documentation to not-autorelease script (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephaniewang526 committed Sep 8, 2020
1 parent 0e592a9 commit b79c44c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-release.yaml
Expand Up @@ -27,6 +27,7 @@ jobs:
if (
context.payload.pull_request.body.includes("Fix") ||
context.payload.pull_request.body.includes("Build") ||
context.payload.pull_request.body.includes("Documentation") ||
context.payload.pull_request.body.includes("BREAKING CHANGES") ||
context.payload.pull_request.body.includes("Features")
) {
Expand Down

0 comments on commit b79c44c

Please sign in to comment.