From bd431f64f6a32e32acadef5f366cd96ade1e03fe Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Mon, 15 Apr 2024 18:23:57 +0200 Subject: [PATCH] [CI] configure backport to comment on the PR on failure --- .forgejo/workflows/backport.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/backport.yml b/.forgejo/workflows/backport.yml index 8ec41cd7af..6181dcf352 100644 --- a/.forgejo/workflows/backport.yml +++ b/.forgejo/workflows/backport.yml @@ -54,3 +54,4 @@ jobs: auth: ${{ secrets.BACKPORT_TOKEN }} pull-request: ${{ github.event.pull_request.url }} auto-no-squash: true + enable-err-notification: true