Skip to content

Update mappings

Update mappings #1122

---
name: Update mappings
"on":
workflow_dispatch:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
jobs:
update-mappings:
runs-on: ubuntu-latest
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Update mappings
uses: technote-space/create-pr-action@v2
with:
EXECUTE_COMMANDS: |
scripts/update-mappings.sh
COMMIT_EMAIL: '[email protected]'
COMMIT_MESSAGE: |
chore: update mappings
Signed-off-by: OSISM Bot <[email protected]>
COMMIT_NAME: 'OSISM Bot'
ONLY_DEFAULT_BRANCH: true
PR_BRANCH_NAME: 'update-mappings'
PR_BRANCH_PREFIX: 'chore/'
PR_TITLE: 'chore: update mappings'