{"id":13828906,"url":"https://github.com/umani/changed-files","last_synced_at":"2025-07-09T06:33:23.124Z","repository":{"id":40736790,"uuid":"205892681","full_name":"umani/changed-files","owner":"umani","description":"GitHub action to export a PR's changed files","archived":false,"fork":false,"pushed_at":"2024-07-18T14:10:03.000Z","size":2003,"stargazers_count":28,"open_issues_count":2,"forks_count":16,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-14T13:31:17.223Z","etag":null,"topics":["ci","github","github-actions","typescript","workflows"],"latest_commit_sha":null,"homepage":null,"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/umani.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":"2019-09-02T16:08:23.000Z","updated_at":"2024-07-24T13:46:43.000Z","dependencies_parsed_at":"2024-04-17T18:28:07.409Z","dependency_job_id":"79640fae-5018-44ee-90b9-027f8424cb36","html_url":"https://github.com/umani/changed-files","commit_stats":{"total_commits":37,"total_committers":9,"mean_commits":4.111111111111111,"dds":0.3513513513513513,"last_synced_commit":"96d5fd702a6479d573287ef07381ad59acc390ed"},"previous_names":["futuratrepadeira/changed-files"],"tags_count":14,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umani%2Fchanged-files","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umani%2Fchanged-files/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umani%2Fchanged-files/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umani%2Fchanged-files/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umani","download_url":"https://codeload.github.com/umani/changed-files/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225492420,"owners_count":17482869,"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":["ci","github","github-actions","typescript","workflows"],"created_at":"2024-08-04T09:03:19.385Z","updated_at":"2024-11-20T08:31:18.695Z","avatar_url":"https://github.com/umani.png","language":"TypeScript","readme":"# Changed Files Action\n\nThis GitHub action applies to pull request and merge group workflow triggers and populates 3 output variables with the modified files. They are: \"files_created\", \"files_updated\", and \"files_deleted\".\n\n### Workflow Config Example\n\n```\n- name: Changed Files Exporter\n  uses: umani/changed-files@v4.0.0\n  with:\n    repo-token: ${{ github.token }}\n    pattern: '^.*\\.(md|markdown)$'\n```\n\n### Inputs\n\n-   **`repo-token`**: GitHub Access Token\n-   **`pattern`** (optional): A regular expression to filter the outputs by. Defaults to `'.*'`.\n-   **`pr-number`** (optional): The pull request number. If not provided, the pull request is inferred from the given context. Useful for actions running outside the `pull_request` event context.\n-   **`result-encoding`** (optional): The encoding for the output values, either `'string'` (default) or `'json'`.\n\n### Outputs\n\nAll output values are either a space-separated string, or a JSON encoded array.\n\n-   **`files_created`**: Created files\n-   **`files_created_count`**: Number of created files\n-   **`files_updated`**: Updated files\n-   **`files_updated_count`**: Number of updated files\n-   **`files_deleted`**: Deleted files\n-   **`files_deleted_count`**: Number of deleted files\n-   **`total_modified_count`**: The sum of all `*_count` outputs\n","funding_links":[],"categories":["TypeScript"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumani%2Fchanged-files","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumani%2Fchanged-files","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumani%2Fchanged-files/lists"}