Skip to content

Commit

Permalink
Cleanup automated PR workflows (#1927)
Browse files Browse the repository at this point in the history
  • Loading branch information
R-Palazzo committed Apr 18, 2024
1 parent 900de26 commit 938bea0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/dependency_checker.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Dependency Checker
on:
schedule:
- cron: '0 0 * * 1-5'
- cron: '0 0 * * 1'
workflow_dispatch:
jobs:
build:
Expand All @@ -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
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/static_code_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_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
Expand Down

0 comments on commit 938bea0

Please sign in to comment.