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

chore(appinspect-api): make it pass #1491

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

artemrys
Copy link
Member

@artemrys artemrys commented Nov 27, 2024

Issue number: N/A

PR Type

What kind of change does this PR introduce?

  • Feature
  • Bug Fix
  • Refactoring (no functional or API changes)
  • Documentation Update
  • Maintenance (dependency updates, CI, etc.)

Summary

Changes

  • Updating license path in "everything" add-on to pass AppInspect API check.
  • Removed check_for_compiled_python known issue from ignore file.
  • Run appinspect-api for every PR.

User experience

N/A

Checklist

If an item doesn't apply to your changes, leave it unchecked.

@artemrys artemrys marked this pull request as ready for review November 27, 2024 14:53
@artemrys artemrys requested review from a team as code owners November 27, 2024 14:53
@@ -325,8 +325,7 @@ jobs:
needs: build-test-addon
if: |
!cancelled() &&
needs.build-test-addon.result == 'success' &&
( github.base_ref == 'main' || github.ref_name == 'main' )
needs.build-test-addon.result == 'success'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what was limitation to run it only for main but we can go with main or develop also

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not to overload their service, no other reason

@artemrys artemrys merged commit e8d03bb into develop Nov 27, 2024
98 checks passed
@artemrys artemrys deleted the fixing-appinspect-api-before-release branch November 27, 2024 14:59
@github-actions github-actions bot locked and limited conversation to collaborators Nov 27, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants