Skip to content

Upgrade of Stellarium from 1.0 to 1.1 on raspberry makes all graphics below horizon disappear including menus. #3473

Upgrade of Stellarium from 1.0 to 1.1 on raspberry makes all graphics below horizon disappear including menus.

Upgrade of Stellarium from 1.0 to 1.1 on raspberry makes all graphics below horizon disappear including menus. #3473

#
# See https://github.com/marketplace/actions/label-commenter
#
name: Label Commenter
on:
issues:
types:
- labeled
- unlabeled
pull_request_target:
types:
- labeled
- unlabeled
jobs:
comment:
runs-on: ubuntu-latest
if: "!contains(github.actor, 'transifex')"
name: Comment
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/label-commenter-config.yml