Skip to content

Commit 11242da

Browse files
authored
Update audit_consumers.yml
1 parent e45f48a commit 11242da

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

.github/workflows/audit_consumers.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Audit Consumers
22

33
on:
4-
# Runs at midnight on Mondays 03:45 UTC, or manually triggered
4+
push:
5+
branches:
6+
- file-audit-issue
7+
# Runs on the 1st and 15th of every month, at 03:45 UTC, or manually triggered
58
schedule:
6-
- cron: "45 3 * * 1"
9+
- cron: "45 3 1,15 * *"
710
workflow_dispatch:
811

912
jobs:
@@ -19,8 +22,4 @@ jobs:
1922
- run: npm ci
2023
- run: npm run build
2124
- run: npm run audit-consumers --silent | tee issue-body.md
22-
- uses: peter-evans/create-issue-from-file@v5
23-
with:
24-
title: Automated report on web-features consumers
25-
content-filepath: issue-body.md
26-
labels: generated
25+
- run: gh issue create --title "web-features consumers report for $(date -I)" --label generated --body-file issue-body.md

0 commit comments

Comments
 (0)