{"id":22435376,"url":"https://github.com/5ouma/utils","last_synced_at":"2026-04-26T05:01:50.009Z","repository":{"id":263969141,"uuid":"849736738","full_name":"5ouma/utils","owner":"5ouma","description":"🔧 Utilities to make my life better","archived":false,"fork":false,"pushed_at":"2026-04-21T09:29:25.000Z","size":933,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-21T11:33:10.776Z","etag":null,"topics":["bun","cache","composite-action","deno","deno-lock","github-actions","labeler","opml-generator","pre-commit","pre-commit-hook","prek","renovate","rss"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/5ouma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"5ouma"}},"created_at":"2024-08-30T06:33:50.000Z","updated_at":"2026-04-20T01:26:11.000Z","dependencies_parsed_at":"2026-04-03T07:03:49.787Z","dependency_job_id":null,"html_url":"https://github.com/5ouma/utils","commit_stats":null,"previous_names":["5ouma/utils"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/5ouma/utils","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ouma%2Futils","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ouma%2Futils/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ouma%2Futils/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ouma%2Futils/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/5ouma","download_url":"https://codeload.github.com/5ouma/utils/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/5ouma%2Futils/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32286271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"online","status_checked_at":"2026-04-26T02:00:05.962Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bun","cache","composite-action","deno","deno-lock","github-actions","labeler","opml-generator","pre-commit","pre-commit-hook","prek","renovate","rss"],"created_at":"2024-12-05T23:13:24.289Z","updated_at":"2026-04-26T05:01:50.004Z","avatar_url":"https://github.com/5ouma.png","language":"Shell","funding_links":["https://github.com/sponsors/5ouma"],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eUtils\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**🔧 Utilities to make my life better**\n\n\u003cbr /\u003e\n\n[![GitHub Release](https://img.shields.io/github/v/release/5ouma/utils?style=flat-square)](https://github.com/5ouma/utils/releases)\n[![Release](https://img.shields.io/github/actions/workflow/status/5ouma/utils/release.yml?label=Release\u0026style=flat-square)](https://github.com/5ouma/utils/actions/workflows/release.yml)\n[![pre-commit](https://img.shields.io/github/actions/workflow/status/5ouma/utils/pre-commit.yml?label=pre-commit\u0026style=flat-square)](https://github.com/5ouma/utils/actions/workflows/pre-commit.yml)\n\n![Repobeats Analytics Image](https://repobeats.axiom.co/api/embed/d782636a7ff8da4b10a5eb4c9465b211d5f003d5.svg)\n\n\u003c/div\u003e\n\n\u003cbr /\u003e\u003cbr /\u003e\n\n## 🐙 GitHub Composite Actions\n\n### 🏷️ Label Past Pull Requests\n\n```yml\non:\n  pull_request:\n    types: [closed]\n\njobs:\n  job:\n    permissions:\n      pull-requests: write\n    if: ${{ github.event.pull_request.user.login == 'renovate[bot]' \u0026\u0026 github.event.pull_request.merged }}\n    runs-on: Ubuntu-Slim\n    steps:\n      - uses: 5ouma/utils/label-past-pr@v0.10.2\n        with:\n          branch: renovate/ # Optional\n          label: past-pr\n```\n\n### 🚸 pre-commit\n\n```yml\njobs:\n  job:\n    runs-on: Ubuntu-Slim\n    steps:\n      - uses: 5ouma/utils/pre-commit@v0.10.2\n        with:\n          config: /path/to/pre-commit-config.yml # Optional\n          token: ${{ secrets.GITHUB_TOKEN }} # Optional\n```\n\n\u003e [!IMPORTANT]\n\u003e You need to install [pre-commit.ci lite](https://pre-commit.ci/lite) to commit the changes.\n\n### 🍞 Setup Bun with Cache\n\n```yml\njobs:\n  job:\n    runs-on: Ubuntu-Latest\n    steps:\n      - uses: 5ouma/utils/setup-bun-with-cache@v0.10.2\n```\n\n### 🔒 Update Deno Lock File\n\n```yml\njobs:\n  job:\n    runs-on: Ubuntu-Slim\n    steps:\n      - uses: 5ouma/utils/update-deno-lock-file@v0.10.2\n```\n\n\u003e [!IMPORTANT]\n\u003e You need to:\n\u003e\n\u003e 1. install [autofix.ci](https://autofix.ci) to commit the changes.\n\u003e 2. name workflows `autofix.ci`\n\n## 🏷️ Labeler\n\n```yml\njobs:\n  job:\n    permissions:\n      pull-requests: write\n    runs-on: Ubuntu-Latest\n    steps:\n      - uses: fuxingloh/multi-labeler@v4\n        with:\n          config-repo: 5ouma/utils\n```\n\n\u003cbr /\u003e\n\n## 🚸 pre-commit hooks\n\n```yml\ndefault_install_hook_types:\n  - pre-push\n\nrepos:\n  - repo: https://github.com/5ouma/utils\n    rev: v0.10.2\n    hooks:\n      - id: upload-git-commit-notion\n```\n\n\u003cbr /\u003e\n\n## 🎨 Renovate\n\n```json\n{\n  \"extends\": [\"github\u003e5ouma/utils#v0.10.2\", \"github\u003e5ouma/utils:labels#v0.10.2\"]\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ouma%2Futils","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F5ouma%2Futils","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F5ouma%2Futils/lists"}