Skip to content

Commit

Permalink
chore: add transfer note
Browse files Browse the repository at this point in the history
  • Loading branch information
lwhiteley committed Sep 1, 2024
1 parent d1979ac commit 81c51e5
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

handles a merge queue with github actions and slack.

> NOTE: smarthost has taken stewardship of the repository and transferred from `lwhiteley/slack-merge-queue`
> The last version under the previous owner is `lwhiteley/slack-merge-queue@v3`
## Setup

### Step 1: Create a slack web api bot
Expand Down Expand Up @@ -74,7 +77,7 @@ jobs:
name: Add PR to queue
steps:
- name: Add PR to queue
uses: lwhiteley/slack-merge-queue@{version}
uses: lwhiteley/slack-merge-queue@v3
id: add_to_q
with:
mode: 'INIT'
Expand Down Expand Up @@ -145,7 +148,7 @@ jobs:
name: Cancel PR in queue
steps:
- name: Cancel PR in queue
uses: lwhiteley/slack-merge-queue@{version}
uses: lwhiteley/slack-merge-queue@v3
id: cancel_pr
with:
mode: 'CANCEL'
Expand Down Expand Up @@ -188,7 +191,7 @@ jobs:
name: Update Queue
steps:
- name: Update queue
uses: lwhiteley/slack-merge-queue@{version}
uses: lwhiteley/slack-merge-queue@v3
id: update_q_on_close
with:
mode: 'MERGE'
Expand Down Expand Up @@ -235,7 +238,7 @@ jobs:
name: Alert Current in Queue
steps:
- name: Alert queue
uses: lwhiteley/slack-merge-queue@{version}
uses: lwhiteley/slack-merge-queue@v3
id: alert
with:
mode: 'ALERT'
Expand Down

0 comments on commit 81c51e5

Please sign in to comment.