{"id":24747526,"url":"https://github.com/mdarocha/comment-flake-lock-changelog","last_synced_at":"2026-03-07T16:05:12.500Z","repository":{"id":274171006,"uuid":"922128377","full_name":"mdarocha/comment-flake-lock-changelog","owner":"mdarocha","description":"Automatically add comments to pull requests that modify flake.lock files, summarizing the changes made to the flake inputs.","archived":false,"fork":false,"pushed_at":"2026-03-01T00:41:36.000Z","size":859,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T03:57:59.577Z","etag":null,"topics":["actions","nix","nix-flake"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/mdarocha.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"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}},"created_at":"2025-01-25T11:50:18.000Z","updated_at":"2026-02-28T03:39:42.000Z","dependencies_parsed_at":"2025-11-27T18:18:30.548Z","dependency_job_id":null,"html_url":"https://github.com/mdarocha/comment-flake-lock-changelog","commit_stats":null,"previous_names":["mdarocha/comment-flake-lock-changelog"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/mdarocha/comment-flake-lock-changelog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdarocha%2Fcomment-flake-lock-changelog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdarocha%2Fcomment-flake-lock-changelog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdarocha%2Fcomment-flake-lock-changelog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdarocha%2Fcomment-flake-lock-changelog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdarocha","download_url":"https://codeload.github.com/mdarocha/comment-flake-lock-changelog/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdarocha%2Fcomment-flake-lock-changelog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30221193,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T14:02:48.375Z","status":"ssl_error","status_checked_at":"2026-03-07T14:02:43.192Z","response_time":53,"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":["actions","nix","nix-flake"],"created_at":"2025-01-28T05:17:01.868Z","updated_at":"2026-03-07T16:05:12.481Z","avatar_url":"https://github.com/mdarocha.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Comment `flake.lock` changelog\n\nAutomatically add comments to pull requests that modify flake.lock files, summarizing the changes made to the flake inputs.\nThis action is meant to be used as a helper to [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock).\n\n## Inputs\n\n| Input | Description | Default |\n| :-- | :-- | :-- |\n| `pull-request-number` | Id of the PR that will be analyzed by the action | none, **required** |\n| `token` | Token used for authentication with Github API | `${{ github.token }}` |\n\n## Example usage\n\n```yaml\nname: Update flake.lock\n\non:\n  schedule:\n    - cron: '0 0 * * *' # runs daily at 00:00\n\npermissions:\n  contents: write\n  pull-requests: write\n\njobs:\n  lockfile:\n    name: Update lockfile\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n\n      - name: Install Nix\n        uses: DeterminateSystems/nix-installer-action@v16\n\n      - name: Update flake.lock\n        id: update-flake-lock\n        uses: DeterminateSystems/update-flake-lock@v24\n        with:\n          pr-title: \"Update flake.lock\"\n          pr-labels: automated\n\n      - uses: mdarocha/comment-flake-lock-changelog@main\n        with:\n          pull-request-number: ${{ steps.update-flake-lock.outputs.pull-request-number }}\n```\n\n## Example result\n\n![image](https://github.com/user-attachments/assets/f6a2217f-3d44-462b-a9c9-a1393206369e)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdarocha%2Fcomment-flake-lock-changelog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdarocha%2Fcomment-flake-lock-changelog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdarocha%2Fcomment-flake-lock-changelog/lists"}