kgaughan / gcredstash

gcredstash manages credentials using AWS Key Management Service (KMS) and DynamoDB.
Apache License 2.0
1 stars 2 forks source link

Only commit if there are no changes to the mocks #79

Closed kgaughan closed 2 months ago

kgaughan commented 2 months ago

Summary by Sourcery

This pull request updates the dependabot workflow to conditionally commit and push changes only if there are modifications to the mocks, preventing unnecessary commits.

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request modifies the GitHub Actions workflow to include a conditional check that ensures the commit and push commands are only executed if there are changes to the mocks. This prevents unnecessary commits when there are no changes.

File-Level Changes

Files Changes
.github/workflows/dependabot.yml Introduced a conditional check to ensure that the commit and push commands are only executed if there are changes to the mocks.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - Continue your discussion with Sourcery by replying directly to review comments. - You can change your review settings at any time by accessing your [dashboard](https://app.sourcery.ai): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.