Skip to content

Monoweave Preview

Actions

About

Preview package changes prior to publish, using the Monoweave tool
v1.1.1
Latest
Star (2)

Tags

 (1)

github-action-preview

This GitHub action generates previews of NPM package version bumps and changelogs when used in conjunction with Monoweave.

Usage

- uses: monoweave/github-action-preview@main
  with:
    token: ${{ secrets.GITHUB_TOKEN }}

Workflow Permissions

You will need to grant GitHub Actions the ability to comment on pull requests, e.g.:

permissions:
  pull-requests: write
  issues: write

Action Inputs

Name Description Default
token GITHUB_TOKEN or PAT with ability to comment on pull requests. ${{ github.token }}
monoweave-command The monoweave executable to run. yarn monoweave
preview-comment-title Title of preview comment on pull request. Package Release Preview
no-changes-message Message to comment if no changes are detected. See action.yaml for default.

License

BSD-3

Monoweave Preview is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Preview package changes prior to publish, using the Monoweave tool
v1.1.1
Latest

Tags

 (1)

Monoweave Preview is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.