WordPress/gutenberg

Workflows: Replace unmaintained actions

已關閉

#29,946 建立於 2021年3月17日

 (0 則留言) (1 個反應) (0 位負責人)JavaScript (3,893 個分叉)batch import
Good First Issue[Status] In Progress[Type] Build Tooling[Type] Task

倉庫指標

星標
 (9,607 顆星)
PR 合併指標
 (平均合併 12天 18小時) (30 天內合併 509 個 PR)

描述

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.

貢獻者指南