Skip to content

help request: fluentd 如何通过把 tag 作为变量实现输出到kafka的时候创建动态的 topic #731

help request: fluentd 如何通过把 tag 作为变量实现输出到kafka的时候创建动态的 topic

help request: fluentd 如何通过把 tag 作为变量实现输出到kafka的时候创建动态的 topic #731

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.*)"