From a0b7b0afb1f0dd79932a5b266182120b343bf4f8 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Wed, 22 Mar 2023 08:47:38 +0100 Subject: [PATCH] chore: mention where to open issues and PRs --- README.md | 2 ++ script/autoexport.bash | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index a3d682c8..412b1ca1 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,5 @@ Automatically exported from github.com/ooni/probe-cli@v3.17.1. This is a best effort attempt to export probe-cli internals to community members. +We will ignore opened issues and PRs on this repository. You should +use github.com/ooni/probe and github.com/ooni/probe-cli respectively. diff --git a/script/autoexport.bash b/script/autoexport.bash index c04b8086..50b31dbc 100755 --- a/script/autoexport.bash +++ b/script/autoexport.bash @@ -51,6 +51,8 @@ echo "Automatically exported from github.com/ooni/probe-cli@$tag." >> README.md echo '' >> README.md echo 'This is a best effort attempt to export probe-cli internals to community members.' >> README.md echo '' >> README.md +echo 'We will ignore opened issues and PRs on this repository. You should' >> README.md +echo 'use github.com/ooni/probe and github.com/ooni/probe-cli respectively.' >> README.md rm -rf .github/workflows mkdir -p .github/workflows