diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 0ed1b500ed5cff3ee5d096cd98885121c62b0d40..620b20b2b663db3260574064062f132ed21e2d65 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