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