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
echo "Success: The pull request does not modify class reference files."
27
+
else
28
+
echo "ERROR: The pull request modifies automatically generated class reference files in the _classes/ folder. It will be automatically closed."
29
+
if [ ${{ github.event.action }} = opened ]; then
30
+
issue_close_body=$'Thanks for opening a pull request\!\n\n'
31
+
issue_close_body+="Contributions to the class reference should be sent on the main Godot repository, not here. This is because the class reference in this repository is generated automatically based on the XML files in the main repository. See [Contribute to the class reference](https://docs.godotengine.org/en/latest/community/contributing/updating_the_class_reference.html) in the documentation for instructions :slightly_smiling_face:"
0 commit comments