diff --git a/.github/workflows/autopr.yml b/.github/workflows/autopr.yml deleted file mode 100644 index 3119dc1889..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@v4 - - - 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"