Skip to content

Commit e1f03eb

Browse files
committed
Test workflow
1 parent d5edf81 commit e1f03eb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

.github/workflows/bump_bbs_protos.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,17 @@ jobs:
6868
git commit -m "Bump BBS protos"
6969
popd > /dev/null
7070
71-
- name: Create or Update Pull Request
72-
if: env.changes == 'true'
73-
uses: peter-evans/create-pull-request@v7
74-
with:
75-
path: cloud_controller_ng
76-
branch: bbs-protos-bump-${{ github.ref_name }}
77-
title: "Automated Update of BBS Protobuf Resources"
78-
body: |
79-
This PR contains updates to the bbs protobuf resources.
80-
Please review carefully before merging.
81-
labels: "bump_bbs_protos, needs_review"
82-
commit-message: "Bump BBS protos"
83-
committer: "ari-wg-gitbot <[email protected]>"
84-
author: "ari-wg-gitbot <[email protected]>"
71+
# - name: Create or Update Pull Request
72+
# if: env.changes == 'true'
73+
# uses: peter-evans/create-pull-request@v7
74+
# with:
75+
# path: cloud_controller_ng
76+
# branch: bbs-protos-bump-${{ github.ref_name }}
77+
# title: "Automated Update of BBS Protobuf Resources"
78+
# body: |
79+
# This PR contains updates to the bbs protobuf resources.
80+
# Please review carefully before merging.
81+
# labels: "bump_bbs_protos, needs_review"
82+
# commit-message: "Bump BBS protos"
83+
# committer: "ari-wg-gitbot <[email protected]>"
84+
# author: "ari-wg-gitbot <[email protected]>"

0 commit comments

Comments
 (0)