Skip to content

egorpariah/changelog-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Changelog Notifier JavaScript Action

This action notifies you in Telegram when there is a new release.

Inputs

prefixes

Multiline input of convetional commits prefixes. Default feat fix.

token

Required Telegram bot token.

chat_id

Required Telegram chat ID.

commits

JSON string from the github.event payload with an array of commits. If not provided, it is assumed that the commits are taken from the current workflow.

Example usage

uses: egorpariah/[email protected]
with:
  prefixes: |-
    feat
    fix
  TOKEN: tg-bot-token
  CHAT_ID: tg-chat-id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published