Skip to content

Commit

Permalink
chore: Update dependency check workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimblanc committed Apr 24, 2024
1 parent 40e6b7c commit b0f7dc2
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 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,14 @@ 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
# - name: Fail status check
# if: steps.aws-amplify-package-check.outputs.any_changed == 'true'
# run: exit 1

0 comments on commit b0f7dc2

Please sign in to comment.