Skip to content

Commit

Permalink
ci: fix first run of checklist action
Browse files Browse the repository at this point in the history
  • Loading branch information
orndorffgrant authored and renanrodrigo committed Sep 26, 2024
1 parent d4519e7 commit 421bb72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/pr-checklist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,7 @@ async function run() {
issue_number: context.issue.number,
content: "eyes"
});
errors.push("First run. Please fill out the checklist.")
}

if (errors.length > 0) {
Expand Down

0 comments on commit 421bb72

Please sign in to comment.