2 Matching Annotations
  1. Last 7 days
    1. A single routine can combine triggers. For example, a PR review routine can run nightly, trigger from a deploy script, and also react to every new PR.

      这个多触发器组合的能力展示了Routines在设计上的灵活性,允许用户构建复杂的自动化工作流。这种设计超越了传统的单一触发器自动化工具,为开发者提供了更丰富的自动化可能性,体现了AI驱动的自动化工具的先进性。

  2. Dec 2020
    1. Better contribution workflow: We will be using GitHub’s contribution tools and features, essentially moving MDN from a Wiki model to a pull request (PR) model. This is so much better for contribution, allowing for intelligent linting, mass edits, and inclusion of MDN docs in whatever workflows you want to add it to (you can edit MDN source files directly in your favorite code editor).