Skip to content
Closed
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
14 changes: 13 additions & 1 deletion .github/workflows/sync-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ jobs:
wp-cli/core-command
wp-cli/cron-command
wp-cli/db-command
wp-cli/dist-archive-command
wp-cli/doctor-command
wp-cli/embed-command
wp-cli/entity-command
Expand Down Expand Up @@ -68,6 +67,19 @@ jobs:
wp-cli/wp-super-cache-cli
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT }}

# Where repos call `reusable-testing.yml` with PHP versions specified, we do not want to overwrite `testing.yml`.
- name: Sync files except `testing.yml`
uses: adrianjost/files-sync-action@v2.0.4
with:
FILE_PATTERNS: |
^.actrc
^.editorconfig
^.github/workflows/code-quality.yml
^.github/workflows/regenerate-readme.yml
TARGET_REPOS: |
wp-cli/dist-archive-command
GITHUB_TOKEN: ${{ secrets.ACTIONS_BOT }}

sync-dependabot: #------------------------------------------------------------
name: Sync Dependabot configuration
runs-on: ubuntu-latest
Expand Down