Lint fixes (#2485)
* update markdown * lint updates * markdown lint updates * markdown code block fixes * read add test tube to markdown
This commit is contained in:
2
.github/workflows/stale.yml
vendored
2
.github/workflows/stale.yml
vendored
@@ -3,7 +3,7 @@
|
||||
name: Close stale PRs
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 4 * * *'
|
||||
- cron: 0 4 * * *
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
name: Gather New NetBox Generated Schema JSON
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 */12 * * *'
|
||||
- cron: 0 */12 * * *
|
||||
jobs:
|
||||
schema-update:
|
||||
runs-on: ubuntu-latest
|
||||
@@ -48,9 +48,9 @@ jobs:
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v7
|
||||
with:
|
||||
commit-message: "Regenerate master slug list after successful PR merge"
|
||||
committer: "NetBox-Bot <info@netboxlabs.com>"
|
||||
author: "NetBox-Bot <info@netboxlabs.com>"
|
||||
commit-message: Regenerate master slug list after successful PR merge
|
||||
committer: NetBox-Bot <info@netboxlabs.com>
|
||||
author: NetBox-Bot <info@netboxlabs.com>
|
||||
branch: ${{ steps.netbox-release.outputs.release }}
|
||||
delete-branch: true
|
||||
base: master
|
||||
|
||||
2
.github/workflows/validation.yml
vendored
2
.github/workflows/validation.yml
vendored
@@ -99,7 +99,7 @@ jobs:
|
||||
id: pickle-change
|
||||
uses: tj-actions/changed-files@v45
|
||||
with:
|
||||
files: 'tests/known-slugs.pickle'
|
||||
files: tests/known-slugs.pickle
|
||||
- name: Add PR Comment if pickle file is modified
|
||||
uses: mshick/add-pr-comment@v2
|
||||
if: steps.pickle-change.outputs.any_changed == 'true'
|
||||
|
||||
Reference in New Issue
Block a user