From 1913ca95b7771b9ce6d2709028892c3f465be486 Mon Sep 17 00:00:00 2001 From: Jimmy Royer Date: Wed, 13 Dec 2023 17:58:47 -0500 Subject: [PATCH] Testing out multiple labels for issues --- .github/workflows/count-incident-actions.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/count-incident-actions.yml b/.github/workflows/count-incident-actions.yml index cc1726f..03a1f53 100644 --- a/.github/workflows/count-incident-actions.yml +++ b/.github/workflows/count-incident-actions.yml @@ -1,11 +1,9 @@ name: Count Issues on: - # Triggers the workflow on push or pull request events but only for the main branch - push: - branches: [ main ] - pull_request: - branches: [ main ] + schedule: + # At 13:00 (1 pm) UTC / 8:00 EST on Monday + - cron: '0 13 * * 1' jobs: count_issues: @@ -16,5 +14,5 @@ jobs: uses: kazupon/issue-count-action@284ff91974f64c6ac7192a394d895434eabee85f with: github-token: ${{ secrets.GITHUB_TOKEN }} - labels: 'Incident Action' + labels: 'Bug | Bogue','Incident Action','Tech Debt' state: open \ No newline at end of file