From b1a604849016cbcea6362b8e181b9fb9f7c4a140 Mon Sep 17 00:00:00 2001 From: R-Palazzo <116157184+R-Palazzo@users.noreply.github.com> Date: Fri, 19 Apr 2024 08:45:35 +0100 Subject: [PATCH] Cleanup automated PR workflows (#403) --- .github/workflows/dependency_checker.yml | 4 +++- .github/workflows/static_code_analysis.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dependency_checker.yml b/.github/workflows/dependency_checker.yml index 7dbe8703..7900502e 100644 --- a/.github/workflows/dependency_checker.yml +++ b/.github/workflows/dependency_checker.yml @@ -2,7 +2,7 @@ name: Dependency Checker on: workflow_dispatch: schedule: - - cron: '0 0 * * 1-5' + - cron: '0 0 * * 1' jobs: build: runs-on: ubuntu-latest @@ -22,6 +22,8 @@ jobs: with: token: ${{ secrets.GH_ACCESS_TOKEN }} commit-message: Update latest dependencies + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" title: Automated Latest Dependency Updates body: "This is an auto-generated PR with **latest** dependency updates." branch: latest-dependency-update diff --git a/.github/workflows/static_code_analysis.yml b/.github/workflows/static_code_analysis.yml index 72bc07f5..6bb8de34 100644 --- a/.github/workflows/static_code_analysis.yml +++ b/.github/workflows/static_code_analysis.yml @@ -26,6 +26,8 @@ jobs: with: token: ${{ secrets.GH_ACCESS_TOKEN }} commit-message: Update static code analysis + author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" + committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>" title: Latest Code Analysis body: "This is an auto-generated PR with the **latest** code analysis results." branch: static-code-analysis