blob: 5379f5436e8e7cbf3f96d33fcafdbe3283822b58 [file] [log] [blame]
Mohammed Naserc0c83fb2022-08-29 22:31:16 -04001name: sync
2
3on:
4 workflow_dispatch:
5 schedule:
6 - cron: 0 0 * * *
7
8permissions:
9 contents: write
10 pull-requests: write
11
12jobs:
13 generate-data:
14 runs-on: ubuntu-latest
15 steps:
Mohammed Naser94780632022-08-30 00:55:59 -040016 - uses: actions/checkout@v3.0.2
17 - run: ./ci/update-openstack-images-data
dependabot[bot]2b59b2f2022-08-30 15:53:01 +000018 - uses: peter-evans/create-pull-request@v4.1.1
Mohammed Naserc0c83fb2022-08-29 22:31:16 -040019 with:
20 commit-message: Automated OpenStack project versions bump
21 branch: auto/bump-openstack-refs
22 delete-branch: true
23 title: Automatic bump of OpenStack project versions
24 body: |
25 This is an automatic bump of OpenStack project versions in order to
26 make sure that we always have the latest images available. This
27 should be merged once all images build successfully.
28 assignees: |
29 mnaser
30 reviewers: |
31 mnaser