Metrics Parsing Error with Prometheus Input Plugin for Telegraf #19
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
on: | |
issues: | |
types: [opened, reopened] | |
jobs: | |
check: | |
if: github.event.issue.user.login != 'zandbelt' | |
runs-on: ubuntu-latest | |
steps: | |
- if: github.event.action == 'opened' | |
uses: actions-ecosystem/action-add-labels@v1 | |
name: Label Invalid | |
with: | |
labels: invalid | |
- uses: peter-evans/close-issue@v2 | |
name: Close Issue | |
with: | |
comment: "https://github.com/OpenIDC/mod_auth_openidc/wiki#20-why-is-my-ticket-closed-as-invalid" | |