Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Jan Amann <jan@amann.me>
  • Loading branch information
2 people authored and Kenji Miyake committed Apr 12, 2022
1 parent a36a7f5 commit 6763b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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

0 comments on commit 6763b3e

Please sign in to comment.