{"id":48031044,"url":"https://github.com/e18e/action-perfbot","last_synced_at":"2026-04-04T13:55:25.727Z","repository":{"id":334570356,"uuid":"1141891596","full_name":"e18e/action-perfbot","owner":"e18e","description":"The e18e perfbot creates modernization and performance pull requests on a schedule, similar to dependabot.","archived":false,"fork":false,"pushed_at":"2026-03-04T08:57:51.000Z","size":9297,"stargazers_count":1,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T14:57:51.465Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/e18e.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","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":{"open_collective":"e18e"}},"created_at":"2026-01-25T16:01:03.000Z","updated_at":"2026-03-04T08:57:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/e18e/action-perfbot","commit_stats":null,"previous_names":["e18e/action-perfbot"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/e18e/action-perfbot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e18e%2Faction-perfbot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e18e%2Faction-perfbot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e18e%2Faction-perfbot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e18e%2Faction-perfbot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/e18e","download_url":"https://codeload.github.com/e18e/action-perfbot/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/e18e%2Faction-perfbot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31402276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-04T10:20:44.708Z","status":"ssl_error","status_checked_at":"2026-04-04T10:20:06.846Z","response_time":60,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2026-04-04T13:55:25.558Z","updated_at":"2026-04-04T13:55:25.709Z","avatar_url":"https://github.com/e18e.png","language":"JavaScript","funding_links":["https://opencollective.com/e18e"],"categories":[],"sub_categories":[],"readme":"# e18e/action-perfbot\n\n\u003e [!WARNING]\n\u003e This repository is very early stages and is unpublished. Keep an eye out on the [e18e.dev](https://e18e.dev) website for updates.\n\n\u003e A GitHub action for automatically opening modernization and performance PRs\n\n## What it does\n\nThis action analyzes the repository for potential modernization and performance improvements on a schedule, then creates pull requests if there are any recommended changes.\n\nThink of this as dependabot but for modernization and performance improvements.\n\n## Usage\n\n```yaml\nname: perfbot\n\non:\n  schedule:\n    # Run weekly on Monday at 9am UTC\n    - cron: '0 9 * * 1'\n\npermissions:\n  contents: write\n  pull-requests: write\n\njobs:\n  perfbot:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - uses: e18e/action-perfbot@v1\n        with:\n          github-token: ${{ secrets.GITHUB_TOKEN }}\n```\n\n## Inputs\n\n| Name                   | Description                                                                    | Required | Default                                   |\n|------------------------|--------------------------------------------------------------------------------|----------|-------------------------------------------|\n| `github-token`         | The GitHub token for authentication                                            | Yes      | `${{ github.token }}`                     |\n| `working-directory`    | Working directory relative to repository root                                  | No       | `.`                                       |\n| `include`              | Glob patterns for source files to scan (comma-separated)                       | No       | `src/**/*.{js,ts,mjs,mts,cjs,cts}`        |\n| `base-branch`          | The base branch to create PRs against                                          | No       | `main`                                    |\n| `branch-prefix`        | Prefix for the PR branch name                                                  | No       | `e18e-perfbot`                            |\n\n## Example Workflows\n\nSee the [`recipes/`](./recipes/) directory for complete workflow examples:\n\n- [`basic.yml`](./recipes/basic.yml) - Basic scheduled perfbot\n\n## Permissions\n\nThe action requires the following permissions:\n\n```yaml\npermissions:\n  contents: write      # To create branches and push changes\n  pull-requests: write # To create pull requests\n```\n\n## Sponsors\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://e18e.dev/sponsor\"\u003e\n    \u003cimg src=\"https://e18e.dev/sponsors.svg\" alt=\"e18e community sponsors\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe18e%2Faction-perfbot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe18e%2Faction-perfbot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe18e%2Faction-perfbot/lists"}