This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Close audio issue #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |