[openstreetmap/openstreetmap-website] Add moderation zones where anynomous notes are not allowed (PR #6713)
Pablo Brasero
notifications at github.com
Mon Feb 2 13:51:15 UTC 2026
@pablobm commented on this pull request.
I have renamed the model to `ModerationZone` and tweaked a couple of things.
> @@ -103,6 +103,10 @@ jobs:
cache: yarn
- name: Install node modules
run: bundle exec bin/yarn install
+ - name: Install packages
+ run: |
+ sudo apt-get -yqq update
+ sudo apt-get -yqq install postgis
This may seem overkill for a lint workflow, but it is necessary. Otherwise we get this:
```
psql:/home/runner/work/openstreetmap-website/openstreetmap-website/db/structure.sql:37: ERROR: could not open extension control file "/usr/share/postgresql/14/extension/postgis.control": No such file or directory
bin/rails aborted!
failed to execute:
psql --set ON_ERROR_STOP=1 --quiet --no-psqlrc --output /dev/null --file /home/runner/work/openstreetmap-website/openstreetmap-website/db/structure.sql openstreetmap
```
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/pull/6713#pullrequestreview-3739485225
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/pull/6713/review/3739485225 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20260202/7463f2d6/attachment-0001.htm>
More information about the rails-dev
mailing list