[Bug]: Bottles hangs when trying to launch Pronote apps (professional 64 bits apps for highschool) #713
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: close-issues | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
comment: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions-ecosystem/action-regex-match@v2 | |
id: regex-match | |
with: | |
text: ${{ github.event.issue.body }} | |
regex: '[Vv]ersion.*:.*202\d.\d\d?.\d\d?' | |
- if: ${{ steps.regex-match.outputs.match != '' }} | |
name: Close Issue | |
uses: peter-evans/close-issue@v3 | |
with: | |
close-reason: not_planned | |
comment: | | |
It seems like you're using an old version of Bottles. Please upgrade to the version from Flathub [here](https://flathub.org/apps/details/com.usebottles.bottles), and try to reproduce the bug. |