Skip to content

Commit

Permalink
ci: Upgrade validate-n8n-pull-request-title to v2.2.0 (#10784)
Browse files Browse the repository at this point in the history
  • Loading branch information
ivov authored Sep 12, 2024
1 parent 3b78094 commit 8240b2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/pull_request_title_conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ A PR title consists of these elements:
│ │
│ └─⫸ Scope: API | benchmark | core | editor | * Node
└─⫸ Type: build | ci | docs | feat | fix | perf | refactor | test
└─⫸ Type: build | ci | chore | docs | feat | fix | perf | refactor | test
```

- PR title
Expand Down Expand Up @@ -41,6 +41,7 @@ Must be one of the following:
| `refactor` | A behavior-neutral code change that neither fixes a bug nor adds a feature ||
| `build` | Changes that affect the build system or external dependencies (TypeScript, Jest, pnpm, etc.) ||
| `ci` | Changes to CI configuration files and scripts (e.g. Github actions) ||
| `chore` | Routine tasks, maintenance, and minor updates not covered by other types ||

> BREAKING CHANGES (see Footer section below), will **always** appear in the changelog unless suffixed with `no-changelog`.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ jobs:

- name: Validate PR title
id: validate_pr_title
uses: n8n-io/validate-n8n-pull-request-title@v2.1.0
uses: n8n-io/validate-n8n-pull-request-title@v2.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8240b2a

Please sign in to comment.