Skip to content

Noviconnect/release_helper

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

release_helper docker action

A tool to check related tickets are in a ready state for deployment.

Inputs

github-token

Required release_helper github token.

linear-token

Required release_helper linear token.

slack-bot-token

Required release_helper slack bot token.

slack-channel-name

Required release_helper slack channel name, include the #.

Outputs

Example usage

- name: release_helper
  uses: Noviconnect/release_helper@v1
  env:
      HELPER_GITHUB_TOKEN: '${{ github.token }}'
      HELPER_LINEAR_TOKEN: '${{ secrets.HELPER_LINEAR_TOKEN }}'
      HELPER_SLACK_BOT_TOKEN: '${{ secrets.SLACK_BOT_TOKEN }}'
      HELPER_SLACK_CHANNEL_NAME: '#production-deploys'

About

A tool to check related tickets are in a ready state for deployment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages