We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 646af7b + 758b92d commit 49734b3Copy full SHA for 49734b3
2 files changed
.github/workflows/force-bump-pr-manual.yaml
@@ -0,0 +1,11 @@
1
+name: Manually Trigger a Force Bump PR
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ call-build-workflow:
8
+ uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/force-bump-pull-request.yaml@main
9
+ with:
10
+ operator_name: openstack
11
+ branch_name: ${{ github.ref_name }}
.github/workflows/force-bump-pr-scheduled.yaml
@@ -0,0 +1,12 @@
+name: Scheduled Force Bump PR
+ schedule:
+ - cron: '0 10 * * 6' # 10AM UTC Saturday
+ if: github.ref == 'refs/heads/main' && github.repository_owner == 'openstack-k8s-operators'
+ uses: openstack-k8s-operators/openstack-k8s-operators-ci/.github/workflows/force-bump-branches.yaml@main
12
0 commit comments