Skip to content

Commit 9afe5e5

Browse files
author
Timo Notheisen
committed
fix: dont fail pipeline when non-dependency update commits exist
1 parent 9b8903f commit 9afe5e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

release-dependency-updates/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ async function run() {
5050
.map((commit) => `- ${commit.sha.slice(0, 7)} ${commit.commit.message.split("\n")[0]}`)
5151
.join("\n")
5252

53-
core.setFailed(
53+
core.notice(
5454
[
5555
`Found ${nonDependencyBotCommits.length} commit(s) in ${revisionDescription} that were not authored by Renovate or Dependabot.`,
5656
commitList

0 commit comments

Comments
 (0)