Sha256: 1576e542a591cfd77e8d816dc71788df0d0cb57d452e9fb81e60d69ed2ae789d

Contents?: true

Size: 671 Bytes

Versions: 6

Compression:

Stored size: 671 Bytes

Contents

name: Autocloser
on: [issues]
jobs:
  autoclose:
    runs-on: ubuntu-latest
    steps:
    - name: Autoclose issues that did not follow issue template
      uses: roots/issue-closer-action@v1.2
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}
        issue-close-message: "@${issue.user.login} this issue was automatically closed because it did not follow the issue template."
        issue-pattern: "(.*Problem.*)|(.*Expected Behavior or What you need to ask.*)|(.*Using Fluentd and ES plugin versions.*)|(.*Is your feature request related to a problem? Please describe.*)|(.*Describe the solution you'd like.*)|(.*Describe alternatives you've considered.*)"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
fluent-plugin-elasticsearch-5.4.3 .github/workflows/issue-auto-closer.yml
fluent-plugin-elasticsearch-5.4.2 .github/workflows/issue-auto-closer.yml
fluent-plugin-elasticsearch-5.4.1 .github/workflows/issue-auto-closer.yml
fluent-plugin-elasticsearch-5.4.0 .github/workflows/issue-auto-closer.yml
fluent-plugin-elasticsearch-5.3.0 .github/workflows/issue-auto-closer.yml
fluent-plugin-elasticsearch-5.2.5 .github/workflows/issue-auto-closer.yml