nautobot / nautobot-app-version-control

Version Control App that uses and requires a Dolt Database
Other
30 stars 6 forks source link

Changing Naubotot data in a branch associated with a PR should count as a change in the PR #141

Closed tim-fiola closed 2 years ago

tim-fiola commented 2 years ago

Changing Naubotot data in a branch associated with a PR should count as a change in the PR.

Currently Nautobot can send a webhook if a PR is created/updated/deleted. The only way to 'update' a PR currently is to edit the PR and change the title or description (which is not practical)

Having a change in the data in a branch associated with a PR count as a change in the PR would be helpful in a CI pipeline:

tim-fiola commented 2 years ago

after talking with @jedelman8 , closing this out for now so we can talk through how we want to manage the PRs and trigger webhooks (what events, mechanics, etc)