Skip to content

Commit

Permalink
Reduce frequency of issue report (#33906)
Browse files Browse the repository at this point in the history
* Reduce frequency of issue report

* Fix message
  • Loading branch information
damccorm authored Feb 7, 2025
1 parent 99e7bbf commit 1798cd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reportGenerator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
name: Generate issue report
on:
schedule:
- cron: "0 10 * * 1-5"
- cron: "0 10 * * 2"
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/issue-report/generateReport.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function generateReport() {
const octokit = new Octokit();

let shouldSend = false;
let report = `This is your daily summary of Beam's current high priority issues that may need attention.
let report = `This is your summary of Beam's current high priority issues that may need attention.
See https://beam.apache.org/contribute/issue-priorities for the meaning and expectations around issue priorities.
Expand Down

0 comments on commit 1798cd3

Please sign in to comment.