Skip to content

Commit

Permalink
add PR workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Nov 25, 2024
1 parent 1cb4f22 commit c516872
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/outdated-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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

0 comments on commit c516872

Please sign in to comment.