{"id":21251536,"url":"https://github.com/foodee/pr-includes-file-change","last_synced_at":"2025-07-11T01:32:19.255Z","repository":{"id":44835943,"uuid":"231475866","full_name":"Foodee/pr-includes-file-change","owner":"Foodee","description":"Simple action to determine if a PR contains a file change","archived":false,"fork":false,"pushed_at":"2022-08-18T19:20:38.000Z","size":868,"stargazers_count":6,"open_issues_count":2,"forks_count":1,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-17T20:49:58.570Z","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/Foodee.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}},"created_at":"2020-01-02T23:25:14.000Z","updated_at":"2023-04-26T07:07:30.000Z","dependencies_parsed_at":"2023-01-04T12:26:48.708Z","dependency_job_id":null,"html_url":"https://github.com/Foodee/pr-includes-file-change","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"b1ecdb191cc56fabff5fa07f8f063c60b2e12ef8"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fpr-includes-file-change","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fpr-includes-file-change/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fpr-includes-file-change/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Foodee%2Fpr-includes-file-change/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Foodee","download_url":"https://codeload.github.com/Foodee/pr-includes-file-change/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225669628,"owners_count":17505363,"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":"2024-11-21T03:42:32.688Z","updated_at":"2024-11-21T03:42:33.266Z","avatar_url":"https://github.com/Foodee.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GitHub Action: Detect PR file changes\nDetects whether or not a file in a provided path has been changed.\n\nUseful for preventing steps in workflows, can provide multiple paths as regular expressions\n\n## Example Usage\n\n```yaml\n\nname: Test Workflow\n\non: [pull_request]\n\njobs:\n\n  test:\n    runs-on: ubuntu-latest\n    env:\n      GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}\n    steps:\n      - name: Get Changed Files\n        id: changed\n        uses: foodee/pr-includes-file-change@master\n        with:\n          paths: ^asdf.js ^main.js\n\n      - name: Echo Match\n        if: steps.changed.outputs.matched == 'true'\n        run: echo Matched\n\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoodee%2Fpr-includes-file-change","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoodee%2Fpr-includes-file-change","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoodee%2Fpr-includes-file-change/lists"}