Upgrade to Skyportal 7099d2ecc24b32b49a6db8d299034080c7d198fc #28
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 |