From cb98d4a075364383e313e82354b1cc9640efb72b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 06:08:20 +0000 Subject: [PATCH 1/2] build(deps): bump peter-evans/create-pull-request from 3 to 6 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 3 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/py312-sync-cpython.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/py312-sync-cpython.yml b/.github/workflows/py312-sync-cpython.yml index 5f00f1835f..1b91b89b81 100644 --- a/.github/workflows/py312-sync-cpython.yml +++ b/.github/workflows/py312-sync-cpython.yml @@ -41,7 +41,7 @@ jobs: - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v6 with: token: ${{ steps.generate-token.outputs.token }} commit-message: sync with cpython ${{ env.LATEST_COMMIT_ID }} From e65398521b564a3c365636cb28eb66553bb0e4e9 Mon Sep 17 00:00:00 2001 From: Payon Date: Sat, 20 Jul 2024 15:26:59 +0800 Subject: [PATCH 2/2] Update py312-sync-cpython.yml --- .github/workflows/py312-sync-cpython.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/py312-sync-cpython.yml b/.github/workflows/py312-sync-cpython.yml index 1b91b89b81..8bf52c2882 100644 --- a/.github/workflows/py312-sync-cpython.yml +++ b/.github/workflows/py312-sync-cpython.yml @@ -1,11 +1,7 @@ name: python-3.12-sync-with-cpython on: - push: - branches: - - "3.12" - schedule: - - cron: "0 0 * * *" + pull_request: jobs: sync: @@ -61,4 +57,4 @@ jobs: - name: Check outputs run: | echo "Pull Request Number - ${{ steps.cpr.outputs.pull-request-number }}" - echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}" \ No newline at end of file + echo "Pull Request URL - ${{ steps.cpr.outputs.pull-request-url }}"