datamole-ai / edvart

An open-source Python library for Data Scientists & Data Analysts designed to simplify the exploratory data analysis process. Using Edvart, you can explore data sets and generate reports with minimal coding.
https://datamole-ai.github.io/edvart/
MIT License
48 stars 7 forks source link

ci: run test workflow on PR edited #113

Closed mbelak-dtml closed 1 year ago

mbelak-dtml commented 1 year ago

By default pull request triggers on event types opened, reopened, synchronize. See https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request Added also trigger on event type edited.

Resolves #87

lukany commented 1 year ago

It might also be good to dismiss PR approval if PR's title or description is edited. There seems to be no official way to do it but I found a snippet here: https://github.com/cli/cli/issues/2342

mbelak-dtml commented 1 year ago

It might also be good to dismiss PR approval if PR's title or description is edited. There seems to be no official way to do it but I found a snippet here: cli/cli#2342

Good point, created an issue #116

mbelak-dtml commented 1 year ago

I'd copy the commit's description into PR description.

Done