From ccac64572b265d3bca76f34994ff3ccbad204061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:38:25 +0000 Subject: [PATCH] Chore(deps): Bump bcgov/action-pr-description-add from 2.0.0 to 2.0.1 Bumps [bcgov/action-pr-description-add](https://github.com/bcgov/action-pr-description-add) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/bcgov/action-pr-description-add/releases) - [Commits](https://github.com/bcgov/action-pr-description-add/compare/14338bfe0278ead273b3c1189e5aa286ff6709c4...d79a5c3b49d3b3b3215495afac3ae599cef191bb) --- updated-dependencies: - dependency-name: bcgov/action-pr-description-add dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto_merge_notification.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto_merge_notification.yml b/.github/workflows/auto_merge_notification.yml index a0105eb6f..37a5289e1 100644 --- a/.github/workflows/auto_merge_notification.yml +++ b/.github/workflows/auto_merge_notification.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Add Auto-Merge Notice if: github.event.action == 'auto_merge_enabled' - uses: bcgov/action-pr-description-add@14338bfe0278ead273b3c1189e5aa286ff6709c4 # v2.0.0 + uses: bcgov/action-pr-description-add@d79a5c3b49d3b3b3215495afac3ae599cef191bb # v2.0.1 with: add_markdown: | > [!IMPORTANT] @@ -24,7 +24,7 @@ jobs: - name: Remove Auto-Merge Notice if: github.event.action == 'auto_merge_disabled' - uses: bcgov/action-pr-description-add@14338bfe0278ead273b3c1189e5aa286ff6709c4 # v2.0.0 + uses: bcgov/action-pr-description-add@d79a5c3b49d3b3b3215495afac3ae599cef191bb # v2.0.1 with: add_markdown: | > [!NOTE]