Skip to content

Commit

Permalink
chore: Update dependency check workflow (#13287)
Browse files Browse the repository at this point in the history
* chore: Update dependency check workflow.

* PR feedback
  • Loading branch information
jimblanc committed Apr 24, 2024
1 parent 1aef1ee commit 3f07b11
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/aws-amplify-dependency-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
issue_number: context.issue.number,
owner: context.repo.owner,
repo: context.repo.repo,
body: `⚠️ This PR includes manual changes to the "aws-amplify" package.json file, which can have library-wide implications.
body: `⚠️ This PR includes changes to the "aws-amplify" package.json file, which can have library-wide implications.
Please ensure that this PR:
- Does not modify "@aws-amplify/*" dependency versions, which may misalign core dependencies across the library.
A repository administrator **is required** to review & merge this change.`
- Does not manually change "@aws-amplify/*" dependency versions, which may misalign core dependencies across the library
- Remove any export paths without a major version bump
A repository administrator **is required** to review this change.`
})
- name: Fail status check
if: steps.aws-amplify-package-check.outputs.any_changed == 'true'
run: exit 1

0 comments on commit 3f07b11

Please sign in to comment.