-
Notifications
You must be signed in to change notification settings - Fork 139
chore: migrated PR 2 3949 #3952
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
Conversation
Reviewer's GuideThis PR migrates the original forked changes into the main repository to support secrets in workflows and includes a minor update to the documentation by inserting placeholder lines in README.md. Flow Diagram: PR Migration for Workflow Enablementgraph TD
A["PR changes developed in a Forked Repository"] --> B["Challenge: Workflows in fork have limited access to secrets (e.g., for CI/CD)"]
B --> C["Solution: Migrate PR changes from Fork to Main Repository"]
C --> D["This PR: Performs the migration"]
D -- "Integrates code into" --> E["Main Repository"]
E --> F["Result: Workflows now run in the context of the Main Repository"]
F --> G["Outcome: Workflows can access necessary secrets"]
File-Level Changes
Assessment against linked issues
Possibly linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Thanks for opening a Pull Request. If you want to perform a review write a comment saying: @ansys-reviewer-bot review |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3952 +/- ##
==========================================
- Coverage 88.33% 88.27% -0.06%
==========================================
Files 187 187
Lines 14906 14906
==========================================
- Hits 13167 13159 -8
- Misses 1739 1747 +8 🚀 New features to boost your workflow:
|
This PR was migrated from a fork to allow secrets to run in workflows. Check the original PR for more details.
Closes #3949
Summary by Sourcery
Migrate forked PR #3949 to the main repository to enable secrets in workflows and add placeholder text in the README
Documentation:
Chores: