From d8a22f15fe950312ddd7add03c4937ee85783d0f Mon Sep 17 00:00:00 2001 From: "Schmieder, Jacob" Date: Mon, 2 Sep 2024 12:04:54 +0000 Subject: [PATCH] fixed Syntax --- .github/auto_label_pr.yml | 1 + .github/workflows/auto-label-issue.yaml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/auto_label_pr.yml b/.github/auto_label_pr.yml index 579a44c..edb43a0 100644 --- a/.github/auto_label_pr.yml +++ b/.github/auto_label_pr.yml @@ -42,6 +42,7 @@ github: - changed-files: - any-glob-to-any-file: - '.gitignore' + - '.github/ISSUE_TEMPLATE/*' dependencies: - changed-files: diff --git a/.github/workflows/auto-label-issue.yaml b/.github/workflows/auto-label-issue.yaml index 1b51c18..71a9282 100644 --- a/.github/workflows/auto-label-issue.yaml +++ b/.github/workflows/auto-label-issue.yaml @@ -1,7 +1,7 @@ name: Labeling new issue on: issues: - types: ['opened', 'reopened'] + types: [opened, reopened] jobs: build: