Skip to content

Commit bf43f5a

Browse files
committed
Disable creation of automatic PRs.
1 parent affda42 commit bf43f5a

File tree

3 files changed

+10
-11
lines changed

3 files changed

+10
-11
lines changed

.github/workflows/resync-build.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
name: "Resync Build Workflows"
33

44
on:
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

911
permissions:
1012
contents: write
@@ -31,7 +33,8 @@ jobs:
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

.github/workflows/upgrade-provider.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ on:
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

2525
permissions:
2626
contents: write
@@ -85,4 +85,3 @@ jobs:
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-

.upgrade-config.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
# WARNING: This file is autogenerated - changes will be overwritten if not made via https://github.com/pulumi/ci-mgmt
2-
31
---
42
upstream-provider-name: terraform-provider-cockroach
53
upstream-provider-org: cockroachdb
64
remove-plugins: true
7-
pr-assign: ringods

0 commit comments

Comments
 (0)