File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -57,15 +57,15 @@ jobs:
57
57
#TODO: git commit -m "REST API Ref HTML"
58
58
#TODO: permission to push? Use an action? https://github.com/marketplace/actions/github-push
59
59
60
- - name : Create Pull Request
61
- uses : peter-evans/create-pull-request@v7
62
- with :
63
- # TODO: token: ${{ ? }}
64
- title : " PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
65
- body : " PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
66
- branch : " ${{ steps.version_and_branches.outputs.work_branch }}"
67
- base : " ${{ steps.version_and_branches.outputs.base_branch }}"
68
- draft : true
69
- # TODO: draft: false
70
- labels : Invalid
71
- # TODO: labels: Needs DOC review
60
+ # - name: Create Pull Request
61
+ # uses: peter-evans/create-pull-request@v7
62
+ # with:
63
+ # #TODO: token: ${{ ? }}
64
+ # title: "PHP API Ref ${{ steps.version_and_branches.outputs.version }}"
65
+ # body: "PHP API Reference update for ${{ steps.version_and_branches.outputs.version }}"
66
+ # branch: "${{ steps.version_and_branches.outputs.work_branch }}"
67
+ # base: "${{ steps.version_and_branches.outputs.base_branch }}"
68
+ # draft: true
69
+ # #TODO: draft: false
70
+ # labels: Invalid
71
+ # #TODO: labels: Needs DOC review
You can’t perform that action at this time.
0 commit comments