Skip to content

Commit

Permalink
chore(workflow): update depend-opencv pr body
Browse files Browse the repository at this point in the history
  • Loading branch information
EmixamPP committed Jul 22, 2023
1 parent 7badabd commit 47658ce
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/depend-opencv.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
name: OpenCV dependency
on:
workflow_dispatch:
schedule:
- cron: '0 7 * * *'

Expand Down Expand Up @@ -37,8 +36,11 @@ jobs:
title: "chore(deps): update opencv version"
branch: "opencv-${{ env.VERSION }}"
commit-message: "chore(deps): update opencv version"
body: "update opencv to ${{ env.VERSION }}. This PR has been created automatically."
committer: GitHub <[email protected]>
author: GitHub <[email protected]>
body: |
Update OpenCV to ${{ env.VERSION }}.
This PR has been created automatically.
assignees: "EmixamPP"
reviewers: "EmixamPP"
delete-branch: true

0 comments on commit 47658ce

Please sign in to comment.