Skip to content

Releases: jainamoswal/BotStatus

📝 Major changes. [Breaking]

27 Jul 13:13
Compare
Choose a tag to compare

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/BotStatus@v1.1

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.

📝 Minor changes.

17 Jul 17:38
Compare
Choose a tag to compare

Minor changes. ✏️

  • NAME : Client will fetch bot name from the username and reflect it in status every time wherever it reflects.
  • FILE_NAME : Can set any file name of MarkDown file in GitHub Secrets, Defaults to README.md

Refer to the ReadMe for usage guide.
For help, Raise an issue regarding your problem (Mostly error).

Published GitHub actions.

22 Jun 07:42
Compare
Choose a tag to compare

This is first release of BotStatus to GitHub marketplace 🥳.