Skip to content

Fix basemapper.py threading, add wrapper func, add PMTile support #3

Fix basemapper.py threading, add wrapper func, add PMTile support

Fix basemapper.py threading, add wrapper func, add PMTile support #3

Workflow file for this run

name: PR Label
on:
pull_request:
jobs:
pr-label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
# Uses .github/labeler.yml definitions
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}