nautobot / pynautobot

Nautobot Python SDK
https://pynautobot.readthedocs.io/en/latest/index.html
Apache License 2.0
36 stars 32 forks source link

Spike: Investigate Fesibility of Onboarding to Upstream Testing #108

Closed bryanculver closed 1 year ago

bryanculver commented 1 year ago

Nautobot Core provides a reusable workflow for Nautobot Apps to test their main branch against develop and next of Nautobot. What would it take, and are those changes reasonable, to make pynautobot be able to run the same reusable workflow?

Upstream workflow: https://github.com/nautobot/nautobot/blob/develop/.github/workflows/plugin_upstream_testing_base.yml In use: https://github.com/nautobot/nautobot-plugin-chatops/pull/171

bryanculver commented 1 year ago

Implemented via https://github.com/nautobot/pynautobot/pull/109