Update cookbook stable #20894
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: Update cookbook stable | |
on: | |
schedule: | |
- cron: '1 */1 * * *' | |
jobs: | |
update-dep: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: merge cookbook submodule to stable | |
run: | | |
git submodule update --init --recursive --remote docs/the-fair-cookbook | |
- name: Create Pull Request | |
uses: peter-evans/[email protected] | |
with: | |
base: stable | |
token: ${{ secrets.ALLTHEACTIONS }} | |
commit-message: Update stable | |
title: Auto update Cookbook submodule to stable | |
body: | | |
Your preview was generated at: https://cfde-published-documentation.readthedocs-hosted.com/en/cookbookpreview/ | |
- Dependency updates | |
- requires review | |
Auto-generated by [create-pull-request][1] | |
[1]: https://github.com/peter-evans/create-pull-request | |
labels: proposedfairupdate | |
branch: update-cfde-fair | |
reviewers: Acharbonneau |