Auto Update pre-commit #12
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Auto Update pre-commit | |
# Update pre-commit config and create PR if changes are detected | |
# author: Christoph Fröhlich <christoph.froehlich@ait.ac.at> | |
on: | |
workflow_dispatch: | |
schedule: | |
- cron: '0 0 1 * *' # Runs at 00:00, on day 1 of the month | |
jobs: | |
auto_update_and_create_pr: | |
uses: ros-controls/ros2_control_ci/.github/workflows/reusable-update-pre-commit.yml@master |