From 99e7e6c0bf445d514ac56e78b584df455d963be4 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 14:58:29 +0900 Subject: [PATCH] ci: remove autopr in ci (backport #1160) (#1161) * ci: remove autopr in ci (#1160) (cherry picked from commit c22fdff896a5b4150c8e4777d504459a9f21b29e) # Conflicts: # .github/workflows/autopr.yml # CHANGELOG.md * Update CHANGELOG.md * chore: update PR * chore: update PR --------- Co-authored-by: zemyblue --- .github/workflows/autopr.yml | 20 -------------------- CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 20 deletions(-) delete mode 100644 .github/workflows/autopr.yml diff --git a/.github/workflows/autopr.yml b/.github/workflows/autopr.yml deleted file mode 100644 index 57fe6ba8c0..0000000000 --- a/.github/workflows/autopr.yml +++ /dev/null @@ -1,20 +0,0 @@ -name: Pull Request Action -on: - push: - branches: - - release/* - -jobs: - create-pull-request: - runs-on: ubuntu-latest - steps: - - name: Check out repository code - uses: actions/checkout@v3 - - - name: pull-request - uses: repo-sync/pull-request@v2 - with: - destination_branch: "main" - github_token: ${{ secrets.GITHUB_TOKEN }} - pr_label: "release branch updated, automated pr" - pr_title: "fix: apply fix from release branch" diff --git a/CHANGELOG.md b/CHANGELOG.md index a6fc3054bf..4cf5df6dfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -55,5 +55,6 @@ Ref: https://keepachangelog.com/en/1.0.0/ ### Build, CI * (ci) [\#1149](https://github.com/Finschia/finschia-sdk/pull/1149) fix github release ci error +* (ci) [\#1161](https://github.com/Finschia/finschia-sdk/pull/1161) remove autopr ci (backport #1160) ### Document Updates