Skip to content
Snippets Groups Projects

feat: notifying users with a message when PR validation fails

Open Jordi Gómez requested to merge gnugomez/main/174 into main
Compare and
12 files
+ 718
52
Compare changes
  • Side-by-side
  • Inline
Files
12
@@ -16,4 +16,7 @@ eclipse.gitlab.access-token=
## Used to send mail through the EclipseFdn smtp connection
quarkus.mailer.password=YOURGENERATEDAPPLICATIONPASSWORD
quarkus.mailer.username=YOUREMAIL@gmail.com
\ No newline at end of file
quarkus.mailer.username=YOUREMAIL@gmail.com
## github app bot id (this would be used to identify bot's comments)
eclipse.github.bot.id=s0m3ID
\ No newline at end of file
Loading