Skip to content

mise test-tool --all-config #2

mise test-tool --all-config

mise test-tool --all-config #2

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 }}