File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 55 types : [opened, ready_for_review]
66jobs :
77 assign-reviewer :
8- uses : khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.2.1
8+ uses : khanlab/actions/.github/workflows/workflow-pr_task-assignReviewer.yml@v0.3.0
Original file line number Diff line number Diff line change 66jobs :
77 bump-version :
88 if : github.event.pull_request.merged == true
9- uses : khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.2.1
9+ uses : khanlab/actions/.github/workflows/workflow-version_task-semverGithub.yml@v0.3.0
1010 secrets :
11- BP-PAT : ${{ secrets.BP_PAT_TOKEN }}
11+ BP_PAT : ${{ secrets.BP_PAT_TOKEN }}
Original file line number Diff line number Diff line change 66 tags : [v*]
77jobs :
88 deploy-docker :
9- uses : khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.2.1
9+ uses : khanlab/actions/.github/workflows/workflow-release_task-deployDocker.yml@v0.3.0
1010 secrets :
1111 DOCKER_USERNAME : ${{ secrets.DOCKER_USERNAME }}
1212 DOCKER_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
1313
1414 deploy-pypi :
15- uses : khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.2.1
15+ uses : khanlab/actions/.github/workflows/workflow-release_task-deployPypi.yml@v0.3.0
1616 secrets :
1717 PYPI_API_TOKEN : ${{ secrets.PYPI_API_TOKEN }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Setup Python environment
15- uses : khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.2.1
15+ uses : khanlab/actions/.github/actions/action-setup_task-installPyProject@v0.3.0
1616 with :
1717 python-version : " 3.10"
1818 - name : yamlfix
Original file line number Diff line number Diff line change 88 required : false
99jobs :
1010 release_package :
11- uses : khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.2.1
11+ uses : khanlab/actions/.github/workflows/workflow-release_task-publishGithub.yml@v0.3.0
1212 with :
1313 comments : ${{ github.event.inputs.comments }}
1414 pipeline-description : true
1515 secrets :
16- BP-PAT : ${{ secrets.BP_PAT_TOKEN }}
16+ BP_PAT : ${{ secrets.BP_PAT_TOKEN }}
You can’t perform that action at this time.
0 commit comments