From 502ccc55a668ca8c7ec9c6d3e0f8382c83ff9002 Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Fri, 26 Mar 2021 21:39:15 -0400 Subject: [PATCH] update automerge.yml: use the new web3-bot (#18) --- .github/workflows/automerge.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0ed1b50..620b20b 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -1,14 +1,14 @@ -# Workflow managed by ipldbot. DO NOT EDIT. -# See https://github.com/ipld/.github/ for details. +# Workflow managed by web3-bot. DO NOT EDIT. +# See https://github.com/protocol/.github/ for details. -# Automatically merge pull requests opened by ipldbot, as soon as (and only if) all tests pass. +# Automatically merge pull requests opened by web3-bot, as soon as (and only if) all tests pass. # This reduces the friction associated with updating with our workflows. on: [ pull_request ] jobs: automerge: - if: github.event.pull_request.user.login == 'ipldbot' + if: github.event.pull_request.user.login == 'web3-bot' runs-on: ubuntu-latest steps: - name: Wait on tests -- GitLab