2020-05-18 20:09:32 +00:00
|
|
|
on:
|
2022-03-23 07:41:43 +00:00
|
|
|
pull_request:
|
|
|
|
types: [opened, synchronize, closed]
|
|
|
|
push:
|
|
|
|
issues:
|
|
|
|
types: [edited]
|
2020-05-18 20:09:32 +00:00
|
|
|
name: Project management automations
|
2022-08-03 12:00:15 +00:00
|
|
|
permissions:
|
|
|
|
pull-requests: write
|
|
|
|
actions: write
|
2020-05-18 20:09:32 +00:00
|
|
|
jobs:
|
2022-03-23 07:41:43 +00:00
|
|
|
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
|