Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/auto_cherry_pick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ on:
description: "Specify a script to run after audit fix"
required: false
default: "yarn run all"
schedule:
- cron: "0 0 * * 1"

permissions:
contents: write
Expand All @@ -25,10 +27,10 @@ permissions:

jobs:
audit-fix:
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@upstream-Changes-CherryPick
uses: step-security/reusable-workflows/.github/workflows/auto_cherry_pick.yaml@v1
with:
original-owner: "tj-actions"
repo-name: "changed-files"
base_branch: ${{ inputs.base_branch }}
package_manager: "yarn"
script: ${{ inputs.script || 'yarn run all' }}
script: ${{ inputs.script || 'yarn run all' }}
Loading