WordPress/gutenberg

Workflows: Replace unmaintained actions

クローズ

#29,946 opened on 2021/03/17

 (0 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (3,893 件のフォーク)batch import
Good First Issue[Status] In Progress[Type] Build Tooling[Type] Task

Repository metrics

Stars
 (9,607 個のスター)
PR merge metrics
 (平均マージ 12d 18h) (30d で 509 merged PRs)

説明

As mentioned here by @swissspidy:

GitHub recently deprecated a number of their actions, among them

We should:

  1. audit which other actions that we use are no longer maintained and
  2. replace them with something else.

In a number of cases, we might be able to simply use the actions/script action instead, which allows us to write actions in JS, and gives us access to GitHub's JS API ("octokit") -- which readily provides functionality such as release creation, or attaching an asset to a release.

コントリビューターガイド