diff --git a/.github/workflows/outdated-integrations.yml b/.github/workflows/outdated-integrations.yml index c96985a53d..28d33f4d3c 100644 --- a/.github/workflows/outdated-integrations.yml +++ b/.github/workflows/outdated-integrations.yml @@ -25,13 +25,13 @@ jobs: - run: git diff - # - 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 latest majors file" - # base: main - # title: "chore: update latest majors" - # labels: changelog/no-changelog \ No newline at end of file + - 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 latest majors file" + base: main + title: "chore: update latest majors" + labels: changelog/no-changelog \ No newline at end of file