You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you set from_name but nothing matches it, then it raises and error instead of creating a new label (as if you had not set from_name).
As an example, if you setup this:
name: ":pray: help wanted"color: "4caf50"description: "Extra attention is needed"from_name: "help wanted"
... but someone deleted "help wanted", then this action fails with:
Error: ❌ Label 'help wanted' not found. Cannot rename
This is merely annoying at the moment, but if #3 or #9 are completed (or if you have scripts that propagate GitHub configurations to multiple repositories) then this is a must have.
The text was updated successfully, but these errors were encountered:
docwhat
added a commit
to docwhat/website
that referenced
this issue
Sep 23, 2020
if you set
from_name
but nothing matches it, then it raises and error instead of creating a new label (as if you had not setfrom_name
).As an example, if you setup this:
... but someone deleted "help wanted", then this action fails with:
This is merely annoying at the moment, but if #3 or #9 are completed (or if you have scripts that propagate GitHub configurations to multiple repositories) then this is a must have.
The text was updated successfully, but these errors were encountered: