Skip to content

Commit 5913f87

Browse files
committed
Update workflows
Remove old Update Update workflows Update
1 parent 220afbb commit 5913f87

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/auto-pr.yml renamed to .github/workflows/library_generation.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name: Library generator
2-
on: [workflow_dispatch]
2+
on:
3+
workflow_dispatch:
4+
inputs:
5+
name:
6+
description: "Manual trigger"
7+
schedule:
8+
- cron: '0 6 * * *'
9+
310
jobs:
411

512
micro_ros_arduino_generate:
@@ -15,9 +22,11 @@ jobs:
1522
- name: Create Pull Request
1623
uses: peter-evans/create-pull-request@v3
1724
with:
18-
commit-message: update changelog
25+
commit-message: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
1926
title: micro-ROS Library auto-update ${{ steps.date.outputs.date }}
2027
body: This PR is autogenerated and updates the micro-ROS Arduino library. Close and reopen to trigger CI.
2128
branch: autoupdate_micro_ros_arduino
29+
delete-branch: true
30+
reviewers: pablogs9
2231
base: foxy
2332

0 commit comments

Comments
 (0)