ci: fix frontend workflow and remove duplicate PR title checks#1108
ci: fix frontend workflow and remove duplicate PR title checks#1108Pcmhacker-piro wants to merge 2 commits into
Conversation
|
Thank you @, for creating the PR and contributing to our UltimateHealth project 💗. |
|
heyy @SB2318 |
|
@Pcmhacker-piro Please create an issue first, describe your proposed changes. |
|
heyy @SB2318 |
665d6e1 to
114191d
Compare
|
heyy @SB2318 |
️✅ There are no secrets present in this pull request anymore.If these secrets were true positive and are still valid, we highly recommend you to revoke them. 🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request. |
Zganz404
left a comment
There was a problem hiding this comment.
Approach is solid. Minor nit: this would benefit from a brief comment explaining why we skip validation for internal callers.
e377c07 to
336c97a
Compare
336c97a to
0a4d0dd
Compare
|
Hi! I have investigated the failing CI checks for this PR. After fixing the issues directly related to this PR, I found that the I have opened a separate issue for the maintainers to stabilize the Please stabilize |
Closes #1092
PR Description
This PR fixes repository CI workflow configuration issues by updating the frontend CI workflow and the knip check workflow. It also removes the duplicate PR title checker workflow and its related configuration file to avoid redundant validation.
Type of Change
Select your work-area
Related Issue
Resolves issue #1092
Add your Work Example
📷 Add a Snapshot
Not applicable for this change, since this PR only updates GitHub workflow/configuration files.
Fixes (mention the issue number which this fixes)
#1092
Checklist
Undertaking
My code follows the style guidelines of this project.
I have performed a self-review of my code.
I have commented my code, particularly in hard-to-understand areas.
I have made corresponding changes to the documentation.
I have checked for plagiarism and assure its authenticity.
I have read and followed the code of conduct for this repository. I understand that violation of this undertaking may have legal consequences.
I Agree