@@ -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