fix: use PAT for auto-merge to trigger deploy workflows#362
Merged
fix: use PAT for auto-merge to trigger deploy workflows#362
Conversation
- Added required environment variables for Directus and various models in the pr-testing.yml workflow. - Set asyncio default fixture loop scope in pyproject.toml. - Cleaned up whitespace in conftest.py.
- Deleted the Ruff format check step from the pr-testing.yml workflow to streamline the CI process.
- Added pytest integration marker to multiple test files to categorize them for integration testing.
- Modified the pytest command in the CI workflow to exclude smoke tests. - Added integration markers to several test files to categorize them for integration testing. - Introduced a new test file for utility functions, ensuring coverage of utility methods.
- Modified the retrieval of several environment variables to use a fallback value if not set, ensuring defaults are applied correctly. - Updated variables include RUNPOD_DIARIZATION_TIMEOUT, AUDIO_LIGHTRAG_CONVERSATION_HISTORY_NUM, AUDIO_LIGHTRAG_COOL_OFF_TIME_SECONDS, AUDIO_LIGHTRAG_MAX_AUDIO_FILE_SIZE_MB, AUDIO_LIGHTRAG_TOP_K_PROMPT, and AUDIO_LIGHTRAG_REDIS_LOCK_EXPIRY.
- Updated the retrieval of RUNPOD_WHISPER_MAX_REQUEST_THRESHOLD to provide a default value of 100 if the environment variable is not set, ensuring more robust configuration handling.
Contributor
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the auto-merge workflow to use a Personal Access Token instead of GITHUB_TOKEN. This allows the merge to properly trigger the deploy-testing workflow.
Changes:
Testing:
This PR itself will test the fix - when it auto-merges, it should trigger the Deploy to Testing workflow.