Upgrade to Skyportal be8b29870f2fa4cb0da03c2a6919cec844b3ed63 #30
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: Label PRs | |
on: | |
# Note: https://github.com/actions/labeler/issues/121 | |
- pull_request_target | |
jobs: | |
triage: | |
runs-on: ubuntu-latest | |
# Add labels based on contents of .github/labeler.yml | |
steps: | |
- uses: actions/labeler@main | |
with: | |
repo-token: "${{ secrets.GITHUB_TOKEN }}" | |
sync-labels: true |