We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we send to the chat sink:
2023-07-24 09:04:37 UTC pipeline foo-bar job oo-bar-local-tests/1301 state 🔴 failure commit 123456 (repo: example/repo)
It would be nice to send also the commit author and message (no matter the state):
Same for the logging.
What we have:
[INFO] cogito: This is the Cogito GitHub status resource. Tag: 0.10.1, commit: 05c92db, build date: 2023-05-31 [INFO] cogito.put.ghCommitStatus: GitHub HTTP request: attempt=1 max=3 [INFO] cogito.put.ghCommitStatus: commit status posted successfully: state=pending git-ref=123456
What we could have
[INFO] cogito: This is the Cogito GitHub status resource. Tag: 0.10.1, commit: 05c92db, build date: 2023-05-31 [INFO] cogito.put.ghCommitStatus: Processing commit git-ref=123456 author=johnny.stecchino comment="foo: add bar" [INFO] cogito.put.ghCommitStatus: GitHub HTTP request: attempt=1 max=3 [INFO] cogito.put.ghCommitStatus: commit status posted successfully: state=pending git-ref=123456
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently we send to the chat sink:
It would be nice to send also the commit author and message (no matter the state):
Same for the logging.
What we have:
What we could have
The text was updated successfully, but these errors were encountered: