Skip to content

Commit

Permalink
WIP: Rebake
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Oct 16, 2023
1 parent e8f2142 commit 313a1bd
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 6 deletions.
42 changes: 36 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,42 @@
# Closes #<ISSUE_NUMBER>
# Closes NaN

## What's Changed

- Added some feature.
- Fixed some bug.
- Updated `some-library` to `<VERSION>`.
- [ ] Added GitHub workflow to re-bake all our cookies based on tagging a release.

## To Do

- [ ] Update the documentation.
- [ ] Add changelog.
Setup Drift Manager for the following repositories:

- [ ] `nautobot/nautobot-plugin-golden-config`
- [ ] `nautobot/nautobot-plugin-firewall-models`
- [ ] `nautobot/nautobot-plugin-ssot`
- [ ] `nautobot/nautobot-plugin-device-onboarding`
- [ ] `nautobot/nautobot-plugin-ssot-infoblox`
- [ ] `nautobot/nautobot-plugin-ssot-arista-cloudvision`
- [ ] `nautobot/nautobot-plugin-bgp-models`
- [ ] `nautobot/nautobot-plugin-ssot-ipfabric`
- [ ] `nautobot/nautobot-plugin-device-lifecycle-mgmt`
- [ ] `nautobot/nautobot-plugin-secrets-providers`
- [ ] `nautobot/nautobot-plugin-data-validation-engine`
- [ ] `nautobot/nautobot-plugin-floor-plan`
- [ ] `nautobot/nautobot-plugin-version-control`
- [ ] `nautobot/nautobot-plugin-nornir`
- [ ] `nautobot/nautobot-plugin-chatops`
- [ ] `nautobot/nautobot-plugin-capacity-metrics`
- [ ] `nautobot/nautobot-plugin-circuit-maintenance`
- [ ] `nautobot/nautobot-plugin-ssot-servicenow`
- [ ] `nautobot/nautobot-plugin-ssot-aci`
- [ ] `nautobot/nautobot-plugin-chatops-ansible`
- [ ] `nautobot/nautobot-plugin-chatops-arista-cloudvision`
- [ ] `nautobot/nautobot-plugin-chatops-ipfabric`
- [ ] `nautobot/nautobot-plugin-chatops-meraki`
- [ ] `nautobot/nautobot-plugin-chatops-grafana`
- [ ] `nautobot/nautobot-plugin-chatops-panorama`
- [ ] `nautobot/nautobot-plugin-chatops-aci`
- [ ] `nautobot/nautobot-plugin-welcome-wizard`
- [ ] `nautobot/nautobot-plugin-ssot-device42`
- [ ] `nautobot/nautobot-plugin-netbox-importer`
- [ ] `nautobot/nautobot-plugin-event-bus`
- [ ] `nautobot/nautobot-plugin-netutils`
`
19 changes: 19 additions & 0 deletions .github/workflows/tag-nautobot-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
name: "Rebake Tag"
on: # yamllint disable-line rule:truthy
push:
tags:
- "nautobot-app-v*"
jobs:
qa:
uses: "nautobot/cookiecutter-nautobot-app/.github/workflows/check-pr-qa.yaml"
rebake:
needs:
- "qa"
strategy:
matrix:
name:
- "firewall-models"
uses: "nautobot/nautobot-pluging-${{ matrix.name }}/.github/workflows/rebake.yml"
with:
template-ref: "${{ github.ref_name }}"

0 comments on commit 313a1bd

Please sign in to comment.