Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with not being able to update dependencies on actions #247

Merged
merged 1 commit into from
Jul 18, 2022

Conversation

sergiught
Copy link
Contributor

@sergiught sergiught commented Jul 17, 2022

Description

Fixes #218

Checklist

Note: Checklist required to be completed before a PR is considered to be reviewable.

Auth0 Code of Conduct

Auth0 General Contribution Guidelines

Changes include test coverage?

  • Yes
  • Not needed

Does the description provide the correct amount of context?

  • Yes, the description provides enough context for the reviewer to understand what these changes accomplish

Have you updated the documentation?

  • Yes, I've updated the appropriate docs
  • Not needed

Is this code ready for production?

  • Yes, all code changes are intentional and no debugging calls are left over

@sergiught sergiught self-assigned this Jul 17, 2022
@codecov-commenter
Copy link

Codecov Report

Merging #247 (11fa74f) into patch/fix-issue236-metadata-on-orgs (8c464f1) will increase coverage by 0.09%.
The diff coverage is 84.61%.

@@                           Coverage Diff                           @@
##           patch/fix-issue236-metadata-on-orgs     #247      +/-   ##
=======================================================================
+ Coverage                                83.27%   83.37%   +0.09%     
=======================================================================
  Files                                       36       36              
  Lines                                     6835     6838       +3     
=======================================================================
+ Hits                                      5692     5701       +9     
+ Misses                                     910      905       -5     
+ Partials                                   233      232       -1     
Impacted Files Coverage Δ
auth0/resource_auth0_action.go 88.58% <84.61%> (+2.52%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8c464f1...11fa74f. Read the comment docs.

@sergiught sergiught force-pushed the patch/fix-issue236-metadata-on-orgs branch from 8c464f1 to 36398e8 Compare July 18, 2022 16:04
Base automatically changed from patch/fix-issue236-metadata-on-orgs to main July 18, 2022 16:08
@sergiught sergiught force-pushed the patch/fix-issue218-actions-deps branch from 11fa74f to 8331ccf Compare July 18, 2022 16:16
@sergiught sergiught marked this pull request as ready for review July 18, 2022 16:17
@sergiught sergiught requested a review from a team as a code owner July 18, 2022 16:17
@sergiught sergiught merged commit cf2890c into main Jul 18, 2022
@sergiught sergiught deleted the patch/fix-issue218-actions-deps branch July 18, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

auth0_action dependencies not getting updated on version change
3 participants