{"id":25534454,"url":"https://github.com/nobe4/action-ln","last_synced_at":"2026-01-26T07:30:19.583Z","repository":{"id":275410560,"uuid":"925999378","full_name":"nobe4/action-ln","owner":"nobe4","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-17T08:35:30.000Z","size":389,"stargazers_count":1,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-17T09:33:03.445Z","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/nobe4.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}},"created_at":"2025-02-02T09:43:13.000Z","updated_at":"2025-02-15T21:43:21.000Z","dependencies_parsed_at":"2025-02-02T10:29:32.347Z","dependency_job_id":"8b49d7bb-cd1a-41af-949b-a765e937a447","html_url":"https://github.com/nobe4/action-ln","commit_stats":null,"previous_names":["nobe4/action-ln"],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Faction-ln","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Faction-ln/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Faction-ln/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nobe4%2Faction-ln/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nobe4","download_url":"https://codeload.github.com/nobe4/action-ln/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239768929,"owners_count":19693764,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":"2025-02-20T03:19:34.956Z","updated_at":"2026-01-26T07:30:19.494Z","avatar_url":"https://github.com/nobe4.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# action-ln\n\nLink files between repositories.\n\n## Config\n\nUse `ln-config.yaml` at the root of your repository, or specify a custom path\nwith the `config-path` action input.\n\nThe format is:\n\n```yaml\nlinks:\n  # Local files\n  - from:\n      path: path/to/file\n    to:\n      path: path/to/other/file\n\n  # Remote files\n  - from:\n      repo: org/repo\n      path: path/to/file\n    to:\n      repo: org/repo\n      path: path/to/other/file\n```\n\nSee [`example.config.yaml`](./example.config.yaml) for an example.\n\n## Running locally\n\n```shell\nnpm start -- [--token=\"...\"] [--config=\"...\"] [--noop]\n```\n\n## Development\n\nTo test the action from a branch, run `npm run build` and `npm run build:add`.\nThen, commit the `dist` folder, it make CI fails but allows you to use the\nbranch name/commit sha as a version to run the action on.\n\nOnce testing is done, run `npm run build:clean` before you merge to the main branch.\n\n\u003e [!NOTE]\n\u003e There's no need to push the code, just pushing the dist is enough for testing.\n\n## Random notes\n\n- If within a repo, at least the following permissions are needed:\n\n  ```yaml\n  permissions:\n    contents: write\n    pull-requests: write\n  ```\n\n- If using from an org, you need to enable `Allow GitHub Actions to create and\napprove pull requests` from\n  `https://github.com/organizations/\u003corg\u003e/settings/actions`\n\n- For Classic tokens `repo` scope is needed, assuming you have write access to\n  all the updated repositories.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobe4%2Faction-ln","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnobe4%2Faction-ln","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnobe4%2Faction-ln/lists"}