{"id":13724045,"url":"https://github.com/tektoncd/triggers","last_synced_at":"2025-10-04T02:53:54.889Z","repository":{"id":37849544,"uuid":"193171705","full_name":"tektoncd/triggers","owner":"tektoncd","description":"Event triggering with Tekton!","archived":false,"fork":false,"pushed_at":"2024-11-04T06:32:30.000Z","size":51168,"stargazers_count":557,"open_issues_count":59,"forks_count":419,"subscribers_count":22,"default_branch":"main","last_synced_at":"2024-11-04T07:26:37.533Z","etag":null,"topics":["hacktoberfest","pipelines","tekton","triggers"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tektoncd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":"roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-06-21T23:46:10.000Z","updated_at":"2024-11-04T06:32:34.000Z","dependencies_parsed_at":"2024-04-19T14:27:54.035Z","dependency_job_id":"6e7e1169-1e00-4978-8b52-da566fb95490","html_url":"https://github.com/tektoncd/triggers","commit_stats":{"total_commits":968,"total_committers":130,"mean_commits":7.446153846153846,"dds":0.7913223140495868,"last_synced_commit":"f76be74d04dc097c537640f9baa9a886d174185b"},"previous_names":[],"tags_count":64,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Ftriggers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Ftriggers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Ftriggers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tektoncd%2Ftriggers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tektoncd","download_url":"https://codeload.github.com/tektoncd/triggers/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224628309,"owners_count":17343316,"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":["hacktoberfest","pipelines","tekton","triggers"],"created_at":"2024-08-03T01:01:49.104Z","updated_at":"2025-10-04T02:53:54.883Z","avatar_url":"https://github.com/tektoncd.png","language":"Go","funding_links":[],"categories":["Go","Pre-requisites"],"sub_categories":["What's inside Pipeline?"],"readme":"\u003e [!IMPORTANT]\n\u003e **Migrate Images from *gcr.io* to *ghcr.io*.**\n\u003e\n\u003e To reduce costs, we've migrated all our new and old Tekton releases to the free tier on [ghcr.io/tektoncd](https://github.com/orgs/tektoncd/packages?repo_name=triggers). \u003cbr /\u003e\n\u003e Read more [here](https://tekton.dev/blog/2025/04/03/migration-to-github-container-registry/).\n\n---\n\n# Tekton Triggers\n\n[![GoDoc](https://img.shields.io/static/v1?label=godoc\u0026message=reference\u0026color=blue)](https://pkg.go.dev/github.com/tektoncd/triggers)\n[![Go Report Card](https://goreportcard.com/badge/tektoncd/triggers)](https://goreportcard.com/report/github.com/tektoncd/triggers)\n[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/6527/badge)](https://bestpractices.coreinfrastructure.org/projects/6527)\n\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"tekton-triggers.png\" alt=\"Tekton Triggers logo (Tekton cat playing with a ball)\"\u003e\u003c/img\u003e\n\u003c/p\u003e\n\nTekton Triggers is a Kubernetes\n[Custom Resource Definition](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/)\n(CRD) controller that allows you to create Kubernetes resources based on information it extracts from event payloads.\n\n Tekton Triggers originates from the implementation of [this design](https://docs.google.com/document/d/1fngeNn3kGD4P_FTZjAnfERcEajS7zQhSEUaN7BYIlTw/edit#heading=h.iyqzt1brkg3o)\n(visible to members of [the Tekton mailing list](https://github.com/tektoncd/community/blob/main/contact.md#mailing-list)).\n\n* [Background](#background)\n* [Getting Started](#getting-started)\n* [Want to contribute?](#want-to-contribute)\n* [Project roadmap](roadmap.md)\n* Discover our [releases](releases.md)\n\n## Background\n\n[Tekton](https://github.com/tektoncd/pipeline) is a Kubernetes-native continuous integration and delivery\n(CI/CD) framework that allows you to create containerized, composable, and configurable workloads declaratively\nthrough Kubernetes CRDs. When integrated with Tekton Triggers, Tekton allows you to easily create fully fledged CI/CD systems in which you\ndefine all mechanics exclusively using Kubernetes resources.\n\nTo learn more, see the [Tekton Triggers Overview](docs/README.md).\n\n## Getting Started\n\nTo get started with Tekton Triggers, see the latest version of our docs:\n\n* [Overview of Tekton Triggers](./docs/README.md)\n* [Setting Up Tekton Triggers](./docs/install.md)\n* [Getting Started with Tekton Triggers](./docs/getting-started/README.md)\n* [Tekton Triggers code examples](./examples/README.md)\n\nThe \"Getting Started with Tekton Triggers\" guide walks you through setting up an end-to-end image building solution triggered via GitHub's `push` events.\n\nVersion specific links are available in the [releases](releases.md) page and on the\n[Tekton website](https://tekton.dev/docs).\n\n### Required Kubernetes Version\n\n- Starting from the v0.29.x release of Tekton: **Kubernetes version 1.28 or later**\n- Starting from the v0.27.x release of Tekton: **Kubernetes version 1.27 or later**\n- Starting from the v0.26.x release of Tekton: **Kubernetes version 1.25 or later**\n- Starting from the v0.25.x release of Tekton: **Kubernetes version 1.24 or later**\n- Starting from the v0.24.x release of Tekton: **Kubernetes version 1.24 or later**\n\n## Want to contribute?\n\nHooray!\n\n- See [CONTRIBUTING.md](CONTRIBUTING.md) for an overview of our processes.\n- See [DEVELOPMENT.md](DEVELOPMENT.md) to get started.\n- Look at our [good first issues](https://github.com/tektoncd/triggers/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22)\n  and our [help wanted issues](https://github.com/tektoncd/triggers/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) to help improve Tekton Triggers.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Ftriggers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftektoncd%2Ftriggers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftektoncd%2Ftriggers/lists"}