Equirectangular Projection solar system bodies render bug at edge of screen #3212
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: Greetings | |
on: | |
issues: | |
types: [opened] | |
pull_request_target: | |
types: [opened] | |
jobs: | |
greeting: | |
runs-on: ubuntu-latest | |
if: "!contains(github.actor, 'transifex')" | |
name: Greeting | |
steps: | |
- uses: actions/first-interaction@v1 | |
with: | |
repo-token: ${{ secrets.GITHUB_TOKEN }} | |
issue-message: 'Thanks for adding your first issue to Stellarium. If you have questions, please do not hesitate to contact us.' | |
pr-message: 'Thanks for adding your first pull request to Stellarium. If you have questions, please do not hesitate to contact us.' |