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.
Jump to full list of compromised repositories
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.
Full List of Compromised GitHub 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 |