Skip to content

fish not_found handler shows error if no bins match "mise-" #3

fish not_found handler shows error if no bins match "mise-"

fish not_found handler shows error if no bins match "mise-" #3

Workflow file for this run

name: issue-closer
on:
issues:
types: [opened]
jobs:
label-issue:
runs-on: ubuntu-latest
if: github.actor != 'jdx'
steps:
- run: gh issue close "${{ github.event.issue.number }}" --reason "not planned" -c "issues may only be created by maintainers"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}