mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Ga auto comment (#3574)
This commit is contained in:
2
.github/workflows/auto-handle-on-label.yml
vendored
2
.github/workflows/auto-handle-on-label.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
echo "should_close=true" >> $GITHUB_OUTPUT
|
||||
;;
|
||||
"duplicate")
|
||||
echo "comment=@$AUTHOR This duplicates another issue or PR. Please review n8n's [contributing](${{ env.CONTRIBUTING_LINK }}) guidelines." >> $GITHUB_OUTPUT
|
||||
echo "comment=@$AUTHOR This duplicates another issue or PR, or the work was already done elsewhere. Please review n8n's [contributing](${{ env.CONTRIBUTING_LINK }}) guidelines." >> $GITHUB_OUTPUT
|
||||
echo "should_close=true" >> $GITHUB_OUTPUT
|
||||
;;
|
||||
"dev-cancelled")
|
||||
|
||||
Reference in New Issue
Block a user