OpenAICloudflare Developer PlatformMay 19, 2026, 12:00 AM

Artifacts, Queues - Event subscriptions for Artifacts lifecycle events

A condensed section focused on the key takeaways first.

Original Post

Quick Digest

Summary

A condensed section focused on the key takeaways first.

openaienmodel: gpt-5-mini-2025-08-07

Event subscriptions for Artifacts lifecycle events

Key Points

  • Artifacts emit lifecycle events
  • Consume events in Workers for CI/CD
  • Account- and repository-level event types

Summary

Cloudflare Artifacts now emits lifecycle events you can subscribe to and consume from a Worker, enabling commit-driven automation (builds, deploys, review agents, etc.). You can use these events to trigger custom workflows when repositories are created, imported, pushed to, or otherwise changed.

Key Points

  • Consume Artifacts events with a Worker to implement automation (CI/CD triggers, review bots, etc.).
  • Available account-level events (source: artifacts): repo.created, repo.deleted, repo.forked, repo.imported.
  • Available repository-level events (source: artifacts.repo): pushed, cloned, fetched.
  • Typical flow: subscribe to the relevant event source, forward events to a Worker endpoint, parse the event payload and kick off builds/deploys or other actions.
  • See Artifacts documentation for payload schemas, subscription setup, and delivery guarantees.

Actionable tips for engineers

  • Use the pushed event to trigger incremental builds or deploy pipelines immediately after agent pushes.
  • Handle idempotency and retries in your Worker to avoid duplicate builds on redeliveries.
  • Filter account vs repository sources to limit noise and permission scope.

Full Translation

Translations

A translation section that keeps the flow of the original article.

openaijamodel: gpt-5-mini-2025-08-07

Artifacts、Queues - Artifacts ライフサイクルイベントのイベント購読

変更履歴 Cloudflare の最新の更新と改善。RSS を購読 · RSS フィードを見る ← すべての投稿に戻る

Artifacts ライフサイクルイベントのイベント購読

公開日: 2026-05-19
カテゴリ: Artifacts, Queues

リポジトリの変更に関するイベント通知を受け取り、Worker で消費してコミット駆動の自動化を構築できるようになりました。これにより、次のことが可能になります:

  • リポジトリが作成またはインポートされたときにカスタムワークフローを実行
  • エージェントがリポジトリにプッシュしたときにビルドを開始して変更をデプロイ
  • すべてのプッシュでレビューエージェントをトリガー

利用可能なイベントには以下が含まれます:

  • アカウントレベルのイベント (artifacts source) — repo.created、repo.deleted、repo.forked、repo.imported
  • リポジトリレベルのイベント (artifacts.repo source) — pushed、cloned、fetched

詳しくは Artifacts ドキュメントを参照してください。

リソース

  • API
  • Cloudflare を初めてご利用ですか?
  • Directory
  • Sponsorships
  • Open Source
  • Support
  • Help Center
  • System Status
  • Compliance
  • GDPR

会社情報

  • cloudflare.com
  • Our team
  • Careers

ツールとコミュニティ

  • Cloudflare Radar
  • Speed Test
  • Is BGP Safe Yet?
  • RPKI Toolkit
  • Certificate Transparency
  • Community
  • X
  • Discord
  • YouTube
  • GitHub

© 2026 Cloudflare, Inc.

  • Privacy Policy
  • Terms of Use
  • Report Security Issues
  • Trademark
  • Cookie Settings

このページは役に立ちましたか?
はい / いいえ