mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
ci: Upgrade validate-n8n-pull-request-title
to v2.2.0 (#10784)
This commit is contained in:
parent
3b78094ffa
commit
8240b2a142
3
.github/pull_request_title_conventions.md
vendored
3
.github/pull_request_title_conventions.md
vendored
|
@ -13,7 +13,7 @@ A PR title consists of these elements:
|
||||||
│ │
|
│ │
|
||||||
│ └─⫸ Scope: API | benchmark | core | editor | * Node
|
│ └─⫸ 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
|
- PR title
|
||||||
|
@ -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 | ❌ |
|
| `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.) | ❌ |
|
| `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) | ❌ |
|
| `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`.
|
> BREAKING CHANGES (see Footer section below), will **always** appear in the changelog unless suffixed with `no-changelog`.
|
||||||
|
|
||||||
|
|
2
.github/workflows/check-pr-title.yml
vendored
2
.github/workflows/check-pr-title.yml
vendored
|
@ -28,6 +28,6 @@ jobs:
|
||||||
|
|
||||||
- name: Validate PR title
|
- name: Validate PR title
|
||||||
id: 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:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue