From 6763b3e200aa2ef30f6ca0e949e80cf09dd64fb3 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Tue, 12 Apr 2022 20:36:54 +0900 Subject: [PATCH] Update action.yml Co-authored-by: Jan Amann --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c68dbec99..c4699ab92 100644 --- a/action.yml +++ b/action.yml @@ -36,5 +36,5 @@ inputs: description: "If you use Github Enterprise, you can set this to the URL of your server (e.g. https://github.myorg.com/api/v3)" required: false ignoreLabels: - description: "If the PR contains one of these labels, the validation is skipped. Multiple labels can be separated by newlines. If you want to rerun the validation when the labels has changed, add \"labeled\" and \"unlabeled\" conditions to your CI workflow." + description: "If the PR contains one of these labels, the validation is skipped. Multiple labels can be separated by newlines. If you want to rerun the validation when labels change, you might want to use the `labeled` and `unlabeled` event triggers in your workflow." required: false