From 54a9f7333c79d0cb5e494805405fb36a8e6ac3f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 12:27:37 +0000 Subject: [PATCH] Bump zulip/github-actions-zulip Bumps [zulip/github-actions-zulip](https://github.com/zulip/github-actions-zulip) from e71e15b429b0e79cc7b63e4e3dad0146443fab6f to b62d5a0e48a4d984ea4fce5dd65ba691963d4db4. - [Release notes](https://github.com/zulip/github-actions-zulip/releases) - [Changelog](https://github.com/zulip/github-actions-zulip/blob/main/CHANGELOG.md) - [Commits](https://github.com/zulip/github-actions-zulip/compare/e71e15b429b0e79cc7b63e4e3dad0146443fab6f...b62d5a0e48a4d984ea4fce5dd65ba691963d4db4) --- updated-dependencies: - dependency-name: zulip/github-actions-zulip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml index 12a88a29ff..b5da7a4487 100644 --- a/.github/workflows/issues.yml +++ b/.github/workflows/issues.yml @@ -9,7 +9,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Send a stream message - uses: zulip/github-actions-zulip/send-message@e71e15b429b0e79cc7b63e4e3dad0146443fab6f + uses: zulip/github-actions-zulip/send-message@b62d5a0e48a4d984ea4fce5dd65ba691963d4db4 env: CONTENT: "I have detected a new issue on ${{ github.event.repo.name }}.\nLink: ${{ github.event.issue.html_url }}\nThis is an automatically relayed message. Don't reply to me directly.\n-- Issue description:\n${{ github.event.issue.body }}" with: