bug: fluentd won't start with error: /usr/lib/ruby/gems/3.1.0/gems/fluentd-1.15.3/lib/fluent/root_agent.rb:340:in `find_label': @a2170d34e9940ec56d328100e375c43e label not found (ArgumentError) #729
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: Autocloser | |
on: [issues] | |
jobs: | |
autoclose: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Autoclose issues that did not follow issue template | |
uses: roots/[email protected] | |
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: "(.*Describe the issue.*)|(.*Is your feature request related to a problem.*)" |