WordPress/gutenberg
Workflows: Replace unmaintained actions
Fechada
#29.946 aberto em 17 de mar. de 2021
Good First Issue[Status] In Progress[Type] Build Tooling[Type] Task
Métricas do repositório
- Stars
- (9.607 estrelas)
- Métricas de merge de PR
- (Mesclagem média 12d 18h) (509 fundiu PRs em 30d)
Description
As mentioned here by @swissspidy:
GitHub recently deprecated a number of their actions, among them
We should:
- audit which other actions that we use are no longer maintained and
- 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.