Skip to content

Commit 194d2c4

Browse files
build(deps): bump layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml from 0.2.0 to 0.4.0 (#72)
Bumps [layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml](https://github.com/layervai/ops-routines-workflows) from 0.2.0 to 0.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/layervai/ops-routines-workflows/releases">layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml's releases</a>.</em></p> <blockquote> <h2>v0.4.0 — validate-issue-templates reusable</h2> <h3>New</h3> <ul> <li><strong><code>validate-issue-templates.yml</code></strong> reusable workflow. Validates <code>.github/ISSUE_TEMPLATE/*.y?ml</code> against GitHub's published issue-form and issue-config vendor schemas via <code>check-jsonschema</code>. Fences the silent-failure mode where a malformed form + <code>blank_issues_enabled: false</code> hides issue creation entirely.</li> </ul> <p>Shim:</p> <pre lang="yaml"><code>name: Validate issue templates on: push: branches: [main] paths: [&quot;.github/ISSUE_TEMPLATE/**&quot;] pull_request: paths: [&quot;.github/ISSUE_TEMPLATE/**&quot;] permissions: contents: read jobs: validate-templates: uses: layervai/ops-routines-workflows@39fcb54 # v0.4.0 </code></pre> <p>Optional inputs: <code>template-dir</code>, <code>check-jsonschema-version</code>, <code>python-version</code>.</p> <p>Source: <a href="https://redirect.github.com/layervai/ops-routines/issues/38">layervai/ops-routines#38</a>.</p> <h2>v0.3.0 — issue-priority reusable</h2> <h2>New</h2> <ul> <li><code>issue-priority.yml</code> — reusable workflow that enforces <code>priority: {critical,high,medium,low}</code> labels on issues across layervai repos. Parses the Priority dropdown from consumer issue-form bodies and auto-applies the matching label; fails the run for issues left without a valid priority.</li> </ul> <h2>Consumer shim</h2> <pre lang="yaml"><code># .github/workflows/issue-priority.yml name: Issue priority enforcement on: issues: types: [opened, reopened, edited, labeled, unlabeled] jobs: enforce: uses: layervai/ops-routines-workflows@5f1eb1a # v0.3.0 permissions: issues: write </code></pre> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/layervai/ops-routines-workflows/commit/39fcb54fc36ea7b6032e138bd8b57647f2bb32f0"><code>39fcb54</code></a> sync: regenerated from ops-routines@24e1f69</li> <li><a href="https://github.com/layervai/ops-routines-workflows/commit/5f1eb1a94cb7e222fb7a7b0610e3bd8293eeb58b"><code>5f1eb1a</code></a> sync: regenerated from ops-routines@7e9b1cf</li> <li>See full diff in <a href="https://github.com/layervai/ops-routines-workflows/compare/3f4ce1fdeb5d2f6f66b0b2c7d0ba42efce7212bc...39fcb54fc36ea7b6032e138bd8b57647f2bb32f0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml&package-manager=github_actions&previous-version=0.2.0&new-version=0.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 98c91fa commit 194d2c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dependency-age-check-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
# only if/name/needs/permissions/secrets/strategy/uses/with/concurrency
3838
# are valid on a job that calls a reusable workflow. The reusable
3939
# workflow itself sets `timeout-minutes: 5` internally.
40-
uses: layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml@3f4ce1fdeb5d2f6f66b0b2c7d0ba42efce7212bc # v0.2.0
40+
uses: layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml@39fcb54fc36ea7b6032e138bd8b57647f2bb32f0 # v0.4.0
4141
with:
4242
min_age_days: 7
4343
permissions:

0 commit comments

Comments
 (0)