UNPKG

@wordpress/project-management-automation

Version:

GitHub Action that implements various automation to assist with managing the Gutenberg GitHub repository.

11 lines (10 loc) 314 B
name: Gutenberg project management automation description: > Various automation to assist with managing the Gutenberg GitHub repository. inputs: github_token: description: Secret GitHub API token to use for making API requests. required: true runs: using: node20 main: lib/index.js