Skip to content

Commit 1bf48a0

Browse files
committed
TEMP disable pr step
1 parent c69cac1 commit 1bf48a0

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

.github/workflows/generate-current-manifests.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -40,24 +40,6 @@ jobs:
4040
working-directory: tests
4141
run: ./generate_all_templates.sh
4242

43-
- name: Create Pull Request
44-
uses: peter-evans/create-pull-request@v5
45-
with:
46-
token: ${{ secrets.GITHUB_TOKEN }}
47-
commit-message: "GitHub Action: generate latest manifests"
48-
title: "Update manifests"
49-
body: |
50-
This PR updates the manifests based on the latest changes.
51-
Please review and merge if everything looks correct.
52-
branch: update-manifests
53-
base: main
54-
labels: |
55-
automated pr
56-
manifest update
57-
reviewers: $$ {github.actor }}
58-
draft: false
59-
delete-branch: true
60-
6143
- name: Upload all manifests
6244
working-directory: current-excel-manifests
6345
run: ../tests/upload_templates.sh

0 commit comments

Comments
 (0)