You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Reusable GitHub Actions for js-soft repositories.
4
4
5
5
## release-dependency-updates
6
6
7
-
Checks whether all commits on a branch since the latest GitHub release were authored by Renovate or Dependabot. If no latest GitHub release exists, it checks all commits on the branch instead. If all checked commits are dependency-bot commits, it creates a GitHub release with generated release notes.
7
+
Checks whether all commits on a branch since the latest GitHub release were authored by Renovate or Dependabot, or are associated with pull requests labeled `dependencies`, `test`, `chore`, `refactoring`, or `ci`. If no latest GitHub release exists, it checks all commits on the branch instead. If all checked commits are releasable commits, it creates a GitHub release with generated release notes.
`Found ${nonDependencyBotCommits.length} commit(s) in ${revisionDescription} that were not authored by Renovate or Dependabot.`,
55
+
`Found ${nonReleasableCommits.length} commit(s) in ${revisionDescription} that were not authored by Renovate or Dependabot and do not have a releasable pull request label.`,
0 commit comments