From 13b2b6c7ce3003cf19ceda717809e16876e823cc Mon Sep 17 00:00:00 2001 From: web3-bot <81333946+web3-bot@users.noreply.github.com> Date: Tue, 30 Mar 2021 04:48:51 -0400 Subject: [PATCH] sync: only create a single PR per target repo (#34) --- .github/workflows/autorebase.yml | 2 +- .github/workflows/go-test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autorebase.yml b/.github/workflows/autorebase.yml index b78519f..2b2fb2e 100644 --- a/.github/workflows/autorebase.yml +++ b/.github/workflows/autorebase.yml @@ -1,4 +1,4 @@ -# Workflow managed by web3-bot. DO NOT EDIT. +# File managed by web3-bot. DO NOT EDIT. # See https://github.com/protocol/.github/ for details. # Allow PRs opened by web3-bot to be rebased by commenting "@web3-bot rebase" on the PR. diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index c6bf22e..1bd78a7 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -1,4 +1,4 @@ -# Workflow managed by web3-bot. DO NOT EDIT. +# File managed by web3-bot. DO NOT EDIT. # See https://github.com/protocol/.github/ for details. on: [push, pull_request]