Skip to content

Commit

Permalink
Testing out multiple labels for issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Dec 13, 2023
1 parent bea0e14 commit 1913ca9
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/count-incident-actions.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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

0 comments on commit 1913ca9

Please sign in to comment.