From 07988541c32daa4cfb66e13f5b8f95e71e827e51 Mon Sep 17 00:00:00 2001 From: Layton Whiteley Date: Sun, 1 Sep 2024 09:57:15 +0200 Subject: [PATCH] docs: use correct owner id --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a14ff62..608566c4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ handles a merge queue with github actions and slack. -> NOTE: smarthost has taken stewardship of the repository and transferred from `lwhiteley/slack-merge-queue`. +> NOTE: smart-host has taken stewardship of the repository and transferred from `lwhiteley/slack-merge-queue`. > The last version under the previous owner's account is `lwhiteley/slack-merge-queue@v3`. > Please now use the version specified below in the documentation. @@ -78,7 +78,7 @@ jobs: name: Add PR to queue steps: - name: Add PR to queue - uses: smarthost/slack-merge-queue@v4 + uses: smart-host/slack-merge-queue@v4 id: add_to_q with: mode: 'INIT' @@ -149,7 +149,7 @@ jobs: name: Cancel PR in queue steps: - name: Cancel PR in queue - uses: smarthost/slack-merge-queue@v4 + uses: smart-host/slack-merge-queue@v4 id: cancel_pr with: mode: 'CANCEL' @@ -192,7 +192,7 @@ jobs: name: Update Queue steps: - name: Update queue - uses: smarthost/slack-merge-queue@v4 + uses: smart-host/slack-merge-queue@v4 id: update_q_on_close with: mode: 'MERGE' @@ -239,7 +239,7 @@ jobs: name: Alert Current in Queue steps: - name: Alert queue - uses: smarthost/slack-merge-queue@v4 + uses: smart-host/slack-merge-queue@v4 id: alert with: mode: 'ALERT'