Skip to content

📝 Major changes. [Breaking]

Latest
Compare
Choose a tag to compare
@jainamoswal jainamoswal released this 27 Jul 13:13
· 6 commits to main since this release

Released new update.

I think this is most stable version which can also customize your action.
If you find this version useful and cool 🤟, add a thumb 👍 below in reactions. section. 👇

This update breaks your GitHub action ✋if you were using jainamoswal/botStatus@main, So please update your action according to new updates or update your action file with jainamoswal/[email protected]

Some of customizations are listed here....

  • You have options to edit the Repo at every status or not.
  • You have option to edit the Telegram message at every check or not.
  • You can set multiple chats while showing status in Telegram.
  • Can customize the start & end message in Telegram messages.
  • Can set custom commit message.
  • Can also set custom bullets to display bots on Telegram.
  • Can define custom time zone and Time formats.
  • Can also define custom Emoji or Text while bot is up or down on Telegram or in GitHub MarkDown file differently.

Guide for upgrading action from @v1.1 to @v1.2 :-

  1. Delete MESSSAGE_ID & CHANNEL_ID from Environment variables.
  2. Set IDS in your Environment variables.
  3. Update your .yml file in your repository with the latest example.

🥳 Your action is running on the latest update now.


Next steps :-

  • Check optional variables and customize your action with setting them in .yml file.
    You can either define them via Environment variables or just set them directly like IDS: -1001407470646:3 etc...

For Detailed changes, You can check difference between last two commits.
Any questions can be raised by making a new issue.