From 657d111bbbe13e22bbd55870f1813c699bde1401 Mon Sep 17 00:00:00 2001 From: Jesus Vasquez Date: Fri, 5 Mar 2021 20:58:11 -0800 Subject: [PATCH] Update version number in README file --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a3956c..620a19a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Normally, in your project you would want to allow PRs both from the same reposit In your workflow YAML file add these steps: ```yaml -uses: jesusvasquez333/verify-pr-label-action@v1.3.1 +uses: jesusvasquez333/verify-pr-label-action@v1.4.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' valid-labels: 'bug, enhancement' @@ -79,7 +79,7 @@ The above example should you preferred method. Nevertheless, the trigger conditi In your workflow YAML file add this step: ```yaml -uses: jesusvasquez333/verify-pr-label-action@v1.3.1 +uses: jesusvasquez333/verify-pr-label-action@v1.4.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' valid-labels: 'bug, enhancement'