Skip to content

Commit 099ac52

Browse files
authored
Cleanup automated PR workflows (#109)
1 parent f6a0808 commit 099ac52

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/dependency_checker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Dependency Checker
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '0 0 * * 1-5'
5+
- cron: '0 0 * * 1'
66
jobs:
77
build:
88
runs-on: ubuntu-latest
@@ -22,6 +22,8 @@ jobs:
2222
with:
2323
token: ${{ secrets.GH_ACCESS_TOKEN }}
2424
commit-message: Update latest dependencies
25+
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
26+
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
2527
title: Automated Latest Dependency Updates
2628
body: "This is an auto-generated PR with **latest** dependency updates."
2729
branch: latest-dependency-update

.github/workflows/static_code_analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
with:
2727
token: ${{ secrets.GH_ACCESS_TOKEN }}
2828
commit-message: Update static code analysis
29+
author: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
30+
committer: "github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>"
2931
title: Latest Code Analysis
3032
body: "This is an auto-generated PR with the **latest** code analysis results."
3133
branch: static-code-analysis

0 commit comments

Comments
 (0)