From 6fb9aed1525c943689dedbe1416ee4e206be5f03 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Sun, 19 Jan 2020 06:59:23 +0000 Subject: [PATCH] Use push event instead create-pull-request doesn't work with pull-request event. https://github.com/peter-evans/create-pull-request/issues/75 --- .github/workflows/autobump.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autobump.yml b/.github/workflows/autobump.yml index f3d8358..4b99664 100644 --- a/.github/workflows/autobump.yml +++ b/.github/workflows/autobump.yml @@ -2,7 +2,9 @@ name: autobump on: schedule: - cron: '*/15 * * * *' - pull_request: # for testing + push: # for testing + branches: + - '**' jobs: autobump: