github-actions-maintainer 0.7.2

General-purpose GitHub Actions maintenance toolkit with secure workflow pinning
Documentation
name: Feature Request
description: Propose a new best practice or template capability
title: "feat: "
labels: ["enhancement"]
body:
  - type: textarea
    id: problem
    attributes:
      label: Problem
      description: What problem does this solve?
    validations:
      required: true
  - type: textarea
    id: proposal
    attributes:
      label: Proposal
      description: Describe the expected behavior or files to change.
    validations:
      required: true