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: .github/workflows/resolver.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -57,6 +57,10 @@ jobs:
57
57
with:
58
58
commit-message: "Resolve itest dependencies"
59
59
title: "Resolve itest dependencies"
60
+
body: "PR created by workflow run (resolver.yml)\n\nCI is disabled per default for PRs created by workflow runs. After reviewing the changes, use Close and Repoen to run the CI."
Copy file name to clipboardExpand all lines: .github/workflows/update-maven.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -78,6 +78,10 @@ jobs:
78
78
with:
79
79
commit-message: "Update maven wrapper to ${{ steps.maven.outputs.version }}"
80
80
title: "Update Maven Wrapper to ${{ steps.maven.outputs.version }}"
81
+
body: "PR created by workflow run (update-maven.yml)\n\nCI is disabled per default for PRs created by workflow runs. After reviewing the changes, use Close and Repoen to run the CI."
0 commit comments