Mercury transits Saturn prediction on 15 September 2037 22:28 utc appears in Stellarium but cannot be confirmed elsewhere. #5716
This file contains hidden or 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
| # | |
| # 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@v4 | |
| - name: Label Commenter | |
| uses: peaceiris/actions-label-commenter@v1 | |
| with: | |
| github_token: ${{ secrets.GITHUB_TOKEN }} | |
| config_file: .github/label-commenter-config.yml |