This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
Remove placeholder image rendering as it's covered in Core function g… #61286
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
on: | |
pull_request: | |
types: [opened, synchronize, closed] | |
push: | |
issues: | |
types: [edited] | |
name: Project management automations | |
permissions: | |
pull-requests: write | |
actions: write | |
jobs: | |
project-management-automation: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
with: | |
ref: trunk | |
- uses: woocommerce/automations@v1 | |
with: | |
github_token: ${{ secrets.GITHUB_TOKEN }} | |
automations: todos |