Files
Meshtastic-Android/.github/workflows/pull-request-target.yml
renovate[bot] 20c87cdafd chore(deps): update actions/labeler action to v6 (#2963)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 21:29:27 +00:00

15 lines
414 B
YAML

name: "Pull Request Labeler"
on:
- pull_request_target
# Do not execute arbitary code on this workflow.
# See warnings at https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#pull_request_target
jobs:
labeler:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- id: label-the-PR
uses: actions/labeler@v6