v10.1.pe-0001-Use-NOTE-instead-of-CAUTION.patch
text/plain
Filename: v10.1.pe-0001-Use-NOTE-instead-of-CAUTION.patch
Type: text/plain
Part: 0
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v10-0001
Subject: Use NOTE instead of CAUTION.
| File | + | − |
|---|---|---|
| .github/workflows/pg-ci.yml | 3 | 3 |
From 143f43db2af420807bf488a0c8d334bcbe1d2ae7 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut <peter@eisentraut.org>
Date: Thu, 4 Jun 2026 14:51:03 +0200
Subject: [PATCH v10.1.pe] Use NOTE instead of CAUTION.
---
.github/workflows/pg-ci.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index eaf32c756e2..1b0e967ee7d 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -150,15 +150,15 @@ jobs:
- name: Warn
env:
MSG: |
- > [!CAUTION]
- > CI is not enabled in this repository
+ > [!NOTE]
+ > PostgreSQL CI is not enabled in this repository
>
> To enable, go to ${{github.server_url}}/${{github.repository}}/settings/variables/actions
> and create a new variable named PG_CI_ENABLED, with the value 1.
>
> To avoid seeing this message over and over, go to
> ${{github.server_url}}/${{github.repository}}/actions/workflows/pg-ci.yml
- > and click on the three dots at the top right and choose "Disable workflow"
+ > and click on the three dots at the top right and choose "Disable workflow".
run: |
echo "$MSG" >> "$GITHUB_STEP_SUMMARY"
--
2.54.0