-
Notifications
You must be signed in to change notification settings - Fork 2
Change PR validation trigger to workflow_run #118
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
Merged
Merged
Conversation
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
Updated PR validation workflow to trigger on workflow_run instead of pull_request.
…ACM-Web-Page-UI into fix/format-action2
adrianrrruiz
added a commit
that referenced
this pull request
Nov 2, 2025
* Feat: Inactive Members Timeline Refactors the team members section. - Introduces a separate page for inactive members. - Enhances member cards with updated information. - Adds a custom cursor for improved user experience. - Introduces PWA functionality by adding web app manifest. * Fixes: Corrects type inconsistencies Normalizes member data and addresses potential type inconsistencies when processing member information from external sources, improving data handling robustness. * feat/events initial design #28 * fix - hide on closed #48 * Fix hydration error * fix card responsive * fix responsive * New: Rules section * Use snake case * New: link preview acceterity component * Fix Nav Link to upcoming events & width * Diseño del footer con redes sociales * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Fix github build (disable eslint/no-uses-vars error) Se pone este comentario en las lineas de las variables sin usar. * Check pr build on development branch * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Diseño del footer con redes sociales * Remove unused imports * remove search params instagram url * Add footer to league page * Fetch contests from api #63 Recuerden usar la api en develop, a momento de este issue aun no esta desplegado el endpoint de contests. * Fix event card placeholder logo size * Fix: Fetch members from API and React Query * Add: Past members timeline * Fix bun build * use picture search param * fetch contests with picture * fix enum values * fix enum values * Skeleton Loading * Update upcoming-events.tsx * fix merge * change Logo_Oscuro.png to Logo_Oscuro.svg * Fix logo size - No Events card * add students controller * New: Sign-up with supabase * Fix: Linter errors * Update: PR validation for env variables * Improve: services directory deleted * load and fetch podium studetns * remove hard-coded students * add supabase_user_id * Add: rank base page * Ranking Component #58 * Fix cursor in some screens * Ranking Component #58 * Add Ranking component to ranking page * Feat: schema for contributors and GitHub contributors from API * Feat: fetch, transformation, map and duplicate elimination of contributors data from GitHub * Feat: Contributors rendering component * Add: GitHub API added to allowed images domains * Add: Contributors component added to main page * Fix: Sizing in avatars and title * Fix: Workflow failed fo Env variable * New: Sign-in with supabase * New: scrollbar style * Fix: dark mode on inactive members card and page * Fix: inactive members styles * Fix: about us typography * Fix: sign-up button color * Fix: spanglish deleted * Fix: Run formatter * Add: Workflow to format on push * Fix: about us alignment * Deleted: unused variables on ranking component * Use the defautla avatar url specified in the .env file SUPONGO QUE HABRÍA QUE ACTUALIZARLO EN PROD!!!! ... NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://www.svgrepo.com/show/452030/avatar-default.svg * [Feat]: League hero * [Feat]: Video bg * [Fix]: Carga de video en caché * Flujo de autenticación de Supabase (#92) * Add: Email reset password feature * Add: Password reset with supabase * Este es el avance que he hecho :) * Advance: sign-in and sign-up working with middleware implementation. Docs: https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app * Add: Reset password --------- Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> * Feat: logout function (#107) * Fix: hero component and adds particle utility Updates the hero section with a background video proxy and reusable particle effect. - Improves video loading reliability and caching by using a proxy route. - Introduces a reusable utility for generating code particles. - Enhances the hero section's visual appeal and performance. * Feat/pre exams card (#95) * Advance: pre-exams card structure * New: pre-exams card * Fix: Better title for "About Us" section and unused components removed. * Fix: Minor styling --------- Co-authored-by: Samuel Pico <[email protected]> * [Fix]: Video always going to fallback * [Fix]: Mobile visibility * Deleted comments * Hotfix: Scroll in card members * Add workflow_dispatch and pull_request triggers on Format.yml * Update GitHub Actions workflow for formatting changes (#117) * Update GitHub Actions workflow for formatting changes * Fix indentation in Format.yml workflow * Update file pattern for auto-commit action * Apply formatting changes * rerun checks --------- Co-authored-by: adrianrrruiz <[email protected]> * Change PR validation trigger to workflow_run (#118) * Change PR validation trigger to workflow_run Updated PR validation workflow to trigger on workflow_run instead of pull_request. * rerun checks * Modify PRValidation.yml for pull request handling * Delete: Format.yml * rerun checks * Add dependency on format job for pr-check * Update PR validation workflow to check formatting (#120) * Update PR validation workflow to check formatting Replaced automatic formatting commit with a check for formatting issues. * Format: bun run format * Update formatting check to use Prettier * Test: formatting * Test: formatting * Add: githook pre-commit * Test: formatting * Prueba * Prueba * Prueba * Prueba * Prueba * Add: husky * Prueba --------- Co-authored-by: Samuk <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Samuel Pico <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]>
adrianrrruiz
added a commit
that referenced
this pull request
Nov 20, 2025
* Feat: Advance on profile page * Fix: changes after designer feedback * Hotfix: lint errors solved * FIx: designer feedback * Fix: Edit button * Hotfix: Change password button for mobile version * New: Get the student info and his competitions history * Advance: Get student info. Problem with dialog visibilty on avatar menu. * ACM WEBPAGE 1.0.0 * Feat: Inactive Members Timeline Refactors the team members section. - Introduces a separate page for inactive members. - Enhances member cards with updated information. - Adds a custom cursor for improved user experience. - Introduces PWA functionality by adding web app manifest. * Fixes: Corrects type inconsistencies Normalizes member data and addresses potential type inconsistencies when processing member information from external sources, improving data handling robustness. * feat/events initial design #28 * fix - hide on closed #48 * Fix hydration error * fix card responsive * fix responsive * New: Rules section * Use snake case * New: link preview acceterity component * Fix Nav Link to upcoming events & width * Diseño del footer con redes sociales * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Fix github build (disable eslint/no-uses-vars error) Se pone este comentario en las lineas de las variables sin usar. * Check pr build on development branch * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Diseño del footer con redes sociales * Remove unused imports * remove search params instagram url * Add footer to league page * Fetch contests from api #63 Recuerden usar la api en develop, a momento de este issue aun no esta desplegado el endpoint de contests. * Fix event card placeholder logo size * Fix: Fetch members from API and React Query * Add: Past members timeline * Fix bun build * use picture search param * fetch contests with picture * fix enum values * fix enum values * Skeleton Loading * Update upcoming-events.tsx * fix merge * change Logo_Oscuro.png to Logo_Oscuro.svg * Fix logo size - No Events card * add students controller * New: Sign-up with supabase * Fix: Linter errors * Update: PR validation for env variables * Improve: services directory deleted * load and fetch podium studetns * remove hard-coded students * add supabase_user_id * Add: rank base page * Ranking Component #58 * Fix cursor in some screens * Ranking Component #58 * Add Ranking component to ranking page * Feat: schema for contributors and GitHub contributors from API * Feat: fetch, transformation, map and duplicate elimination of contributors data from GitHub * Feat: Contributors rendering component * Add: GitHub API added to allowed images domains * Add: Contributors component added to main page * Fix: Sizing in avatars and title * Fix: Workflow failed fo Env variable * New: Sign-in with supabase * New: scrollbar style * Fix: dark mode on inactive members card and page * Fix: inactive members styles * Fix: about us typography * Fix: sign-up button color * Fix: spanglish deleted * Fix: Run formatter * Add: Workflow to format on push * Fix: about us alignment * Deleted: unused variables on ranking component * Use the defautla avatar url specified in the .env file SUPONGO QUE HABRÍA QUE ACTUALIZARLO EN PROD!!!! ... NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://www.svgrepo.com/show/452030/avatar-default.svg * [Feat]: League hero * [Feat]: Video bg * [Fix]: Carga de video en caché * Flujo de autenticación de Supabase (#92) * Add: Email reset password feature * Add: Password reset with supabase * Este es el avance que he hecho :) * Advance: sign-in and sign-up working with middleware implementation. Docs: https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app * Add: Reset password --------- Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> * Feat: logout function (#107) * Fix: hero component and adds particle utility Updates the hero section with a background video proxy and reusable particle effect. - Improves video loading reliability and caching by using a proxy route. - Introduces a reusable utility for generating code particles. - Enhances the hero section's visual appeal and performance. * Feat/pre exams card (#95) * Advance: pre-exams card structure * New: pre-exams card * Fix: Better title for "About Us" section and unused components removed. * Fix: Minor styling --------- Co-authored-by: Samuel Pico <[email protected]> * [Fix]: Video always going to fallback * [Fix]: Mobile visibility * Deleted comments * Hotfix: Scroll in card members * Add workflow_dispatch and pull_request triggers on Format.yml * Update GitHub Actions workflow for formatting changes (#117) * Update GitHub Actions workflow for formatting changes * Fix indentation in Format.yml workflow * Update file pattern for auto-commit action * Apply formatting changes * rerun checks --------- Co-authored-by: adrianrrruiz <[email protected]> * Change PR validation trigger to workflow_run (#118) * Change PR validation trigger to workflow_run Updated PR validation workflow to trigger on workflow_run instead of pull_request. * rerun checks * Modify PRValidation.yml for pull request handling * Delete: Format.yml * rerun checks * Add dependency on format job for pr-check * Update PR validation workflow to check formatting (#120) * Update PR validation workflow to check formatting Replaced automatic formatting commit with a check for formatting issues. * Format: bun run format * Update formatting check to use Prettier * Test: formatting * Test: formatting * Add: githook pre-commit * Test: formatting * Prueba * Prueba * Prueba * Prueba * Prueba * Add: husky * Prueba --------- Co-authored-by: Samuk <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Samuel Pico <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]> * Fix: dialog menu for profile page and logout is visible. Logout logic done. * Fix: No Next errors for the final user on profile page * New: loading skeleton for student info * Fix: Solving build errors * New: update profile --------- Co-authored-by: Adrian Ruiz <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]>
adrianrrruiz
added a commit
that referenced
this pull request
Nov 20, 2025
* Feat: Inactive Members Timeline Refactors the team members section. - Introduces a separate page for inactive members. - Enhances member cards with updated information. - Adds a custom cursor for improved user experience. - Introduces PWA functionality by adding web app manifest. * Fixes: Corrects type inconsistencies Normalizes member data and addresses potential type inconsistencies when processing member information from external sources, improving data handling robustness. * feat/events initial design #28 * fix - hide on closed #48 * Fix hydration error * fix card responsive * fix responsive * New: Rules section * Use snake case * New: link preview acceterity component * Fix Nav Link to upcoming events & width * Diseño del footer con redes sociales * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Fix github build (disable eslint/no-uses-vars error) Se pone este comentario en las lineas de las variables sin usar. * Check pr build on development branch * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Diseño del footer con redes sociales * Remove unused imports * remove search params instagram url * Add footer to league page * Fetch contests from api #63 Recuerden usar la api en develop, a momento de este issue aun no esta desplegado el endpoint de contests. * Fix event card placeholder logo size * Fix: Fetch members from API and React Query * Add: Past members timeline * Fix bun build * use picture search param * fetch contests with picture * fix enum values * fix enum values * Skeleton Loading * Update upcoming-events.tsx * fix merge * change Logo_Oscuro.png to Logo_Oscuro.svg * Fix logo size - No Events card * add students controller * New: Sign-up with supabase * Fix: Linter errors * Update: PR validation for env variables * Improve: services directory deleted * load and fetch podium studetns * remove hard-coded students * add supabase_user_id * Add: rank base page * Ranking Component #58 * Fix cursor in some screens * Ranking Component #58 * Add Ranking component to ranking page * Feat: schema for contributors and GitHub contributors from API * Feat: fetch, transformation, map and duplicate elimination of contributors data from GitHub * Feat: Contributors rendering component * Add: GitHub API added to allowed images domains * Add: Contributors component added to main page * Fix: Sizing in avatars and title * Fix: Workflow failed fo Env variable * New: Sign-in with supabase * New: scrollbar style * Fix: dark mode on inactive members card and page * Fix: inactive members styles * Fix: about us typography * Fix: sign-up button color * Fix: spanglish deleted * Fix: Run formatter * Add: Workflow to format on push * Fix: about us alignment * Deleted: unused variables on ranking component * Use the defautla avatar url specified in the .env file SUPONGO QUE HABRÍA QUE ACTUALIZARLO EN PROD!!!! ... NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://www.svgrepo.com/show/452030/avatar-default.svg * [Feat]: League hero * [Feat]: Video bg * [Fix]: Carga de video en caché * Flujo de autenticación de Supabase (#92) * Add: Email reset password feature * Add: Password reset with supabase * Este es el avance que he hecho :) * Advance: sign-in and sign-up working with middleware implementation. Docs: https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app * Add: Reset password --------- Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> * Feat: logout function (#107) * Fix: hero component and adds particle utility Updates the hero section with a background video proxy and reusable particle effect. - Improves video loading reliability and caching by using a proxy route. - Introduces a reusable utility for generating code particles. - Enhances the hero section's visual appeal and performance. * Feat/pre exams card (#95) * Advance: pre-exams card structure * New: pre-exams card * Fix: Better title for "About Us" section and unused components removed. * Fix: Minor styling --------- Co-authored-by: Samuel Pico <[email protected]> * [Fix]: Video always going to fallback * [Fix]: Mobile visibility * Deleted comments * Hotfix: Scroll in card members * Add workflow_dispatch and pull_request triggers on Format.yml * Update GitHub Actions workflow for formatting changes (#117) * Update GitHub Actions workflow for formatting changes * Fix indentation in Format.yml workflow * Update file pattern for auto-commit action * Apply formatting changes * rerun checks --------- Co-authored-by: adrianrrruiz <[email protected]> * Change PR validation trigger to workflow_run (#118) * Change PR validation trigger to workflow_run Updated PR validation workflow to trigger on workflow_run instead of pull_request. * rerun checks * Modify PRValidation.yml for pull request handling * Delete: Format.yml * rerun checks * Add dependency on format job for pr-check * Update PR validation workflow to check formatting (#120) * Update PR validation workflow to check formatting Replaced automatic formatting commit with a check for formatting issues. * Format: bun run format * Update formatting check to use Prettier * Test: formatting * Test: formatting * Add: githook pre-commit * Test: formatting * Prueba * Prueba * Prueba * Prueba * Prueba * Add: husky * Prueba * Fix: Lint errors (#121) * feat: created an initial implementation of the previous competitions (#116) * feat: created an initial implementation of the previous competitions * Apply formatting changes * bun.lockb --------- Co-authored-by: Davidp1905 <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> * Feat: Advance on profile page (#102) * Feat: Advance on profile page * Fix: changes after designer feedback * Hotfix: lint errors solved * FIx: designer feedback * Fix: Edit button * Hotfix: Change password button for mobile version * New: Get the student info and his competitions history * Advance: Get student info. Problem with dialog visibilty on avatar menu. * ACM WEBPAGE 1.0.0 * Feat: Inactive Members Timeline Refactors the team members section. - Introduces a separate page for inactive members. - Enhances member cards with updated information. - Adds a custom cursor for improved user experience. - Introduces PWA functionality by adding web app manifest. * Fixes: Corrects type inconsistencies Normalizes member data and addresses potential type inconsistencies when processing member information from external sources, improving data handling robustness. * feat/events initial design #28 * fix - hide on closed #48 * Fix hydration error * fix card responsive * fix responsive * New: Rules section * Use snake case * New: link preview acceterity component * Fix Nav Link to upcoming events & width * Diseño del footer con redes sociales * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Fix github build (disable eslint/no-uses-vars error) Se pone este comentario en las lineas de las variables sin usar. * Check pr build on development branch * add Student Model * Add Hard Coded Students * feat/league-podium #29 * colores para las coronas * Diseño del footer con redes sociales * Remove unused imports * remove search params instagram url * Add footer to league page * Fetch contests from api #63 Recuerden usar la api en develop, a momento de este issue aun no esta desplegado el endpoint de contests. * Fix event card placeholder logo size * Fix: Fetch members from API and React Query * Add: Past members timeline * Fix bun build * use picture search param * fetch contests with picture * fix enum values * fix enum values * Skeleton Loading * Update upcoming-events.tsx * fix merge * change Logo_Oscuro.png to Logo_Oscuro.svg * Fix logo size - No Events card * add students controller * New: Sign-up with supabase * Fix: Linter errors * Update: PR validation for env variables * Improve: services directory deleted * load and fetch podium studetns * remove hard-coded students * add supabase_user_id * Add: rank base page * Ranking Component #58 * Fix cursor in some screens * Ranking Component #58 * Add Ranking component to ranking page * Feat: schema for contributors and GitHub contributors from API * Feat: fetch, transformation, map and duplicate elimination of contributors data from GitHub * Feat: Contributors rendering component * Add: GitHub API added to allowed images domains * Add: Contributors component added to main page * Fix: Sizing in avatars and title * Fix: Workflow failed fo Env variable * New: Sign-in with supabase * New: scrollbar style * Fix: dark mode on inactive members card and page * Fix: inactive members styles * Fix: about us typography * Fix: sign-up button color * Fix: spanglish deleted * Fix: Run formatter * Add: Workflow to format on push * Fix: about us alignment * Deleted: unused variables on ranking component * Use the defautla avatar url specified in the .env file SUPONGO QUE HABRÍA QUE ACTUALIZARLO EN PROD!!!! ... NEXT_PUBLIC_DEFAULT_IMAGE_URL=https://www.svgrepo.com/show/452030/avatar-default.svg * [Feat]: League hero * [Feat]: Video bg * [Fix]: Carga de video en caché * Flujo de autenticación de Supabase (#92) * Add: Email reset password feature * Add: Password reset with supabase * Este es el avance que he hecho :) * Advance: sign-in and sign-up working with middleware implementation. Docs: https://supabase.com/docs/guides/auth/server-side/nextjs?queryGroups=router&router=app * Add: Reset password --------- Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> * Feat: logout function (#107) * Fix: hero component and adds particle utility Updates the hero section with a background video proxy and reusable particle effect. - Improves video loading reliability and caching by using a proxy route. - Introduces a reusable utility for generating code particles. - Enhances the hero section's visual appeal and performance. * Feat/pre exams card (#95) * Advance: pre-exams card structure * New: pre-exams card * Fix: Better title for "About Us" section and unused components removed. * Fix: Minor styling --------- Co-authored-by: Samuel Pico <[email protected]> * [Fix]: Video always going to fallback * [Fix]: Mobile visibility * Deleted comments * Hotfix: Scroll in card members * Add workflow_dispatch and pull_request triggers on Format.yml * Update GitHub Actions workflow for formatting changes (#117) * Update GitHub Actions workflow for formatting changes * Fix indentation in Format.yml workflow * Update file pattern for auto-commit action * Apply formatting changes * rerun checks --------- Co-authored-by: adrianrrruiz <[email protected]> * Change PR validation trigger to workflow_run (#118) * Change PR validation trigger to workflow_run Updated PR validation workflow to trigger on workflow_run instead of pull_request. * rerun checks * Modify PRValidation.yml for pull request handling * Delete: Format.yml * rerun checks * Add dependency on format job for pr-check * Update PR validation workflow to check formatting (#120) * Update PR validation workflow to check formatting Replaced automatic formatting commit with a check for formatting issues. * Format: bun run format * Update formatting check to use Prettier * Test: formatting * Test: formatting * Add: githook pre-commit * Test: formatting * Prueba * Prueba * Prueba * Prueba * Prueba * Add: husky * Prueba --------- Co-authored-by: Samuk <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Samuel Pico <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]> * Fix: dialog menu for profile page and logout is visible. Logout logic done. * Fix: No Next errors for the final user on profile page * New: loading skeleton for student info * Fix: Solving build errors * New: update profile --------- Co-authored-by: Adrian Ruiz <[email protected]> Co-authored-by: Adrian Ruiz <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]> --------- Co-authored-by: Samuk <[email protected]> Co-authored-by: Achalogy <[email protected]> Co-authored-by: Acha <[email protected]> Co-authored-by: DavidVargas-Ctrl <[email protected]> Co-authored-by: TalkySafe143 <[email protected]> Co-authored-by: Sebastian Galindo <[email protected]> Co-authored-by: arielLevita <[email protected]> Co-authored-by: Salomon Alfredo Avila Larrotta <[email protected]> Co-authored-by: Samuel Pico <[email protected]> Co-authored-by: Salomon Avila <[email protected]> Co-authored-by: adrianrrruiz <[email protected]> Co-authored-by: Andrés David Pérez Cely <[email protected]> Co-authored-by: Davidp1905 <[email protected]>
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.
Updated PR validation workflow to trigger on workflow_run instead of pull_request.