SCECcode / ucvm

UCVM is used to query seismic velocity models for earth properties (Vp, Vs, density) by lat,long, and depth. It can create velocity meshes used in seismic wave propagation simulations. This repo contains the source codes that implement the core UCVM query interface. Python-based plotting modules, based on matplotlib, are now hosted in a separate github repo called SCECcode/ucvm_plotting.
https://www.scec.org/research/ucvm
BSD 3-Clause "New" or "Revised" License
19 stars 3 forks source link

configure ucvm repo to email developers when issues are submitted #19

Open pjmaechling opened 2 years ago

pjmaechling commented 2 years ago

ucvm developers should get emails when ucvm issues are posted.

meihuisu commented 2 years ago

need to integrate with Webhooks

(https://docs.github.com/en/developers/webhooks-and-events/webhooks/about-webhooks)