facing a problem with Shape Painter object .. which is that the color you choose for the outline is used for filling the shape #3665
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: GDevelop Issues automatic workflow | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
autocomment: | |
runs-on: ubuntu-latest | |
if: contains(github.event.issue.body, 'The node to be removed is not a child of this node') | |
steps: | |
- name: Autocomment indications on bug if it looks like #3453 | |
uses: peter-evans/create-or-update-comment@v3 | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
issue-number: ${{ github.event.issue.number }} | |
body: | | |
Hi @${{ github.actor }}! | |
Thank you for taking the time to open an issue. | |
The solved issue #3453 mentioned a similar error, maybe it could help fix this new issue. |