Skip to content
This repository has been archived by the owner on Jun 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #53 from espressif/fix/danger-default-branch-check
Browse files Browse the repository at this point in the history
change(dangerjs): Read default branch with GitHub API
  • Loading branch information
tomassebestik authored Aug 30, 2023
2 parents 80447c4 + 6f0f784 commit 7d62cce
Show file tree
Hide file tree
Showing 4 changed files with 351 additions and 72 deletions.
2 changes: 1 addition & 1 deletion danger_pr_review/dangerjs/dangerfile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ async function runDangerRules(): Promise<void> {
// Run danger checks
prCommitsTooManyCommits();
prDescription();
prTargetBranch();
await prTargetBranch();
prCommitMessage();

// Add success log if no issues
Expand Down
Loading

0 comments on commit 7d62cce

Please sign in to comment.