Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Close audio issue

Close audio issue #1

name: Close audio issue
on:
issues:
types: [opened]
workflow_dispatch:
jobs:
close-audio-issues:
runs-on: ubuntu-latest
steps:
- if: startsWith(github.event.issue.title, '[AUDIO]')
name: Close Issue
uses: peter-evans/[email protected]
with:
close-reason: not_planned
comment: |
Please post audio issues in [audio-scripts](https://github.com/eupnea-linux/audio-scripts) repository.
Auto-closing this issue.