Fix Multisite Cache Deletion Issue with lazyload background images feature #862
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 'PR Template Checker' | |
on: | |
pull_request: | |
types: [edited, opened, synchronize, reopened] | |
jobs: | |
task-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: wp-media/pr-checklist-action@master | |
with: | |
repo-token: "${{ secrets.PR_TEMPLATE_TOKEN }}" |