Skip to content

Meta file sync

Meta file sync #1495

Workflow file for this run

name: Meta file sync
# ℹ️ https://github.com/WordPress/openverse/blob/main/.github/GITHUB.md#meta-file-sync
on:
workflow_dispatch:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
jobs:
sync_meta:
name: Sync meta files
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Run file sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.ACCESS_TOKEN }} # Can't use GITHUB_TOKEN to make PRs on other repos
PR_LABELS: |
🧰 goal: internal improvement
🤖 aspect: dx
🟧 priority: high
🧱 stack: mgmt
skip-changelog