Skip to content

Fix Puppis constellation per #1438. Also backports fix from #1414. #5122

Fix Puppis constellation per #1438. Also backports fix from #1414.

Fix Puppis constellation per #1438. Also backports fix from #1414. #5122

Workflow file for this run

#
# 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
name: Comment
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Label Commenter
uses: peaceiris/actions-label-commenter@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
config_file: .github/label-commenter-config.yml