Re: Install github app to automatically close PRs on github mirror

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: PostgreSQL www <pgsql-www(at)postgresql(dot)org>
Subject: Re: Install github app to automatically close PRs on github mirror
Date: 2019-04-17 23:19:59
Message-ID: CAH2-WznPLNUMfwrNq8W_q9-VxmCkn1FvTGfcLYE2nNAaAKY0EA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Wed, Apr 17, 2019 at 3:55 PM Andres Freund <andres(at)anarazel(dot)de> wrote:
> I found https://github.com/dessant/repo-lockdown/ , which seems
> suitable. Only requires read/write permissions for issues/PRs, and
> permission to read .github/lockdown.yml. It can be configured in a
> separate .github repository.

+1

I think that we should also follow the example of PostGIS, and commit
a file that lets sites like Github know to use 4 bytes for tabs, etc:

https://github.com/postgis/postgis/blob/svn-trunk/.editorconfig

Hopefully that can be done without much fuss.

--
Peter Geoghegan

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Justin Clift 2019-04-18 06:44:29 Re: Install github app to automatically close PRs on github mirror
Previous Message Andres Freund 2019-04-17 22:55:36 Install github app to automatically close PRs on github mirror