Skip to content

Commit

Permalink
docs: use correct owner id
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Sep 1, 2024
1 parent 76748a1 commit 0798854
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 0798854

Please sign in to comment.