From c5168724a64c28c5cc1811b8f370bad51accc617 Mon Sep 17 00:00:00 2001 From: quinna-h Date: Mon, 25 Nov 2024 18:14:16 -0500 Subject: [PATCH] add PR workflow file --- .github/workflows/outdated-integrations.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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