From b94f07b6afb6d45b371e077ea32dd30cf1604a73 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 12 Sep 2020 17:43:38 +0200 Subject: [PATCH] add test-data --- .github/workflows/issues.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/issues.yml diff --git a/.github/workflows/issues.yml b/.github/workflows/issues.yml deleted file mode 100644 index f2b2474..0000000 --- a/.github/workflows/issues.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: Issue closer -on: [issues] -jobs: - autoclose: - runs-on: ubuntu-latest - steps: - - name: Autoclose issues that did not follow issue template - uses: roots/issue-closer@v1.1 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - issue-close-message: "Hi @${issue.user.login}, -It looks like the issue template is missing from this issue. Please take a look at the [Contribution Guidelines](https://github.com/roots/guidelines/blob/master/CONTRIBUTING.md), which will tell you **exactly** what your ticket has to contain in order to be processable. -Please **do not** use the issue tracker for personal support requests. Use [Roots Discourse](https://discourse.roots.io/) to ask the Roots community for help, or [hire someone from the community](https://discourse.roots.io/c/jobs)." - issue-pattern: ".*guidelines for Contributing.*"