Skip to content

Commit

Permalink
workflow file update
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h committed Jan 27, 2025
1 parent 52887bd commit 007aaaa
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/outdated-integrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 007aaaa

Please sign in to comment.