-
-
Notifications
You must be signed in to change notification settings - Fork 371
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to change forge status messages #900
Conversation
I like the current context text. From a programmers point of view it is short, informative and probably easy to parse. I see that someone maybe wants a more human friendly text. What about making the format string which builds the text configurable? |
thats why it did not got my lgmt jet ... I'm also fine as is now - but I see that some like to have a more nicer looking one
|
If you all think the current way is fine I'm going to close it. For me, the current way is fine too, even if it is not the best I can see. |
well just let it ope until we could run down the 2 points :) |
The new commit allows you to set a completely different status message. It uses a simple template system, you can configure it e.g. with |
Codecov Report
@@ Coverage Diff @@
## master #900 +/- ##
==========================================
+ Coverage 51.58% 51.91% +0.32%
==========================================
Files 80 80
Lines 6066 6068 +2
==========================================
+ Hits 3129 3150 +21
+ Misses 2758 2739 -19
Partials 179 179
Continue to review full report at Codecov.
|
Deployment of preview was successful: https://woodpecker-ci-woodpecker-pr-900.surge.sh |
adding tests is always a good idea ;) |
Co-authored-by: Anbraten <[email protected]>
please update the unittests too https://ci.woodpecker-ci.org/woodpecker-ci/woodpecker/build/2472/31 |
Allow to change the status message via template option
Closes #855