diff --git a/.github/workflows/outdated-integrations.yml b/.github/workflows/outdated-integrations.yml index 07693b21c0..f89264c834 100644 --- a/.github/workflows/outdated-integrations.yml +++ b/.github/workflows/outdated-integrations.yml @@ -25,18 +25,3 @@ jobs: - run: go clean -modcache - run: go run .github/workflows/apps/new_latest_major_versions.go - - - run: git diff - - # note: this will only create a PR if there is a new major available - - name: Create Pull Request - id: pr - uses: peter-evans/create-pull-request@v6 - with: - token: ${{ secrets.GITHUB_TOKEN }} - branch: "upgrade-latest-major-version" - commit-message: "Update latests file" - base: main - title: "chore: update latest majors" - labels: changelog/no-changelog - body: "Auto-generated PR from Outdated Integrations workflow to update latests major versions"