We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b92ad8 commit 7751192Copy full SHA for 7751192
.github/workflows/examples.yml
@@ -95,8 +95,10 @@ jobs:
95
with:
96
commit-message: "chore: update example run status"
97
signoff: true
98
- title: "Example Status – Java"
99
- body: "Automated run of the Java example"
+ title: "Example Status"
+ body: "Automated run of examples"
100
branch: "bot/java-example-check"
101
add-paths: ${{ env.STATUS_FILE }}
102
+ labels: automated-pr
103
+ delete-branch: true
104
0 commit comments