geopython / pygeoapi

pygeoapi is a Python server implementation of the OGC API suite of standards. The project emerged as part of the next generation OGC API efforts in 2018 and provides the capability for organizations to deploy a RESTful OGC API endpoint using OpenAPI, GeoJSON, and HTML. pygeoapi is open source and released under an MIT license.
https://pygeoapi.io
MIT License
490 stars 260 forks source link

Add stalebot config #1582

Closed ricardogsilva closed 7 months ago

ricardogsilva commented 7 months ago

Overview

This PR adds a github CI workflow file to manage stale issues and pull requests in accordance with RFC4.

It makes uses of the github stale action and is configured in such a way as to:

Notably, this PR sets the debug-only: true flag, which has the effect of simply performing a dry-run - the intention is that we would remove the debug flag after verifying if the dry-run outputs the expected results

Related issue / discussion

Additional information

Dependency policy (RFC2)

Updates to public demo

Contributions and licensing

(as per https://github.com/geopython/pygeoapi/blob/master/CONTRIBUTING.md#contributions-and-licensing)

ricardogsilva commented 7 months ago

cc @tomkralidis