2020-05-18 20:09:32 +00:00
|
|
|
on:
|
|
|
|
pull_request:
|
|
|
|
types: [opened,synchronize,closed]
|
|
|
|
push:
|
|
|
|
issues:
|
|
|
|
types: [edited]
|
|
|
|
name: Project management automations
|
|
|
|
jobs:
|
|
|
|
project-management-automation:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v2
|
|
|
|
with:
|
2020-06-16 09:38:19 +00:00
|
|
|
ref: main
|
2020-08-30 16:32:51 +00:00
|
|
|
- uses: woocommerce/automations@v1
|
2020-05-18 20:09:32 +00:00
|
|
|
with:
|
|
|
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
|
|
automations: todos
|