mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
fix: update ci
This commit is contained in:
parent
b6da33282e
commit
a5a795cb7b
2 changed files with 10 additions and 2 deletions
6
.github/workflows/issue-assignee-check.yml
vendored
6
.github/workflows/issue-assignee-check.yml
vendored
|
|
@ -16,12 +16,16 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
- name: Install Octokit
|
||||
run: npm install @octokit/rest@18
|
||||
run: pnpm install @octokit/rest@18
|
||||
|
||||
- name: Check Assigned User's Issue Count
|
||||
id: parse-comment
|
||||
|
|
|
|||
6
.github/workflows/pr-review-reminder.yml
vendored
6
.github/workflows/pr-review-reminder.yml
vendored
|
|
@ -16,13 +16,17 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
- name: Install pnpm
|
||||
uses: pnpm/action-setup@v4
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: '18'
|
||||
|
||||
- name: Install Octokit
|
||||
run: npm install @octokit/rest@18
|
||||
run: pnpm install @octokit/rest@18
|
||||
|
||||
- name: Check user's PRs awaiting review
|
||||
id: parse-prs
|
||||
|
|
|
|||
Loading…
Reference in a new issue