wstunnel/.github/workflows/auto-close.yaml

21 lines
590 B
YAML
Raw Normal View History

2024-06-30 08:35:16 +00:00
on:
issues:
types: [opened, edited]
jobs:
auto_close_issues:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Automatically close issues that don't follow the issue template
2024-06-30 09:09:47 +00:00
uses: roots/issue-closer@v1.1
2024-06-30 08:35:16 +00:00
with:
2024-06-30 09:09:47 +00:00
repo-token: ${{ secrets.GITHUB_TOKEN }}
issue-pattern: ".*Describe the bug.*"
2024-06-30 08:47:19 +00:00
issue-close-message: |-
@${issue.user.login}: hello! :wave:
This issue is being automatically closed because it does not follow the issue template.