We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220afbb commit 5913f87Copy full SHA for 5913f87
.github/workflows/auto-pr.yml renamed to .github/workflows/library_generation.yml
@@ -1,5 +1,12 @@
1
name: Library generator
2
-on: [workflow_dispatch]
+on:
3
+ workflow_dispatch:
4
+ inputs:
5
+ name:
6
+ description: "Manual trigger"
7
+ schedule:
8
+ - cron: '0 6 * * *'
9
+
10
jobs:
11
12
micro_ros_arduino_generate:
@@ -15,9 +22,11 @@ jobs:
15
22
- name: Create Pull Request
16
23
uses: peter-evans/create-pull-request@v3
17
24
with:
18
- commit-message: update changelog
25
+ commit-message: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
19
26
title: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
20
27
body: This PR is autogenerated and updates the micro-ROS Arduino library. Close and reopen to trigger CI.
21
28
branch: autoupdate_micro_ros_arduino
29
+ delete-branch: true
30
+ reviewers: pablogs9
31
base: foxy
32
0 commit comments