Files
bedrock/.github/workflows/labeler.yml
renovate[bot] a3807c7e94 chore(deps): ⬆️ bump actions/labeler action to v5 (#3164)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-18 11:53:44 -06:00

12 lines
203 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"