mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 06:35:06 +00:00
Merge pull request #1691 from OutlineFoundation/update-name-linter
chore: update PR name linter
This commit is contained in:
commit
3370399012
1 changed files with 3 additions and 3 deletions
6
.github/workflows/pull_request_checks.yml
vendored
6
.github/workflows/pull_request_checks.yml
vendored
|
|
@ -37,10 +37,10 @@ jobs:
|
|||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
steps:
|
||||
- name: Clone Repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Install Node
|
||||
uses: actions/setup-node@v2.2.0
|
||||
uses: actions/setup-node@v6.1.0
|
||||
with:
|
||||
node-version: 18
|
||||
cache: npm
|
||||
|
|
@ -49,7 +49,7 @@ jobs:
|
|||
run: npm ci
|
||||
|
||||
- name: Ensure Commitizen Format
|
||||
uses: JulienKode/pull-request-name-linter-action@98794a8b815ec05560813c42e55fd8d32d3fd248
|
||||
uses: JulienKode/pull-request-name-linter-action@v20.1.0
|
||||
|
||||
size_label:
|
||||
name: Change Size Label
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue