File tree Expand file tree Collapse file tree 3 files changed +10
-11
lines changed
Expand file tree Collapse file tree 3 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 22name : " Resync Build Workflows"
33
44on :
5- schedule :
6- # 3 AM UTC ~ 8 PM PDT / 7 PM PST every Tuesday.
7- - cron : 0 3 * * TUE
5+ workflow_dispatch :
6+
7+ # schedule:
8+ # 3 AM UTC ~ 8 PM PDT / 7 PM PST every Tuesday.
9+ # - cron: 0 3 * * TUE
810
911permissions :
1012 contents : write
3133 with :
3234 author : pulumi-bot <bot@pulumi.com>
3335 base : main
34- body : This pull request was generated automatically by the resync-build workflow
36+ body :
37+ This pull request was generated automatically by the resync-build workflow
3538 in this repository.
3639 branch : chore/resync-${{ github.run_id }}
3740 commit-message : Regenerate workflows for pulumi-cockroach
Original file line number Diff line number Diff line change 1818 See https://go.dev/ref/mod#versions for valid versions. E.g. "v0.1.0", "main", "da25dec".
1919 default : main
2020 type : string
21- schedule :
22- # 3 AM UTC ~ 8 PM PDT / 7 PM PST daily. Time chosen to run during off hours.
23- - cron : 0 3 * * *
21+ # schedule:
22+ # 3 AM UTC ~ 8 PM PDT / 7 PM PST daily. Time chosen to run during off hours.
23+ # - cron: 0 3 * * *
2424
2525permissions :
2626 contents : write
8585 run : |
8686 issue_number=$(gh issue list --search "pulumiupgradeproviderissue" --repo "${{ github.repository }}" --json=number --jq=".[0].number")
8787 gh issue comment "${issue_number}" --repo "${{ github.repository }}" --body "Failed to create automatic PR: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}/"
88-
Original file line number Diff line number Diff line change 1- # WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
2-
31---
42upstream-provider-name : terraform-provider-cockroach
53upstream-provider-org : cockroachdb
64remove-plugins : true
7- pr-assign : ringods
You can’t perform that action at this time.
0 commit comments