From 5cc8341251c194e92668695c122b47239b48f5b5 Mon Sep 17 00:00:00 2001 From: Technote Date: Wed, 25 Sep 2019 22:46:01 +0900 Subject: [PATCH] docs: update README --- README.ja.md | 4 ++++ README.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/README.ja.md b/README.ja.md index 8eb1c39..861b9bb 100644 --- a/README.ja.md +++ b/README.ja.md @@ -35,6 +35,10 @@ console.log( isTargetEvent( { context => /^refs\/tags\//.test( context.ref ), "rerequested", ], + 'pull_request': [ + '*', + ], + 'project_card': '*', } ) ); ``` diff --git a/README.md b/README.md index 1120fc5..aaaf2aa 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ console.log( isTargetEvent( { context => /^refs\/tags\//.test( context.ref ), "rerequested", ], + 'pull_request': [ + '*', + ], + 'project_card': '*', } ) ); ```