teams-notify-build-status

GitHub action: Send message to channel(s) in Microsoft Teams

MIT License

Stars
10
Committers
3

Bot releases are hidden (Show)

teams-notify-build-status - Auto publish major version

Published by neonidian over 2 years ago

What's Changed

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v3.0.4...v3.0.5

teams-notify-build-status - Upgrade dependencies

Published by neonidian over 2 years ago

Upgrade npm and actions dependencies

teams-notify-build-status - Change failure message on HTTP request failure

Published by neonidian over 2 years ago

teams-notify-build-status - Update logging message

Published by neonidian over 2 years ago

  • Failure and logging message have been updated

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v3.0.1...v3.0.2

teams-notify-build-status - Update error message for incorrect title Background color

Published by neonidian over 2 years ago

What's Changed

  • Update error message for incorrect title background color
  • action.yml - Fix typo

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v3.0.0...v3.0.1

teams-notify-build-status - Option to set title background color

Published by neonidian over 2 years ago

What's Changed

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v2.3...v3.0.0

teams-notify-build-status - Change HTTP client

Published by neonidian over 2 years ago

What's Changed

Change HTTP client from axios to GitHub provided @actions/http-client in https://github.com/neonidian/teams-notify-build-status/pull/25

Significantly reduces the artifact size from ~174 kb to ~ 67 kb
GitHub says this is optimized to be used for GitHub actions

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v2.2.1...v2.3

teams-notify-build-status - Add style property to title

Published by neonidian over 2 years ago

What's Changed

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v2.2...v2.2.1

teams-notify-build-status - Add optional title

Published by neonidian over 2 years ago

What's Changed

  • Add optional title input to messagecard. Displays a larger text at the top of the card

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v2.1...v2.2

teams-notify-build-status - Remove core.notice logging, set failure if response != 1

Published by neonidian over 2 years ago

What's Changed

  • Remove core.notice which shows a notice in the actions page like 'Message has been sent to Teams'. This has been replaced with core.info which logs inside the action
  • Set action as failed if the response body does not contain the value 1. This is done because Teams always returns status code 200 and any other status code if any is wrapped inside the response body. status code 200 with response body 1 means the message send is successful

Full Changelog: https://github.com/neonidian/teams-notify-build-status/compare/v2.0.2...v2.1

teams-notify-build-status - Refactoring, add more unit tests

Published by neonidian over 2 years ago

teams-notify-build-status - Change action name, update readme

Published by neonidian over 2 years ago

teams-notify-build-status - Fix status label not getting displayed

Published by neonidian over 2 years ago

teams-notify-build-status - Fix examples in readme, add dist directory

Published by neonidian over 2 years ago

teams-notify-build-status - First release

Published by neonidian over 2 years ago

First release: Send message to Teams