Skip to content

Commit

Permalink
Remove helmfile closepr (#53)
Browse files Browse the repository at this point in the history
* Removing duplicate close PRs

* build

* remove instead of comment
  • Loading branch information
ben851 authored Jan 9, 2025
1 parent 44c9d40 commit 5d6aeb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7260,7 +7260,6 @@ async function runHelmfile(projects) {

const filesHaveChanged = changesToHelmfile.some(({ fileHasChanged }) => fileHasChanged)
if (filesHaveChanged) {
await closePRs();
await createPR(projects, issueContent, changesToHelmfile, true);
}
}
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ async function runHelmfile(projects) {

const filesHaveChanged = changesToHelmfile.some(({ fileHasChanged }) => fileHasChanged)
if (filesHaveChanged) {
await closePRs();
await createPR(projects, issueContent, changesToHelmfile, true);
}
}
Expand Down

0 comments on commit 5d6aeb3

Please sign in to comment.