Skip to content

Commit

Permalink
Merge pull request #913 from akv-platform/v-sdolin/push-ref
Browse files Browse the repository at this point in the history
Skip deleting the branch in the upstream of a forked repo
  • Loading branch information
dsame committed Jan 26, 2023
2 parents a8c8169 + 04ed84e commit c4a13d8
Show file tree
Hide file tree
Showing 4 changed files with 1,352 additions and 1,326 deletions.
3 changes: 2 additions & 1 deletion __tests__/exempt-draft-pr.spec.ts
Expand Up @@ -130,7 +130,8 @@ class IssuesProcessorBuilder {
number: 0,
draft: true,
head: {
ref: 'ref'
ref: 'ref',
repo: null
}
});
}
Expand Down

0 comments on commit c4a13d8

Please sign in to comment.