{"id":16615045,"url":"https://github.com/dschep/filter-event-action","last_synced_at":"2025-10-29T19:30:16.704Z","repository":{"id":140936080,"uuid":"171567840","full_name":"dschep/filter-event-action","owner":"dschep","description":"A Github Action to filter by event contents","archived":false,"fork":false,"pushed_at":"2019-07-11T18:06:08.000Z","size":8,"stargazers_count":5,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T04:24:12.143Z","etag":null,"topics":["actions","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dschep.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-02-19T23:40:37.000Z","updated_at":"2021-06-12T14:11:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"52dec3c1-657f-4f86-965a-058d58a0c861","html_url":"https://github.com/dschep/filter-event-action","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Ffilter-event-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Ffilter-event-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Ffilter-event-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dschep%2Ffilter-event-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dschep","download_url":"https://codeload.github.com/dschep/filter-event-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238874401,"owners_count":19545183,"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":["actions","github-actions"],"created_at":"2024-10-12T02:08:33.669Z","updated_at":"2025-10-29T19:30:16.424Z","avatar_url":"https://github.com/dschep.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Github Action to filter on event fields\n\nUse JS expressions to filter execution of Github Actions on event payloads. The JSON parsed event\nis available as `event`. Pass the expression as the `args` to the action.\n\n## Usage\nAn example workflow to block deleted branches:\n\n\n```\nworkflow \"Remove\" {\n  on = \"push\"\n  resolves = [\"on deleted branches only\"]\n}\n\naction \"on deleted branches only\" {\n  uses = \"dschep/filter-event-action@master\"\n  args = \"event.deleted\"\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Ffilter-event-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdschep%2Ffilter-event-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdschep%2Ffilter-event-action/lists"}