avocado-framework / avocado

Avocado is a set of tools and libraries to help with automated testing. One can call it a test framework with benefits. Native tests are written in Python and they follow the unittest pattern, but any executable can serve as a test.
https://avocado-framework.github.io/
Other
336 stars 335 forks source link

PR announcement as env variable #5969

Closed richtja closed 1 week ago

richtja commented 1 week ago

This PR changes the PR announcement message from hard coded text to env variable. Thanks to this, it will be possible to change the message in the repository settings without creating a new PR.