Skip to content

feat(openstreetmap): init #7587

feat(openstreetmap): init

feat(openstreetmap): init #7587

Workflow file for this run

name: Pull Request Labeler
on:
pull_request_target:
jobs:
triage:
runs-on: ubuntu-latest
if: ${{ !contains(github.event.pull_request.title, '(tree-wide)') && !contains(github.event.pull_request.title, '(treewide)') }}
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Add pull request labels
uses: actions/labeler@ac9175f8a1f3625fd0d4fb234536d26811351594 # v4.3.0
with:
configuration-path: .github/pr-labeler.yml
sync-labels: true
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}