Skip to content

build(deps): Bump layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml from 0.2.0 to 0.4.0#46

Merged
justin-layerv merged 1 commit into
mainfrom
dependabot/github_actions/layervai/ops-routines-workflows/dot-github/workflows/age-check-actions.yml-0.4.0
Apr 29, 2026
Merged

build(deps): Bump layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml from 0.2.0 to 0.4.0#46
justin-layerv merged 1 commit into
mainfrom
dependabot/github_actions/layervai/ops-routines-workflows/dot-github/workflows/age-check-actions.yml-0.4.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 29, 2026

Bumps layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml from 0.2.0 to 0.4.0.

Release notes

Sourced from layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml's releases.

v0.4.0 — validate-issue-templates reusable

New

  • validate-issue-templates.yml reusable workflow. Validates .github/ISSUE_TEMPLATE/*.y?ml against GitHub's published issue-form and issue-config vendor schemas via check-jsonschema. Fences the silent-failure mode where a malformed form + blank_issues_enabled: false hides issue creation entirely.

Shim:

name: Validate issue templates
on:
  push:
    branches: [main]
    paths: [".github/ISSUE_TEMPLATE/**"]
  pull_request:
    paths: [".github/ISSUE_TEMPLATE/**"]
permissions:
  contents: read
jobs:
  validate-templates:
    uses: layervai/ops-routines-workflows/.github/workflows/validate-issue-templates.yml@39fcb54fc36ea7b6032e138bd8b57647f2bb32f0  # v0.4.0

Optional inputs: template-dir, check-jsonschema-version, python-version.

Source: layervai/ops-routines#38.

v0.3.0 — issue-priority reusable

New

  • issue-priority.yml — reusable workflow that enforces priority: {critical,high,medium,low} 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.

Consumer shim

# .github/workflows/issue-priority.yml
name: Issue priority enforcement
on:
  issues:
    types: [opened, reopened, edited, labeled, unlabeled]
jobs:
  enforce:
    uses: layervai/ops-routines-workflows/.github/workflows/issue-priority.yml@5f1eb1a94cb7e222fb7a7b0610e3bd8293eeb58b # v0.3.0
    permissions:
      issues: write

... (truncated)

Commits
  • 39fcb54 sync: regenerated from ops-routines@24e1f69
  • 5f1eb1a sync: regenerated from ops-routines@7e9b1cf
  • See full diff in compare view

Dependabot compatibility score

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 commands and options

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)

…ge-check-actions.yml

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.
- [Release notes](https://github.com/layervai/ops-routines-workflows/releases)
- [Commits](layervai/ops-routines-workflows@3f4ce1f...39fcb54)

---
updated-dependencies:
- dependency-name: layervai/ops-routines-workflows/.github/workflows/age-check-actions.yml
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 29, 2026
@justin-layerv justin-layerv merged commit 31e9c87 into main Apr 29, 2026
11 checks passed
@justin-layerv justin-layerv deleted the dependabot/github_actions/layervai/ops-routines-workflows/dot-github/workflows/age-check-actions.yml-0.4.0 branch April 29, 2026 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant